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
6cb03fda72
commit
62762082f7
8 changed files with 17 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue