mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-27 13:32:38 +01:00
А вот и нет! Хочу 5.2 и ниибет
This commit is contained in:
parent
bb1496be1c
commit
2e629adc24
@ -131,10 +131,8 @@ topLayout:setCellDirection(1, 1, GUI.directions.horizontal)
|
||||
topLayout:setCellSpacing(1, 1, 2)
|
||||
topLayout:setCellAlignment(1, 1, GUI.alignment.horizontal.center, GUI.alignment.vertical.top)
|
||||
|
||||
-- Autocomplete
|
||||
local autocomplete = mainContainer:addChild(GUI.autoComplete(1, 1, 36, 7, 0xE1E1E1, 0xA5A5A5, 0x3C3C3C, 0x3C3C3C, 0xA5A5A5, 0xE1E1E1, 0xC3C3C3, 0x4B4B4B))
|
||||
|
||||
--☯◌☺
|
||||
local addBreakpointButton = topLayout:addChild(GUI.adaptiveButton(1, 1, 3, 1, 0x878787, 0xE1E1E1, 0xD2D2D2, 0x4B4B4B, "x"))
|
||||
|
||||
local syntaxHighlightingButton = topLayout:addChild(GUI.adaptiveButton(1, 1, 3, 1, 0xD2D2D2, 0x4B4B4B, 0x696969, 0xE1E1E1, "◌"))
|
||||
|
||||
@ -293,9 +293,9 @@ stages[5] = function()
|
||||
file:write("require(\"shell\").execute(\"OS\")")
|
||||
file:close()
|
||||
|
||||
-- if computer.getArchitecture then
|
||||
-- computer.setArchitecture("Lua 5.2")
|
||||
-- end
|
||||
if computer.getArchitecture then
|
||||
computer.setArchitecture("Lua 5.2")
|
||||
end
|
||||
|
||||
computer.shutdown(true)
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user