mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
aefaef
This commit is contained in:
parent
2cc27d29f1
commit
48b50575c8
@ -50,7 +50,7 @@ local function clearScreens()
|
||||
end
|
||||
|
||||
local function addButton(text)
|
||||
return layout:addChild(GUI.button(1, 1, elementWidth, 3, 0x3C3C3C, 0x969696, 0x969696, 0x3C3C3C, text))
|
||||
return layout:addChild(GUI.button(1, 1, elementWidth, 3, 0x4B4B4B, 0xB4B4B4, 0xB4B4B4, 0x4B4B4B, text))
|
||||
end
|
||||
|
||||
local function addTextBox(lines)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user