"splat-launch" move :3

This commit is contained in:
Haze Weathers 2025-03-06 17:36:37 -05:00
parent 20f35ab240
commit 7779e241f6
6 changed files with 97 additions and 11 deletions

View file

@ -13,8 +13,8 @@ func _process(delta: float) -> void:
func _on_area_2d_body_entered(body: Node2D) -> void:
if body is Player:
body.ices_touched += 1
pass
func _on_area_2d_body_exited(body: Node2D) -> void:
body.ices_touched -= 1
pass