Fix: button colors
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user