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
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue