diff options
author | Scarabeaver <kopakoraello@googlemail.com> | 2022-07-16 23:20:24 +0200 |
---|---|---|
committer | Scarabeaver <kopakoraello@googlemail.com> | 2022-07-16 23:20:24 +0200 |
commit | 030ea37b1c9e64985edacb7c28dfc47e41ea3781 (patch) | |
tree | 2c765160d955d59d77c752dd96ff8f04c596eb09 /godot/project.godot | |
parent | b100f2d3f11fcbd22f860614ec47999fd4487fe1 (diff) | |
download | 2022-030ea37b1c9e64985edacb7c28dfc47e41ea3781.tar.gz 2022-030ea37b1c9e64985edacb7c28dfc47e41ea3781.tar.bz2 2022-030ea37b1c9e64985edacb7c28dfc47e41ea3781.zip |
added barrier turrets and placed in level1
Diffstat (limited to 'godot/project.godot')
-rw-r--r-- | godot/project.godot | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/godot/project.godot b/godot/project.godot index 772835d..a8f6586 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -1,3 +1,23 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa8279eda34f048c034399930ca7e8a69d0ce3524c57455624cacbf3c14ccd6b -size 506 +; 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="code-with-your-friends2022" +run/main_scene="res://scenes/Game.tscn" +config/icon="res://assets/godot-ferris-32x32.png" + +[gdnative] + +singletons=[ ] + +[rendering] + +environment/default_environment="res://default_env.tres" |