mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 04:04:24 +00:00
-Ability to ask for documents/pictures/etc system dirs.
-Fixes to animationplayer -fixes to collada importer
This commit is contained in:
parent
9d5a2cb847
commit
e361e8539c
28 changed files with 419 additions and 107 deletions
|
|
@ -111,7 +111,7 @@ static String unescape_cmdline(const String& p_str) {
|
|||
|
||||
void Main::print_help(const char* p_binary) {
|
||||
|
||||
OS::get_singleton()->print(VERSION_FULL_NAME" (c) 2008-2010 Juan Linietsky, Ariel Manzur.\n");
|
||||
OS::get_singleton()->print(VERSION_FULL_NAME" (c) 2008-2015 Juan Linietsky, Ariel Manzur.\n");
|
||||
OS::get_singleton()->print("Usage: %s [options] [scene]\n",p_binary);
|
||||
OS::get_singleton()->print("Options:\n");
|
||||
OS::get_singleton()->print("\t-path [dir] : Path to a game, containing engine.cfg\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue