From 84a96522aad9970d6ade4849f865d4e66e448f3d Mon Sep 17 00:00:00 2001 From: nokoe Date: Tue, 13 Aug 2024 14:14:01 +0200 Subject: add rice models --- client/map/items/rice_content.tscn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 client/map/items/rice_content.tscn (limited to 'client/map/items/rice_content.tscn') 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") -- cgit v1.2.3-70-g09d2