From 537f22ad58dbbadf97cc52c2159811381937dee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Mon, 10 Dec 2018 10:36:57 +0900 Subject: [PATCH] Fix: timer position --- src/game/license_timer/timer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/license_timer/timer.js b/src/game/license_timer/timer.js index ce65652..a9188ee 100644 --- a/src/game/license_timer/timer.js +++ b/src/game/license_timer/timer.js @@ -348,7 +348,7 @@ Timer.prototype.sendTimeLeftToServer = function() { -Timer.Timer_CENTER_OFFSET_X = 130; +Timer.Timer_CENTER_OFFSET_X = 125; Timer.TIME_MILLISECONDS = 1000;