Browse Source

Large improvements on scene packing and management
-Ability to edit and keep changes of instanced scenes and sub-scenes
-Ability to inherit from other scenes

reduz 10 years ago
parent
commit
b0cb985f8f
1 changed files with 8 additions and 0 deletions
  1. 8 0
      2d/platformer/coin.gd

+ 8 - 0
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