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

@ -258,4 +258,7 @@ position = Vector2( 30, 124 )
[node name="PowerupCards" parent="." instance=ExtResource( 15 )]
[node name="YellowPeg2" parent="." instance=ExtResource( 4 )]
position = Vector2( 298, 53 )
[editable path="Ball"]

View file

@ -3,6 +3,7 @@ extends Node2D
export var stage_name = "test stage"
export var high_score = 0
export var already_beaten = false
export var powerup_card = "res://Pegs/Yellow/PowerupCards/ExtraBall.tscn"
func _ready():
load_level()