aboutsummaryrefslogtreecommitdiff
path: root/client/player/character/robot/head.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/player/character/robot/head.tscn')
-rw-r--r--client/player/character/robot/head.tscn20
1 files changed, 20 insertions, 0 deletions
diff --git a/client/player/character/robot/head.tscn b/client/player/character/robot/head.tscn
new file mode 100644
index 00000000..1684131d
--- /dev/null
+++ b/client/player/character/robot/head.tscn
@@ -0,0 +1,20 @@
+[gd_scene load_steps=4 format=3 uid="uid://c6sqsj7r03qp1"]
+
+[ext_resource type="ArrayMesh" uid="uid://b6jg603dkd4ys" path="res://player/character/robot/head.res" id="1_phkuo"]
+[ext_resource type="ArrayMesh" uid="uid://d06pr5ahve2ni" path="res://player/character/robot/ears.res" id="2_2lybj"]
+[ext_resource type="ArrayMesh" uid="uid://cv86smrevtpid" path="res://player/character/robot/antenna.res" id="3_dmtg5"]
+
+[node name="Head" type="MeshInstance3D"]
+transform = Transform3D(1.875, 0, 0, 0, 1.25, 0, 0, 0, 1.25, 0, 2.125, 0)
+mesh = ExtResource("1_phkuo")
+skeleton = NodePath("")
+
+[node name="Ears" type="MeshInstance3D" parent="."]
+transform = Transform3D(0, 0.533333, 0, -0.24, 0, 0, 0, 0, 0.24, 0, 0, 0)
+mesh = ExtResource("2_2lybj")
+skeleton = NodePath("")
+
+[node name="Antenna" type="MeshInstance3D" parent="."]
+transform = Transform3D(0.533333, 0, 0, 0, 0.8, 0, 0, 0, 0.8, 0, 0.7, 0)
+mesh = ExtResource("3_dmtg5")
+skeleton = NodePath("")