ajout mod poulpe
This commit is contained in:
parent
4bab72b7d4
commit
2ae314b374
16 changed files with 296 additions and 7 deletions
|
@ -13,4 +13,6 @@ func Collision(body: Node2D) -> void:
|
|||
if body.is_in_group("World_Border") :
|
||||
queue_free()
|
||||
if body.is_in_group("Enemies") :
|
||||
body.take_damage(1)
|
||||
print(body.vie)
|
||||
queue_free()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue