Fix: button colors

This commit is contained in:
2018-12-16 14:42:18 +09:00
parent c689a6f075
commit 0151a5c285
4 changed files with 95 additions and 38 deletions
+6
View File
@@ -24,6 +24,12 @@ function HomeButton(clickEvent) {
"#dca",
"#333"
);
setting.setIconColor(
0xffeecc,
0xddccaa,
0xddccaa,
0x666666
);
var homeButton = new RoundRectButton(setting, RoundRectButton.NONE_ICON, "", clickEvent);
var icon_fullscreen = game.add.sprite(0, 0, "icon_home");