1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Add button, toggle, and option elements

This commit is contained in:
v-rob 2024-02-07 22:48:56 -08:00
parent c7fca1b956
commit 68612c6900
9 changed files with 407 additions and 0 deletions

View file

@ -11,6 +11,7 @@ dofile(UI_PATH .. "selector.lua")
dofile(UI_PATH .. "style.lua")
dofile(UI_PATH .. "elem.lua")
dofile(UI_PATH .. "clickable_elems.lua")
dofile(UI_PATH .. "static_elems.lua")
dofile(UI_PATH .. "window.lua")