mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-08 20:22:38 +01:00
Масштаб для хуисосак
This commit is contained in:
parent
c48a2f6473
commit
497e0f7e38
@ -4,6 +4,7 @@ local component = require("component")
|
||||
local GUI = require("GUI")
|
||||
local buffer = require("doubleBuffering")
|
||||
local fs = require("filesystem")
|
||||
local scale = require("scale")
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
@ -20,10 +21,12 @@ end
|
||||
|
||||
local palette = {0x00FF00,0x00B600,0x33DB00,0x99FF00,0xCCFF00,0xFFDB00,0xFFB600,0xFF9200,0xFF6D00,0xFF4900,0xFF2400,0xFF0000}
|
||||
|
||||
local mainContainer = GUI.fullScreenContainer()
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
scale.set(1)
|
||||
buffer.flush()
|
||||
local mainContainer = GUI.fullScreenContainer()
|
||||
|
||||
mainContainer:addChild(GUI.panel(1, 1, mainContainer.width, mainContainer.height, 0x1E1E1E))
|
||||
|
||||
local function newController(x, y, proxy)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user