2024-01-25 12:26:37 +02:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://cbemihbxkd4ll"]
|
2023-12-20 02:54:22 +02:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://content/system/house/house.gd" id="1_p8amj"]
|
2024-01-16 16:00:30 +02:00
|
|
|
[ext_resource type="Script" path="res://content/functions/movable.gd" id="2_w1auk"]
|
2024-01-24 18:43:44 +02:00
|
|
|
[ext_resource type="PackedScene" uid="uid://jls16btb8nko" path="res://content/system/house/align_reference.tscn" id="3_e1tcn"]
|
2024-01-16 16:00:30 +02:00
|
|
|
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_x81up"]
|
2023-12-20 02:54:22 +02:00
|
|
|
|
|
|
|
[node name="House" type="Node3D"]
|
|
|
|
script = ExtResource("1_p8amj")
|
|
|
|
|
2024-01-16 16:00:30 +02:00
|
|
|
[node name="Levels" type="StaticBody3D" parent="."]
|
2023-12-20 02:54:22 +02:00
|
|
|
|
|
|
|
[node name="Level0" type="Node3D" parent="Levels"]
|
2024-01-16 16:00:30 +02:00
|
|
|
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Levels"]
|
|
|
|
shape = SubResource("BoxShape3D_x81up")
|
|
|
|
disabled = true
|
|
|
|
|
|
|
|
[node name="Movable" type="Node" parent="Levels"]
|
|
|
|
script = ExtResource("2_w1auk")
|
|
|
|
restricted = true
|
|
|
|
lock_rotation = true
|
2024-01-24 18:43:44 +02:00
|
|
|
|
|
|
|
[node name="AlignReference" parent="." instance=ExtResource("3_e1tcn")]
|
2024-01-25 13:23:07 +02:00
|
|
|
visible = false
|
2024-01-24 18:43:44 +02:00
|
|
|
disabled = true
|
2024-01-30 18:47:38 +02:00
|
|
|
|
|
|
|
[node name="AnimateTimer" type="Timer" parent="."]
|
|
|
|
one_shot = true
|