added cool animations

This commit is contained in:
zoe 2021-10-09 19:24:55 +02:00
parent 6cb03fda72
commit 62762082f7
8 changed files with 17 additions and 6 deletions

View file

@ -1,6 +1,7 @@
extends Button
export var scene = "res://Menu/MainMenu.tscn"
export var powerup_card = "res://Pegs/Yellow/PowerupCards/ExtraBall.tscn"
export var unlock_points_required = 0
func _ready():
@ -10,3 +11,4 @@ func _ready():
func _on_SceneSelectButton_pressed():
GameStats.set_current_scene(scene)
GameStats.stage_powerup = powerup_card