Godot using the CLI: https://docs.godotengine.org/en/stable/tutorials/editor/command_line_tutorial.html
Generate Assets
Run the following command to generate circle.png
and background.png
assets (or just any GDScript:
godot --headless -s generate_assets.gd
Import Assets
After generating, import the assets and set up all the meta-data that godot needs to run:
godot --headless --import
Run the Main Scene
Start the main scene by running:
godot