Fix main scene not being saved when set via Play button

Fixes #1134 for real. Also tweaked the engine.cfg template
and the preference order when browsing for the main scene.
This commit is contained in:
Rémi Verschelde
2016-07-19 21:35:14 +02:00
parent 525fb01fd2
commit 87d0515d09
3 changed files with 6 additions and 3 deletions

View File

@@ -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);