added new type of falling block

This commit is contained in:
pennyrigate 2023-05-01 04:45:34 -04:00
parent 05339e3ac1
commit fe61dafe6c
8 changed files with 93 additions and 35 deletions

View file

@ -0,0 +1,9 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://objects/environment/falling_block/falling_block_cave.tscn" type="PackedScene" id=1]
[ext_resource path="res://graphics/falling_block/woeful_soul.png" type="Texture" id=2]
[node name="FallingBlock" instance=ExtResource( 1 )]
[node name="Sprite" parent="." index="0"]
texture = ExtResource( 2 )