aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/glass_items.gd
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-08-19 21:06:06 +0200
committertpart <tpart120@proton.me>2024-08-19 21:06:06 +0200
commit666ade5b9ccc01d936b61bdaceab496227aca8f3 (patch)
tree9cf9f52cef5212ccfdca8f0526406723adc2d2b5 /client/map/items/glass_items.gd
parent84bed3d870c6c3348c85e4cef9f6c3316888865a (diff)
downloadhurrycurry-666ade5b9ccc01d936b61bdaceab496227aca8f3.tar
hurrycurry-666ade5b9ccc01d936b61bdaceab496227aca8f3.tar.bz2
hurrycurry-666ade5b9ccc01d936b61bdaceab496227aca8f3.tar.zst
Add ice cream model & implement strawberry ice cream plate item
Diffstat (limited to 'client/map/items/glass_items.gd')
-rw-r--r--client/map/items/glass_items.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/items/glass_items.gd b/client/map/items/glass_items.gd
index d154579a..2944dffe 100644
--- a/client/map/items/glass_items.gd
+++ b/client/map/items/glass_items.gd
@@ -24,4 +24,4 @@ class WaterG extends GlassFill:
class StrawberryShakeG extends GlassFill:
func _init(owned_by_: Node3D):
super(owned_by_)
- set_color(Color8(250, 140, 180))
+ set_color(Color(.98, .55, .71))