Forráskód Böngészése

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 éve
szülő
commit
b0cb985f8f
1 módosított fájl, 8 hozzáadás és 0 törlés
  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