diff options
author | Henrique Alves <henriquelalves@gmail.com> | 2022-07-17 04:54:45 -0300 |
---|---|---|
committer | Henrique Alves <henriquelalves@gmail.com> | 2022-07-17 04:54:45 -0300 |
commit | 533e44e384113c5d3d47614c32d12d6acd2547da (patch) | |
tree | 0bd15242398d099eb3f8a47d48022e25b1223d59 /project.godot | |
parent | f700ffa0e7f6b025b89e02188b1820dc817eaf18 (diff) | |
download | gamejam-gmtk-2022-533e44e384113c5d3d47614c32d12d6acd2547da.tar.gz gamejam-gmtk-2022-533e44e384113c5d3d47614c32d12d6acd2547da.tar.bz2 gamejam-gmtk-2022-533e44e384113c5d3d47614c32d12d6acd2547da.zip |
Game Over state
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.godot b/project.godot index 5052b97..5a971eb 100644 --- a/project.godot +++ b/project.godot @@ -45,7 +45,7 @@ _global_script_class_icons={ [application] config/name="gmtk2022" -run/main_scene="res://Scenes/Dungeon.tscn" +run/main_scene="res://Scenes/Transition.tscn" config/icon="res://icon.png" [autoload] |