diff options
Diffstat (limited to 'godot3/project.godot')
-rw-r--r-- | godot3/project.godot | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/godot3/project.godot b/godot3/project.godot deleted file mode 100644 index 78aa4cf..0000000 --- a/godot3/project.godot +++ /dev/null @@ -1,24 +0,0 @@ -; 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 - -_global_script_classes=[ ] -_global_script_class_icons={ - -} - -[application] - -config/name="ShaderTest" -run/main_scene="res://ShaderTestScreen.tscn" -config/icon="res://icon.png" - -[rendering] - -environment/default_environment="res://default_env.tres" |