А вот и нет! Хочу 5.2 и ниибет

This commit is contained in:
Igor Timofeev 2018-04-25 18:53:17 +03:00
parent bb1496be1c
commit 2e629adc24
2 changed files with 3 additions and 5 deletions

View File

@ -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, ""))

View File

@ -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