added cool animation to springs

This commit is contained in:
zoe 2021-10-18 13:25:09 +02:00
parent 7b67b3aef6
commit a88727b2d8
13 changed files with 267 additions and 47 deletions

View file

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