added springs

This commit is contained in:
zoe 2021-10-16 19:33:30 +02:00
parent 62762082f7
commit e08c2c3ef2
19 changed files with 201 additions and 16 deletions

View file

@ -5,7 +5,7 @@ var scenes = []
func _ready():
GameStats.connect("powerup_picked", self, "queue_free")
scenes.append("res://Pegs/Yellow/PowerupCards/Scattershot.tscn")
scenes.append("res://Pegs/Yellow/PowerupCards/ExtraBall.tscn")
scenes.append("res://Pegs/Yellow/PowerupCards/Spring.tscn")
spawn_powerups(2)
get_tree().paused = true