diff options
| author | Rémi Verschelde | 2016-07-19 21:35:14 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-07-19 21:35:14 +0200 |
| commit | 87d0515d0935d0af929feeef15fb704773cc4a12 (patch) | |
| tree | 54763ded6fd87063a04992853d593518428620c5 /core/globals.cpp | |
| parent | 525fb01fd2f3059eef17b9e082bbde86bce50fb4 (diff) | |
| download | godot-87d0515d0935d0af929feeef15fb704773cc4a12.tar.gz godot-87d0515d0935d0af929feeef15fb704773cc4a12.tar.zst godot-87d0515d0935d0af929feeef15fb704773cc4a12.zip | |
Diffstat (limited to 'core/globals.cpp')
| -rw-r--r-- | core/globals.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/globals.cpp b/core/globals.cpp index 9e7b357d7..e760bc00d 100644 --- a/core/globals.cpp +++ b/core/globals.cpp @@ -1429,7 +1429,7 @@ Globals::Globals() { set("application/name","" ); set("application/main_scene",""); - custom_prop_info["application/main_scene"]=PropertyInfo(Variant::STRING,"application/main_scene",PROPERTY_HINT_FILE,"scn,res,xscn,xml,tscn"); + custom_prop_info["application/main_scene"]=PropertyInfo(Variant::STRING,"application/main_scene",PROPERTY_HINT_FILE,"tscn,scn,xscn,xml,res"); set("application/disable_stdout",false); set("application/use_shared_user_dir",true); |
