diff --git a/Applications/Shooting/Shooting.lua b/Applications/Shooting/Shooting.lua index 377c55ad..11bca942 100644 --- a/Applications/Shooting/Shooting.lua +++ b/Applications/Shooting/Shooting.lua @@ -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)