summaryrefslogtreecommitdiff
path: root/demos/2d/platformer/coin.gd
diff options
context:
space:
mode:
Diffstat (limited to 'demos/2d/platformer/coin.gd')
-rw-r--r--demos/2d/platformer/coin.gd8
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/2d/platformer/coin.gd b/demos/2d/platformer/coin.gd
index 3e31a395ae..983cd46d88 100644
--- a/demos/2d/platformer/coin.gd
+++ b/demos/2d/platformer/coin.gd
@@ -18,3 +18,11 @@ func _ready():
# Initalization here
pass
+
+
+func _on_coin_area_enter( area ):
+ pass # replace with function body
+
+
+func _on_coin_area_enter_shape( area_id, area, area_shape, area_shape ):
+ pass # replace with function body