diff options
Diffstat (limited to 'client/map/items/glass_items.gd')
-rw-r--r-- | client/map/items/glass_items.gd | 2 |
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)) |