mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
added cool animations
This commit is contained in:
parent
77ca16be36
commit
6cb03fda72
41 changed files with 569 additions and 19 deletions
|
|
@ -18,6 +18,8 @@ var camera_fx = true
|
|||
var bonus_points = 0
|
||||
var best_combo = 1
|
||||
var powerup_screen_active = false
|
||||
var current_powerup = "res://Pegs/Yellow/Powerups/Scattershot/Scattershot.tscn"
|
||||
var stage_powerup = "res://Pegs/Yellow/PowerupCards/Scattershot.tscn"
|
||||
|
||||
func add_balls(balls):
|
||||
balls_left += balls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue