aboutsummaryrefslogtreecommitdiff
path: root/singletons
diff options
context:
space:
mode:
authorIndrajith K L2022-04-18 01:21:58 +0530
committerIndrajith K L2022-04-18 01:21:58 +0530
commit77b9080c3b375b44b0cd830fe31bf60480c85619 (patch)
tree986583402ff6c3517fbe04a7f172c346713bb1e8 /singletons
parent31089507aae1d35d0deeb2c412cfa311e7a57563 (diff)
downloadgamedevjs-jam-77b9080c3b375b44b0cd830fe31bf60480c85619.tar.gz
gamedevjs-jam-77b9080c3b375b44b0cd830fe31bf60480c85619.tar.bz2
gamedevjs-jam-77b9080c3b375b44b0cd830fe31bf60480c85619.zip
Player Animation converted to Animation Tree
Level 1 Design Door Mechanism Core Gameplay Mechanism - In-Progress
Diffstat (limited to 'singletons')
-rw-r--r--singletons/SignalBus.gd3
1 files changed, 2 insertions, 1 deletions
diff --git a/singletons/SignalBus.gd b/singletons/SignalBus.gd
index ba9851d..eae1fb7 100644
--- a/singletons/SignalBus.gd
+++ b/singletons/SignalBus.gd
@@ -1,3 +1,4 @@
extends Node
-
signal on_hit
+signal on_apples_collected
+signal open_level_door