Compare commits

...

2 commits

Author SHA1 Message Date
986d02963a chore: fix 2024-04-18 18:29:03 +02:00
bb61699984 Merge pull request 'flappy_bird' (#1) from flappy_bird into master
Reviewed-on: #1
2024-04-18 16:10:52 +00:00

View file

@ -68,5 +68,4 @@ func update_rotation():
func _on_Player_body_entered(_body): func _on_Player_body_entered(_body):
# Set the right variables and emit the right signals so the game restarts # Set the right variables and emit the right signals so the game restarts
# TODO 2 # TODO 2
pass