diff options
author | rom <romangraef@gmail.com> | 2021-04-25 13:52:34 +0200 |
---|---|---|
committer | rom <romangraef@gmail.com> | 2021-04-25 13:52:34 +0200 |
commit | c3961f5891f6a90396c6ce31ce9a62b87cb2fd55 (patch) | |
tree | 7c8160b59acdc506900c89a717b8a7581d75a6b5 /project.godot | |
parent | 26900b16664922203ad658f0f561624114ac601d (diff) | |
download | ldjam48-c3961f5891f6a90396c6ce31ce9a62b87cb2fd55.tar.gz ldjam48-c3961f5891f6a90396c6ce31ce9a62b87cb2fd55.tar.bz2 ldjam48-c3961f5891f6a90396c6ce31ce9a62b87cb2fd55.zip |
fix button hitboxes
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 4c5983b..82b37c7 100644 --- a/project.godot +++ b/project.godot @@ -26,7 +26,7 @@ _global_script_class_icons={ [application] -config/name="Deeper and Deeper" +config/name="Deeper but Lighter" run/main_scene="res://scenes/menu.tscn" config/icon="res://icon.png" |