You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
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:
@@ -203,14 +203,15 @@ private:
|
||||
} else {
|
||||
|
||||
f->store_line("; Engine configuration file.");
|
||||
f->store_line("; It's best to edit using the editor UI, not directly,");
|
||||
f->store_line("; becausethe parameters that go here are not obvious.");
|
||||
f->store_line("; It's best edited using the editor UI and not directly,");
|
||||
f->store_line("; since the parameters that go here are not all obvious.");
|
||||
f->store_line("; ");
|
||||
f->store_line("; Format: ");
|
||||
f->store_line("; [section] ; section goes between []");
|
||||
f->store_line("; param=value ; assign values to parameters");
|
||||
f->store_line("\n");
|
||||
f->store_line("[application]");
|
||||
f->store_line("\n");
|
||||
f->store_line("name=\""+project_name->get_text()+"\"");
|
||||
f->store_line("icon=\"res://icon.png\"");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user