summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
authorHenrique Alves <henriquelalves@gmail.com>2022-07-16 12:35:54 -0300
committerHenrique Alves <henriquelalves@gmail.com>2022-07-16 12:35:54 -0300
commit3dba5ea169aff72152470f7ea3badc079b0d2fcb (patch)
tree38518f0861bdcd702876708330822bc92ac87d12 /project.godot
parent004f3602bacab63c0f77e00577a306855a8fdb8e (diff)
downloadgamejam-gmtk-2022-3dba5ea169aff72152470f7ea3badc079b0d2fcb.tar.gz
gamejam-gmtk-2022-3dba5ea169aff72152470f7ea3badc079b0d2fcb.tar.bz2
gamejam-gmtk-2022-3dba5ea169aff72152470f7ea3badc079b0d2fcb.zip
Add score based gameplay
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot4
1 files changed, 4 insertions, 0 deletions
diff --git a/project.godot b/project.godot
index 153840b..241443a 100644
--- a/project.godot
+++ b/project.godot
@@ -42,6 +42,10 @@ config/name="gmtk2022"
run/main_scene="res://Scenes/Dungeon.tscn"
config/icon="res://icon.png"
+[autoload]
+
+Global="*res://Scenes/Global.gd"
+
[physics]
common/enable_pause_aware_picking=true