diff options
| author | Troy <radiohotline@disroot.org> | 2025-06-19 20:41:17 +0300 |
|---|---|---|
| committer | Troy <radiohotline@disroot.org> | 2025-06-19 20:41:17 +0300 |
| commit | 7b30fa119da8148ae08f8dfd380be4df1a92e874 (patch) | |
| tree | b91f7ecbf103fca573f52256138ec35fa6e56203 /project.godot | |
first commit
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..ac5109a --- /dev/null +++ b/project.godot @@ -0,0 +1,19 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=5 + +[application] + +config/name="Programmer game" +config/features=PackedStringArray("4.4", "Forward Plus") +config/icon="res://icon.svg" + +[rendering] + +renderer/rendering_method="forward_plus" |
