mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
-renamed globals.h to global_config.cpp (this seems to have caused a few modified files)
-.pck and .zip exporting redone, seems to be working..
This commit is contained in:
parent
6e2bf31e5a
commit
de0045cf1b
121 changed files with 560 additions and 244 deletions
|
@ -158,9 +158,8 @@ int main(int argc, char *argv[]) {
|
|||
char *args[]={"-test","gui","-v",NULL};
|
||||
Error err = Main::setup("apk",3,args);
|
||||
#else
|
||||
//char *args[]={"-v",NULL};//
|
||||
//Error err = Main::setup("",1,args);
|
||||
Error err = Main::setup("",0,NULL);
|
||||
char *args[]={"-main_pack","data.pck",NULL}; //pass location of main pack manually, because it wont get an executable name
|
||||
Error err = Main::setup("",2,args);
|
||||
|
||||
#endif
|
||||
ResourceLoader::set_abort_on_missing_resources(false); //ease up compatibility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue