mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-03 16:40:42 +02:00
almost done, mostly documentation left
This commit is contained in:
7
stairsplus/resources/formspec_styling.lua
Normal file
7
stairsplus/resources/formspec_styling.lua
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
stairsplus.resources.formspec_style = ""
|
||||
|
||||
if stairsplus.has.default then
|
||||
-- prepend background and slot styles from default if available
|
||||
stairsplus.resources.formspec_style = default.gui_bg .. default.gui_bg_img .. default.gui_slots
|
||||
end
|
Reference in New Issue
Block a user