aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/generic_item.gd
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-24 02:00:24 +0200
committernokoe <nokoe@mailbox.org>2024-06-24 02:01:09 +0200
commit372bc4897f81fabb919ab79bce6d6d7aa00fad78 (patch)
treeb094c5dbad652850e287413fd1101a4c180063a0 /client/map/items/generic_item.gd
parent4c51bd75579b148ba94f5a87aa8bd8ff19569705 (diff)
downloadhurrycurry-372bc4897f81fabb919ab79bce6d6d7aa00fad78.tar
hurrycurry-372bc4897f81fabb919ab79bce6d6d7aa00fad78.tar.bz2
hurrycurry-372bc4897f81fabb919ab79bce6d6d7aa00fad78.tar.zst
add some items
Diffstat (limited to 'client/map/items/generic_item.gd')
-rw-r--r--client/map/items/generic_item.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/items/generic_item.gd b/client/map/items/generic_item.gd
index 70e9b354..be9d5a0a 100644
--- a/client/map/items/generic_item.gd
+++ b/client/map/items/generic_item.gd
@@ -31,4 +31,4 @@ func _init(owned_by_: Node3D, t: String):
mat.billboard_mode = mat.BILLBOARD_ENABLED
mat.shading_mode = BaseMaterial3D.SHADING_MODE_UNSHADED
text.material = mat
- add_child(mesh)
+ base.add_child(mesh)