From e404d13b00f498193abd74293e33b31e6486c745 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 16 Jul 2022 08:47:45 -0400 Subject: Commit default Godot project structure Signed-off-by: Malfurious --- project.godot | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 project.godot (limited to 'project.godot') diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..ea0c5fc --- /dev/null +++ b/project.godot @@ -0,0 +1,22 @@ +; 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=4 + +[application] + +config/name="project-s" +config/icon="res://icon.png" + +[physics] + +common/enable_pause_aware_picking=true + +[rendering] + +environment/default_environment="res://default_env.tres" -- cgit v1.2.3