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
|
||||
|
|
|
@ -28,6 +28,7 @@ margin_right = 168.0
|
|||
margin_bottom = 40.0
|
||||
icon = ExtResource( 2 )
|
||||
scene = "res://Stages/EmptyStage.tscn"
|
||||
powerup_card = "res://Pegs/Yellow/PowerupCards/Scattershot.tscn"
|
||||
|
||||
[node name="SceneSelectButton2" parent="LevelListHBox" instance=ExtResource( 5 )]
|
||||
anchor_right = 0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue