diff options
author | tpart <tpart120@proton.me> | 2024-08-19 21:37:59 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-08-19 21:37:59 +0200 |
commit | afbea7fcf5f66b08d7ef0ed4e617678b8c20bda0 (patch) | |
tree | ca6ceb68a8f2a68c9d07acf3d3217e244c93bf71 /client/map/items/mochi.tscn | |
parent | 222b6c4050ce497999cee39f594861b72ab44b05 (diff) | |
download | hurrycurry-afbea7fcf5f66b08d7ef0ed4e617678b8c20bda0.tar hurrycurry-afbea7fcf5f66b08d7ef0ed4e617678b8c20bda0.tar.bz2 hurrycurry-afbea7fcf5f66b08d7ef0ed4e617678b8c20bda0.tar.zst |
Add mochi model & Implement strawberry mochi
Diffstat (limited to 'client/map/items/mochi.tscn')
-rw-r--r-- | client/map/items/mochi.tscn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/client/map/items/mochi.tscn b/client/map/items/mochi.tscn new file mode 100644 index 00000000..aaf20af6 --- /dev/null +++ b/client/map/items/mochi.tscn @@ -0,0 +1,11 @@ +[gd_scene load_steps=3 format=3 uid="uid://2warur3hlxao"] + +[ext_resource type="ArrayMesh" uid="uid://c3s71kxt7nhfb" path="res://map/items/mochi.res" id="1_ygb5f"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_c143l"] + +[node name="Mochi" type="MeshInstance3D"] +transform = Transform3D(0.15, 0, 0, 0, 0.104, 0, 0, 0, 0.15, 0, 0.075, 0) +mesh = ExtResource("1_ygb5f") +skeleton = NodePath("") +surface_material_override/0 = SubResource("StandardMaterial3D_c143l") |