From a0ef84b0474219bedf603a293a2ee8d4fab32ec0 Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Sat, 16 Oct 2021 22:04:31 -0400 Subject: Add Godot and Rust files --- klangfarb/project.godot | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 klangfarb/project.godot (limited to 'klangfarb/project.godot') diff --git a/klangfarb/project.godot b/klangfarb/project.godot new file mode 100644 index 0000000..0c0fe5b --- /dev/null +++ b/klangfarb/project.godot @@ -0,0 +1,23 @@ +; 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="klangfarb" +run/main_scene="res://Main.tscn" +config/icon="res://icon.png" + +[physics] + +common/enable_pause_aware_picking=true + +[rendering] + +environment/default_environment="res://default_env.tres" -- cgit v1.2.3