mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-07 11:42:39 +01:00
aefaef
This commit is contained in:
parent
365c877f25
commit
e2cd7e85ab
@ -240,13 +240,15 @@ end
|
||||
|
||||
-------------------------------------------- Программа -------------------------------------------------------------
|
||||
|
||||
ecs.prepareToExit()
|
||||
--ecs.prepareToExit()
|
||||
|
||||
tetris.changeColors(0x008800, 0xFFFF00)
|
||||
tetris.draw(10, 5, 27, 20, false)
|
||||
tetris.changeColors(0xFF5555, 0xFFFF00)
|
||||
tetris.draw(80, 5, 10, 20, true)
|
||||
|
||||
ecs.waitForTouchOrClick()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -349,6 +349,7 @@ local function createDesktopShortCuts()
|
||||
"Robot.app",
|
||||
"Shooting.app",
|
||||
"Shop.app",
|
||||
"TetrisAlpha.app"
|
||||
}
|
||||
|
||||
local dockApps = {
|
||||
@ -356,7 +357,6 @@ local function createDesktopShortCuts()
|
||||
"Calendar.app",
|
||||
"Control.app",
|
||||
"Photoshop.app",
|
||||
"Pastebin.app",
|
||||
}
|
||||
|
||||
local desktopPath = "System/OS/Desktop/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user