virtualx-engine/main
Juan Linietsky 0dd65378e7 Add support for command-line user arguments.
Implements the standard Unix double dash (--) commandline argument:
* Arguments after a double dash (--) are ignored by Godot and stored for the user.
* User can access them via `OS.get_cmdline_user_args()`

Example:

`godot.exe scene_to_run.tscn --fullscreen -- --start-level 2`
2022-08-01 00:56:59 +02:00
..
app_icon.png
main.cpp Add support for command-line user arguments. 2022-08-01 00:56:59 +02:00
main.h Hide the first --print-fps outputs after the engine has started 2022-05-17 12:28:56 +02:00
main_builders.py
main_timer_sync.cpp
main_timer_sync.h
performance.cpp Remove Signal connect binds 2022-07-29 16:26:13 +02:00
performance.h
SCsub
splash.png