diff options
Diffstat (limited to 'godot3/project.godot')
-rw-r--r-- | godot3/project.godot | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/godot3/project.godot b/godot3/project.godot new file mode 100644 index 0000000..31ba6b8 --- /dev/null +++ b/godot3/project.godot @@ -0,0 +1,18 @@ +; 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=3 + +[application] + +config/name="ShaderTest" +config/icon="res://icon.png" + +[rendering] + +environment/default_environment="res://default_env.tres" |