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

@ -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()