mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Use hexadecimal RRGGBB instead of colorkeys, rename getColor to parseColor
This commit is contained in:
parent
18d7bc7fa1
commit
307c57dcc4
5 changed files with 28 additions and 87 deletions
|
@ -389,7 +389,7 @@ end
|
|||
|
||||
--------------------------------------------------------------------------------
|
||||
function menubar.refresh()
|
||||
menubar.formspec = "box[-2,7.625;15.75,1.75;BLK]"
|
||||
menubar.formspec = "box[-2,7.625;15.75,1.75;000000]"
|
||||
menubar.buttons = {}
|
||||
|
||||
local button_base = -1.8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue