init
This commit is contained in:
28
interactables/dungeon/pushable_statue.tscn
Normal file
28
interactables/dungeon/pushable_statue.tscn
Normal file
@@ -0,0 +1,28 @@
|
||||
[gd_scene format=3 uid="uid://c6u7f6xj7pw73"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cg71or2vgu0u8" path="res://interactables/dungeon/scripts/pushable_statue.gd" id="1_1ukbf"]
|
||||
[ext_resource type="Texture2D" uid="uid://bs2wf6avylmry" path="res://interactables/dungeon/dungeon_props.png" id="2_ddxrk"]
|
||||
[ext_resource type="AudioStream" uid="uid://co51e506fkwwr" path="res://interactables/dungeon/push_stone.wav" id="3_3imyd"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ddxrk"]
|
||||
size = Vector2(32, 13)
|
||||
|
||||
[node name="PushableStatue" type="RigidBody2D" unique_id=796294784]
|
||||
collision_layer = 16
|
||||
collision_mask = 273
|
||||
gravity_scale = 0.0
|
||||
lock_rotation = true
|
||||
script = ExtResource("1_1ukbf")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1230728072]
|
||||
position = Vector2(0, 1.5)
|
||||
shape = SubResource("RectangleShape2D_ddxrk")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=930532294]
|
||||
position = Vector2(0, -16)
|
||||
texture = ExtResource("2_ddxrk")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(384, 0, 32, 48)
|
||||
|
||||
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="." unique_id=2057404877]
|
||||
stream = ExtResource("3_3imyd")
|
||||
Reference in New Issue
Block a user