mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
added cool animation to springs
This commit is contained in:
parent
7b67b3aef6
commit
a88727b2d8
13 changed files with 267 additions and 47 deletions
|
|
@ -1,11 +1,24 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://Pegs/Yellow/PowerupCard.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://Pegs/Yellow/Powerups/Spring/spring-Sheet.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Pegs/Yellow/Powerups/Spawn/fromBottom.png" type="Texture" id=3]
|
||||
|
||||
[node name="Spring" instance=ExtResource( 1 )]
|
||||
powerup = "res://Pegs/Yellow/Powerups/Spring/Springs.tscn"
|
||||
|
||||
[node name="Sprite" parent="." index="0"]
|
||||
[node name="Sprite2" type="Sprite" parent="." index="0"]
|
||||
position = Vector2( 21, 27 )
|
||||
texture = ExtResource( 3 )
|
||||
hframes = 7
|
||||
frame = 1
|
||||
|
||||
[node name="Sprite4" type="Sprite" parent="." index="1"]
|
||||
position = Vector2( 44, 27 )
|
||||
texture = ExtResource( 3 )
|
||||
hframes = 7
|
||||
frame = 1
|
||||
|
||||
[node name="Sprite" parent="." index="2"]
|
||||
texture = ExtResource( 2 )
|
||||
hframes = 9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue