From e66c1eec2b689a36fc6701271b88b270c0dbd4fe 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, 17 Dec 2018 08:37:13 +0900 Subject: [PATCH] Fix: typing app button icon tint color --- src/game/lib/button/typing_app_button.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/game/lib/button/typing_app_button.js b/src/game/lib/button/typing_app_button.js index 58c3676..26eb14a 100644 --- a/src/game/lib/button/typing_app_button.js +++ b/src/game/lib/button/typing_app_button.js @@ -28,6 +28,12 @@ function TypingAppButton(type, x, y, iconSprite, buttonText, appInfo) { "#66c", "#333" ); + setting.setIconColor( + 0xeeeeff, + 0xddddee, + 0xccccdd, + 0x666666 + ); break; case TypingAppButton.TYPE_PRACTICE_ENGLISH: