💾 Archived View for freeshell.de › tldr › godot.gmi captured on 2023-04-20 at 00:04:38. Gemini links have been rewritten to link to archived content
View Raw
More Information
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
godot
An open source 2D and 3D game engine.
More information.
- Run a project if the current directory contains a `project.godot` file, otherwise open the project manager:
godot
- Edit a project (the current directory must contain a `project.godot` file):
godot -e
- Open the project manager even if the current directory contains a `project.godot` file:
godot -p
- Export a project for a given export preset (the preset must be defined in the project):
godot --export {preset} {output_path}
- Execute a standalone GDScript file (the script must inherit from `SceneTree` or `MainLoop`):
godot -s {script.gd}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
CC-BY