aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/plate.gd
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2025-09-30 15:19:38 +0200
committernokoe <nokoe@mailbox.org>2025-09-30 15:20:37 +0200
commit5850d86b552bd555d031cdbbd7ca20251793f6da (patch)
tree87d7aeddc31a82f1d272171d11869bf524571798 /client/map/items/plate.gd
parent37a176f2e76eb5d293fd63f6ba39a143cb0abf1c (diff)
downloadhurrycurry-5850d86b552bd555d031cdbbd7ca20251793f6da.tar
hurrycurry-5850d86b552bd555d031cdbbd7ca20251793f6da.tar.bz2
hurrycurry-5850d86b552bd555d031cdbbd7ca20251793f6da.tar.zst
add french fries recipe models
Diffstat (limited to 'client/map/items/plate.gd')
-rw-r--r--client/map/items/plate.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/map/items/plate.gd b/client/map/items/plate.gd
index 60903ab3..fb4e52f6 100644
--- a/client/map/items/plate.gd
+++ b/client/map/items/plate.gd
@@ -51,6 +51,7 @@ func _init(owned_by_: Node3D, contents: Array):
"cooked-rice": add_child(load("res://map/items/cooked_rice_fill.tscn").instantiate())
"tomato-lettuce-salad": add_child(load("res://map/items/sliced_tomato_sliced_lettuce_fill.tscn").instantiate())
"tomato-soup": add_child(PlateFill.new(self, Color(1., .3, .2)))
+ "french-fries": base.add_child(load("res://map/items/french_fries_fill.tscn").instantiate())
"bun-small":
var bun = ItemFactory.produce("bun", base)
base.add_child(bun)