Update Shooting.lua

This commit is contained in:
Igor Timofeev 2015-08-23 15:35:20 +03:00
parent 8f8d6b4077
commit 15e0102fb6

View File

@ -145,7 +145,7 @@ local function drawMishen()
end
SetPixel(xCenter, yCenter, 0xff0000)
newObj("Buttons", "Выйти", ecs.drawAdaptiveButton(xScore, 37, 6, 1, "Выйти", ecs.colors.blue, 0x000000))
newObj("Buttons", "Выйти", ecs.drawAdaptiveButton(xScore, 37, 14, 1, "Выйти", ecs.colors.blue, 0xffffff))
end
local function AddPlayer(name)