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
+5 -6
View File
@@ -120,6 +120,7 @@ var Login = {
// setting.fontStyle.fontSize = 40;
setting.fontStyle.fontWeight = "bold";
// cyan
setting.setStrokeColor(
0x309090,
0x208080,
@@ -132,16 +133,14 @@ var Login = {
0x208080,
0x666666
);
/*
setting.setTextColor(
"#fff",
"#edd",
"#dbb",
"#cee",
"#acc",
"#8aa",
"#333"
);
*/
var startButton = new RoundRectButton(
var experienceButton = new RoundRectButton(
setting,
RoundRectButton.NONE_ICON, "체험",
(function() {