You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
1
.gitignore
vendored
1
.gitignore
vendored
@@ -55,6 +55,7 @@ gmon.out
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
logs/
|
||||
|
||||
# for projects that use SCons for building: http://http://www.scons.org/
|
||||
.sconsign.dblite
|
||||
|
||||
@@ -190,6 +190,7 @@ void Main::print_help(const char *p_binary) {
|
||||
OS::get_singleton()->print("\t-optimize <file> : Save an optimized copy of scene to <file>.\n");
|
||||
OS::get_singleton()->print("\t-optimize_preset <preset> : Use a given preset for optimization.\n");
|
||||
OS::get_singleton()->print("\t-export <target> : Export the project using given export target.\n");
|
||||
OS::get_singleton()->print("\t-export_debug : Use together with -export, enables debug mode for the template.\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user