"splat-launch" move :3
This commit is contained in:
parent
20f35ab240
commit
7779e241f6
6 changed files with 97 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue