diff options
author | Malfurious <m@lfurio.us> | 2022-07-16 08:47:45 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2022-07-16 08:47:45 -0400 |
commit | e404d13b00f498193abd74293e33b31e6486c745 (patch) | |
tree | 433d6e03d6a05c7102f4bd92b2caae9930ffd4e2 /project.godot | |
parent | d78c920e1fe6884d6120f09fba6f4033683b780d (diff) | |
download | project-s-e404d13b00f498193abd74293e33b31e6486c745.tar.gz project-s-e404d13b00f498193abd74293e33b31e6486c745.zip |
Commit default Godot project structure
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 22 |
1 files changed, 22 insertions, 0 deletions
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" |