diff options
author | tpart <tpart120@proton.me> | 2024-09-16 15:19:32 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-16 15:19:32 +0200 |
commit | f4642ba743b1758a2252434524cb41b92bf6ebb1 (patch) | |
tree | d6d2c8259abd19cdd6f94a5c2043df4c4e40490a /client/map/items/rice_content.tscn | |
parent | 1e059a4c891bfd00d758932c59bcae2bd47076a7 (diff) | |
download | hurrycurry-f4642ba743b1758a2252434524cb41b92bf6ebb1.tar hurrycurry-f4642ba743b1758a2252434524cb41b92bf6ebb1.tar.bz2 hurrycurry-f4642ba743b1758a2252434524cb41b92bf6ebb1.tar.zst |
Implement pot contents in new item system
Diffstat (limited to 'client/map/items/rice_content.tscn')
-rw-r--r-- | client/map/items/rice_content.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/map/items/rice_content.tscn b/client/map/items/rice_content.tscn index 86b6e983..b7111399 100644 --- a/client/map/items/rice_content.tscn +++ b/client/map/items/rice_content.tscn @@ -4,6 +4,7 @@ [sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ce6yj"] resource_local_to_scene = true +albedo_color = Color(1, 1, 0.8, 1) [node name="RiceContent" type="MeshInstance3D"] transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) |