2024-05-26 23:22:26 +03:00
|
|
|
[gd_scene load_steps=9 format=3 uid="uid://ds60i5n211hi3"]
|
2024-04-05 20:29:18 +03:00
|
|
|
|
2024-05-22 19:38:28 +03:00
|
|
|
[ext_resource type="Script" path="res://content/system/miniature/miniature.gd" id="1_b53yn"]
|
2024-04-05 20:29:18 +03:00
|
|
|
[ext_resource type="Script" path="res://content/functions/movable.gd" id="2_x7oed"]
|
2024-05-22 19:38:28 +03:00
|
|
|
[ext_resource type="Script" path="res://content/system/miniature/entity_select.gd" id="3_tgpny"]
|
2024-05-26 23:22:26 +03:00
|
|
|
[ext_resource type="Material" uid="uid://bcfcough6ucvc" path="res://content/system/miniature/mini_wall.tres" id="4_be66c"]
|
2024-04-05 20:29:18 +03:00
|
|
|
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_bckw3"]
|
|
|
|
|
2024-04-27 16:58:58 +03:00
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_npsgb"]
|
|
|
|
resource_local_to_scene = true
|
|
|
|
transparency = 1
|
|
|
|
albedo_color = Color(0.404, 0.22, 0.627, 0.5)
|
|
|
|
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_f3avi"]
|
|
|
|
radius = 0.3
|
|
|
|
height = 1.75
|
|
|
|
|
2024-05-26 23:22:26 +03:00
|
|
|
[sub_resource type="QuadMesh" id="QuadMesh_4asi8"]
|
|
|
|
|
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")
|
2024-04-17 17:49:58 +03:00
|
|
|
restricted = true
|
2024-04-30 20:18:49 +03:00
|
|
|
resizable = true
|
2024-04-05 20:29:18 +03:00
|
|
|
|
2024-04-17 17:49:58 +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"]
|
|
|
|
|
2024-04-27 16:58:58 +03:00
|
|
|
[node name="Player" type="MeshInstance3D" parent="Body/Small"]
|
|
|
|
material_override = SubResource("StandardMaterial3D_npsgb")
|
|
|
|
mesh = SubResource("CapsuleMesh_f3avi")
|
|
|
|
|
2024-04-17 17:49:58 +03:00
|
|
|
[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")
|
2024-05-26 23:22:26 +03:00
|
|
|
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.92, 0, 0)
|
|
|
|
material_override = ExtResource("4_be66c")
|
|
|
|
mesh = SubResource("QuadMesh_4asi8")
|