diff options
author | nokoe <nokoe@mailbox.org> | 2024-08-13 14:14:01 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-08-13 14:26:50 +0200 |
commit | 84a96522aad9970d6ade4849f865d4e66e448f3d (patch) | |
tree | 4b1653d9f62524833e33300b0ad81465d2025f3c /client/map/items/rice_content.tscn | |
parent | ebf97951b163a52f9969097f76dbeab1272a4d2c (diff) | |
download | hurrycurry-84a96522aad9970d6ade4849f865d4e66e448f3d.tar hurrycurry-84a96522aad9970d6ade4849f865d4e66e448f3d.tar.bz2 hurrycurry-84a96522aad9970d6ade4849f865d4e66e448f3d.tar.zst |
add rice models
Diffstat (limited to 'client/map/items/rice_content.tscn')
-rw-r--r-- | client/map/items/rice_content.tscn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/map/items/rice_content.tscn b/client/map/items/rice_content.tscn new file mode 100644 index 00000000..86b6e983 --- /dev/null +++ b/client/map/items/rice_content.tscn @@ -0,0 +1,12 @@ +[gd_scene load_steps=3 format=3 uid="uid://do4qxd1d1x7cc"] + +[ext_resource type="ArrayMesh" uid="uid://dfvubawp7vieh" path="res://map/items/rice_content.res" id="1_r5kmu"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ce6yj"] +resource_local_to_scene = true + +[node name="RiceContent" type="MeshInstance3D"] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) +mesh = ExtResource("1_r5kmu") +skeleton = NodePath("") +surface_material_override/0 = SubResource("StandardMaterial3D_ce6yj") |