Fix: RoundRectSetting color object value errer

This commit is contained in:
2018-05-07 20:22:11 +09:00
parent 83a3a85e75
commit 52207c5dd4
4 changed files with 25 additions and 26 deletions
-6
View File
@@ -16,7 +16,6 @@ let Login = {
// game.stage.backgroundColor = '#4d4d4d';
this.makeInputTypeTexts();
this.makeButton();
},
@@ -71,11 +70,6 @@ let Login = {
let startButton = new RoundRectButton(setting, "시작", this.startMenu);
startButton.move(game.world.centerX, game.world.centerY + 140);
icon_fullscreen = game.add.sprite(0, 0, 'icon_fullscreen');
icon_fullscreen.width = 20;
icon_fullscreen.height = 20;
startButton.setIcon(icon_fullscreen);
},
startMenu: function() {