diff options
Diffstat (limited to 'client/player/character/robot')
-rw-r--r-- | client/player/character/robot/antenna.res | bin | 0 -> 4933 bytes | |||
-rw-r--r-- | client/player/character/robot/body.res | bin | 0 -> 30064 bytes | |||
-rw-r--r-- | client/player/character/robot/ears.res | bin | 0 -> 10615 bytes | |||
-rw-r--r-- | client/player/character/robot/face.webp | bin | 0 -> 1196 bytes | |||
-rw-r--r-- | client/player/character/robot/face.webp.import | 36 | ||||
-rw-r--r-- | client/player/character/robot/head.res | bin | 0 -> 4020 bytes | |||
-rw-r--r-- | client/player/character/robot/head.tscn | 20 |
7 files changed, 56 insertions, 0 deletions
diff --git a/client/player/character/robot/antenna.res b/client/player/character/robot/antenna.res Binary files differnew file mode 100644 index 00000000..11416ebf --- /dev/null +++ b/client/player/character/robot/antenna.res diff --git a/client/player/character/robot/body.res b/client/player/character/robot/body.res Binary files differnew file mode 100644 index 00000000..b82147d3 --- /dev/null +++ b/client/player/character/robot/body.res diff --git a/client/player/character/robot/ears.res b/client/player/character/robot/ears.res Binary files differnew file mode 100644 index 00000000..a41c80e7 --- /dev/null +++ b/client/player/character/robot/ears.res diff --git a/client/player/character/robot/face.webp b/client/player/character/robot/face.webp Binary files differnew file mode 100644 index 00000000..2a0808aa --- /dev/null +++ b/client/player/character/robot/face.webp diff --git a/client/player/character/robot/face.webp.import b/client/player/character/robot/face.webp.import new file mode 100644 index 00000000..390dfa02 --- /dev/null +++ b/client/player/character/robot/face.webp.import @@ -0,0 +1,36 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ck26gfqasow26" +path.s3tc="res://.godot/imported/face.webp-90afa5549ff02b63c82faeaa147cf172.s3tc.ctex" +path.etc2="res://.godot/imported/face.webp-90afa5549ff02b63c82faeaa147cf172.etc2.ctex" +metadata={ +"imported_formats": ["s3tc_bptc", "etc2_astc"], +"vram_texture": true +} + +[deps] + +source_file="res://player/character/robot/face.webp" +dest_files=["res://.godot/imported/face.webp-90afa5549ff02b63c82faeaa147cf172.s3tc.ctex", "res://.godot/imported/face.webp-90afa5549ff02b63c82faeaa147cf172.etc2.ctex"] + +[params] + +compress/mode=2 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=true +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=0 diff --git a/client/player/character/robot/head.res b/client/player/character/robot/head.res Binary files differnew file mode 100644 index 00000000..36032f3b --- /dev/null +++ b/client/player/character/robot/head.res 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("") |