immersive-home/app/content/system/house/mini/miniature.tscn

32 lines
1.0 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=5 format=3 uid="uid://ds60i5n211hi3"]
2024-04-05 20:29:18 +03:00
[ext_resource type="Script" path="res://content/system/house/mini/miniature.gd" id="1_b53yn"]
[ext_resource type="Script" path="res://content/functions/movable.gd" id="2_x7oed"]
[ext_resource type="Script" path="res://content/system/house/mini/Entity.gd" id="3_tgpny"]
2024-04-05 20:29:18 +03:00
[sub_resource type="BoxShape3D" id="BoxShape3D_bckw3"]
2024-04-07 15:17:52 +03:00
[node name="Miniature" type="Node3D"]
2024-04-05 20:29:18 +03:00
script = ExtResource("1_b53yn")
2024-04-07 15:17:52 +03:00
[node name="Body" type="StaticBody3D" parent="."]
2024-04-05 20:29:18 +03:00
2024-04-07 15:17:52 +03:00
[node name="CollisionShape3D" type="CollisionShape3D" parent="Body"]
2024-04-05 20:29:18 +03:00
shape = SubResource("BoxShape3D_bckw3")
2024-04-25 17:05:52 +03:00
disabled = true
2024-04-05 20:29:18 +03:00
2024-04-07 15:17:52 +03:00
[node name="Movable" type="Node" parent="Body"]
2024-04-05 20:29:18 +03:00
script = ExtResource("2_x7oed")
restricted = true
2024-04-05 20:29:18 +03:00
[node name="Small" type="Node3D" parent="Body"]
[node name="Model" type="Node3D" parent="Body/Small"]
[node name="Dots" type="Node3D" parent="Body/Small"]
[node name="EntitySelect" type="Marker3D" parent="Body"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.757576, 0)
gizmo_extents = 0.1
script = ExtResource("3_tgpny")