12 lines
423 B
Text
12 lines
423 B
Text
[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/falling_block_lab.png" type="Texture" id=2]
|
|
|
|
[node name="FallingBlock" instance=ExtResource( 1 )]
|
|
|
|
[node name="Sprite" parent="." index="0"]
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="FallTimer" parent="." index="3"]
|
|
wait_time = 0.2
|