diff options
author | tpart <tpart120@proton.me> | 2024-10-04 11:58:06 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-10-04 11:58:06 +0200 |
commit | 966cbc43171b0f32b4a06c07d029fd6298563688 (patch) | |
tree | 482ac115a0c26cfd12e3d646865b0aefdeb3daac /client | |
parent | 3a08497471c9dbae7277373a967b06c65f940904 (diff) | |
download | hurrycurry-966cbc43171b0f32b4a06c07d029fd6298563688.tar hurrycurry-966cbc43171b0f32b4a06c07d029fd6298563688.tar.bz2 hurrycurry-966cbc43171b0f32b4a06c07d029fd6298563688.tar.zst |
Tweak rice color (Fixes #164)
Diffstat (limited to 'client')
-rw-r--r-- | client/map/items/cooked_rice_fill.tscn | 1 | ||||
-rw-r--r-- | client/map/items/rice_content.tscn | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/client/map/items/cooked_rice_fill.tscn b/client/map/items/cooked_rice_fill.tscn index 1232aed9..825e1f63 100644 --- a/client/map/items/cooked_rice_fill.tscn +++ b/client/map/items/cooked_rice_fill.tscn @@ -4,6 +4,7 @@ [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_vr3i3"] resource_local_to_scene = true +albedo_color = Color(0.933333, 0.933333, 0.666667, 1) [node name="CookedRiceFIll" type="Node3D"] transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) diff --git a/client/map/items/rice_content.tscn b/client/map/items/rice_content.tscn index b7111399..71038a4e 100644 --- a/client/map/items/rice_content.tscn +++ b/client/map/items/rice_content.tscn @@ -4,7 +4,7 @@ [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ce6yj"] resource_local_to_scene = true -albedo_color = Color(1, 1, 0.8, 1) +albedo_color = Color(0.933333, 0.933333, 0.666667, 1) [node name="RiceContent" type="MeshInstance3D"] transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) |