From 15e0102fb668466aee7eeb5a128aebdb9d183e34 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 23 Aug 2015 15:35:20 +0300 Subject: [PATCH] Update Shooting.lua --- Applications/Shooting/Shooting.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)