23 lines
767 B
Plaintext
23 lines
767 B
Plaintext
[gd_scene load_steps=5 format=4]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/Puzzles/CratePush.cs" id="1"]
|
|
[ext_resource type="AudioStream" path="res://Audio/Sounds/snd_noise.wav" id="2"]
|
|
[ext_resource type="Texture2D" path="res://Sprites/TILES.png" id="3"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_odx3w"]
|
|
|
|
[node name="Crate" type="AnimatableBody2D"]
|
|
position = Vector2(-9, -112)
|
|
collision_layer = 129
|
|
script = ExtResource("1")
|
|
pushSound = ExtResource("2")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("3")
|
|
region_enabled = true
|
|
region_rect = Rect2(200, 240, 20, 20)
|
|
region_filter_clip_enabled = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("RectangleShape2D_odx3w")
|