diff options
| author | tpart <tpart120@proton.me> | 2024-08-13 19:49:26 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-08-13 19:49:47 +0200 |
| commit | f152f203e479aac5745e54224e892cb7315fa995 (patch) | |
| tree | 8c6f6ada7aa4141892d30b7aa4332097b01aa478 /client/player/character/robot/head.tscn | |
| parent | f24a9001ef0fafcdbcf20e23eef67f4b71dcf3a5 (diff) | |
| download | hurrycurry-f152f203e479aac5745e54224e892cb7315fa995.tar hurrycurry-f152f203e479aac5745e54224e892cb7315fa995.tar.bz2 hurrycurry-f152f203e479aac5745e54224e892cb7315fa995.tar.zst | |
Add robot character model
Diffstat (limited to 'client/player/character/robot/head.tscn')
| -rw-r--r-- | client/player/character/robot/head.tscn | 20 |
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("") |