aboutsummaryrefslogtreecommitdiff
path: root/client/player/character/cat_ears.tscn
blob: ab1d96eb049d8647cfd314a4916bbe699e7139c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[gd_scene load_steps=3 format=3 uid="uid://dspkdcg1ui6dl"]

[ext_resource type="ArrayMesh" uid="uid://3k87npushfgh" path="res://player/character/hairstyles/cat_ears.res" id="1_5c3r8"]
[ext_resource type="Script" uid="uid://cyyugv3ylq8ux" path="res://player/character/cat_ears.gd" id="1_q747p"]

[node name="CatEars" type="Node3D"]
script = ExtResource("1_q747p")

[node name="Left" type="MeshInstance3D" parent="."]
transform = Transform3D(-0.391948, 0.0798526, 2.14072e-08, 0.0798526, 0.391948, 6.34998e-09, 1.97086e-08, -1.04957e-08, 0.4, -0.0100086, 0.361507, 1.20572e-08)
mesh = ExtResource("1_5c3r8")
skeleton = NodePath("")

[node name="Right" type="MeshInstance3D" parent="."]
transform = Transform3D(0.389421, -0.0913844, -2.23025e-08, 0.0913844, 0.389421, 5.89238e-09, 2.03665e-08, -1.08318e-08, 0.4, 0.0104306, 0.370664, 1.26181e-08)
mesh = ExtResource("1_5c3r8")
skeleton = NodePath("")