瀏覽代碼

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 年之前
父節點
當前提交
b0cb985f8f
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      2d/platformer/coin.gd

+ 8 - 0
2d/platformer/coin.gd

@@ -18,3 +18,11 @@ func _ready():
 	# Initalization here
 	# Initalization here
 	pass
 	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