From 0b780e2271e63f10a2580afe9507d18d735527f8 Mon Sep 17 00:00:00 2001 From: tpart Date: Mon, 15 Sep 2025 22:12:25 +0200 Subject: Change strawberry ice cream recipe & models --- client/map/items/glass.gd | 3 +++ client/map/items/icecream.tscn | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'client/map/items') diff --git a/client/map/items/glass.gd b/client/map/items/glass.gd index 62a4fb56..900a3eba 100644 --- a/client/map/items/glass.gd +++ b/client/map/items/glass.gd @@ -26,6 +26,9 @@ func _init(owned_by_: Node3D, contents: Array): "water": item = GlassFill.new(self, Color(.5, .6, .8)) "strawberry-shake": item = GlassFill.new(self, Color(.98, .55, .71)) "tomato-juice": item = GlassFill.new(self, Color(1., .0, .0)) + "strawberry-icecream": + base.add_child(Icecream.new(self, Color(.98, .55, .71))) + item = GlassFill.new(self, Color(.98, .55, .71)) _: push_error("Glass fill not implemented: %s" % contents) base.add_child(item) diff --git a/client/map/items/icecream.tscn b/client/map/items/icecream.tscn index b5dd322a..97eb32cf 100644 --- a/client/map/items/icecream.tscn +++ b/client/map/items/icecream.tscn @@ -68,7 +68,7 @@ cull_mode = 2 roughness = 0.690035 [node name="IceCream" type="MeshInstance3D"] -transform = Transform3D(0.75, 0, 0, 0, 0.75, 0, 0, 0, 0.75, 0, 0, 0) +transform = Transform3D(0.6, 0, 0, 0, 0.6, 0, 0, 0, 0.6, 0, 0.2, 0) mesh = SubResource("ArrayMesh_vb1ms") skeleton = NodePath("") surface_material_override/1 = SubResource("StandardMaterial3D_2ckef") -- cgit v1.2.3-70-g09d2