Fix: RoundRectSetting color object value errer
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user