Просмотр исходного кода

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 лет назад
Родитель
Сommit
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
 	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