better sound effects

This commit is contained in:
zoe 2021-09-28 17:55:03 +02:00
parent f2cb94d4e3
commit 5503c2d05a
146 changed files with 1189 additions and 88 deletions

View file

@ -9,6 +9,7 @@ func make_green():
green_bar.global_rotation = global_rotation
main.add_child(green_bar)
GameStats.add_to_multiplier()
queue_free()
func bouncy():

View file

@ -14,6 +14,9 @@ func make_green():
var main = get_tree().current_scene
main.add_child(green_peg)
# increase multiplyier
GameStats.add_to_multiplier()
#finally delete the old peg
queue_free()