This commit is contained in:
Igor Timofeev 2015-10-06 15:15:05 +03:00
parent 365c877f25
commit e2cd7e85ab
2 changed files with 4 additions and 2 deletions

View File

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

View File

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