add killzone and convert Tilemap to Tilelayer

This commit is contained in:
2025-10-20 14:13:36 +01:00
parent 2c584fcbbf
commit 07fb832b0a
5 changed files with 42 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
extends Area2D
func _on_body_entered(body: Node2D) -> void:
func _on_body_entered(_body: Node2D) -> void:
print("Plus 1 coin")
queue_free()