mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Fix main scene file filter
This commit is contained in:
parent
c47f824c3b
commit
4462819e63
@ -959,7 +959,7 @@ ProjectSettings::ProjectSettings() {
|
||||
|
||||
GLOBAL_DEF("application/config/name", "");
|
||||
GLOBAL_DEF("application/run/main_scene", "");
|
||||
custom_prop_info["application/run/main_scene"] = PropertyInfo(Variant::STRING, "application/run/main_scene", PROPERTY_HINT_FILE, "tscn,scn,res");
|
||||
custom_prop_info["application/run/main_scene"] = PropertyInfo(Variant::STRING, "application/run/main_scene", PROPERTY_HINT_FILE, "*.tscn,*.scn,*.res");
|
||||
GLOBAL_DEF("application/run/disable_stdout", false);
|
||||
GLOBAL_DEF("application/run/disable_stderr", false);
|
||||
GLOBAL_DEF("application/config/use_custom_user_dir", false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user