diff options
author | tpart <tpart120@proton.me> | 2024-09-16 16:14:12 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-16 16:14:12 +0200 |
commit | a15420bfd06644096959f21d2cee2c0fc0f10ca0 (patch) | |
tree | 073addf0dc08cb6fcb13f1befb7bd83d8e0ea5ae /client/map/items/cooked_rice_fill.tscn | |
parent | bd4794cacdd93734ffea4861cf0c26dc07806c7a (diff) | |
download | hurrycurry-a15420bfd06644096959f21d2cee2c0fc0f10ca0.tar hurrycurry-a15420bfd06644096959f21d2cee2c0fc0f10ca0.tar.bz2 hurrycurry-a15420bfd06644096959f21d2cee2c0fc0f10ca0.tar.zst |
Fix cooked rice on plate
Diffstat (limited to 'client/map/items/cooked_rice_fill.tscn')
-rw-r--r-- | client/map/items/cooked_rice_fill.tscn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/map/items/cooked_rice_fill.tscn b/client/map/items/cooked_rice_fill.tscn new file mode 100644 index 00000000..1232aed9 --- /dev/null +++ b/client/map/items/cooked_rice_fill.tscn @@ -0,0 +1,13 @@ +[gd_scene load_steps=3 format=3 uid="uid://c17tdqcs3a33i"] + +[ext_resource type="PackedScene" uid="uid://do4qxd1d1x7cc" path="res://map/items/rice_content.tscn" id="1_mteor"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_vr3i3"] +resource_local_to_scene = true + +[node name="CookedRiceFIll" type="Node3D"] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) + +[node name="RiceContent" parent="." instance=ExtResource("1_mteor")] +transform = Transform3D(0.3, 0, 0, 0, 0.15, 0, 0, 0, 0.562, 0.194, 0.07, 0) +surface_material_override/0 = SubResource("StandardMaterial3D_vr3i3") |