added springs

This commit is contained in:
zoe 2021-10-16 19:33:30 +02:00
parent 62762082f7
commit e08c2c3ef2
19 changed files with 201 additions and 16 deletions

View file

@ -1,9 +0,0 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Pegs/Yellow/PowerupCard.tscn" type="PackedScene" id=1]
[ext_resource path="res://Ball/sprite.png" type="Texture" id=2]
[node name="TextureButton" instance=ExtResource( 1 )]
[node name="Sprite" parent="." index="0"]
texture = ExtResource( 2 )

View file

@ -0,0 +1,11 @@
[gd_scene load_steps=3 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]
[node name="Spring" instance=ExtResource( 1 )]
powerup = "res://Pegs/Yellow/Powerups/Spring/Springs.tscn"
[node name="Sprite" parent="." index="0"]
texture = ExtResource( 2 )
hframes = 9