From 200fa004ecdf08a54a81770c84e9970e9f2271b9 Mon Sep 17 00:00:00 2001 From: Henrique Alves Date: Wed, 24 Jan 2024 23:22:46 +0200 Subject: First commit --- project.godot | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 project.godot (limited to 'project.godot') diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..68ee9cf --- /dev/null +++ b/project.godot @@ -0,0 +1,13 @@ +; 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/features=PackedStringArray("4.2") -- cgit v1.2.3