mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
more sfx
This commit is contained in:
parent
e08c2c3ef2
commit
7b67b3aef6
24 changed files with 238 additions and 167 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue