Panes support _tt_help now

This commit is contained in:
Wuzzy 2024-12-15 13:41:22 +01:00
parent ffe9390a10
commit 89765a36f2

View File

@ -19,6 +19,7 @@ function lzr_panes.register_pane(basename, def)
lzr_laser.register_element(basename .. "_flat", {
description = def.description,
_tt_help = def._tt_help,
drawtype = "mesh",
paramtype = "light",
is_ground_content = false,