very cool
This commit is contained in:
parent
0f67687c55
commit
c7bda26eed
12 changed files with 172 additions and 16 deletions
1
shiny.gd
1
shiny.gd
|
|
@ -6,5 +6,4 @@ func _on_body_entered(body: Player) -> void:
|
|||
print(body.name)
|
||||
if body is Player:
|
||||
body.score += 1
|
||||
body.scorecard.score = body.score
|
||||
queue_free()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue