This commit is contained in:
zoe 2021-10-18 11:27:04 +02:00
parent e08c2c3ef2
commit 7b67b3aef6
24 changed files with 238 additions and 167 deletions

View file

@ -17,9 +17,12 @@ var score = 0
var camera_fx = true
var bonus_points = 0
var best_combo = 1
# is here to prevent multiple powerups from spawning
# if only one of them should be there
var powerup_screen_active = false
var current_powerup = "res://Pegs/Yellow/Powerups/Scattershot/Scattershot.tscn"
var stage_powerup = "res://Pegs/Yellow/PowerupCards/Scattershot.tscn"
var powerup_active = false
func add_balls(balls):
balls_left += balls