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
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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