Commit e87098ce authored by 18신대성's avatar 18신대성

맥스플레이어 25로 수정, 선비값 50원으로 수정 (임시)

parent ba4f3687
...@@ -83,8 +83,8 @@ class GameRoom ...@@ -83,8 +83,8 @@ class GameRoom
this.roomId = GameServer.getRoomNumber(); this.roomId = GameServer.getRoomNumber();
this.roomIndex = -1; this.roomIndex = -1;
this.startCount = 5; this.startCount = 5;
this.maxPlayer = 100; this.maxPlayer = 25;
this.nextRank = 100; this.nextRank = 25;
this.startTime = 0; this.startTime = 0;
this.currentPlayer = []; this.currentPlayer = [];
......
...@@ -421,7 +421,7 @@ var shopScene = new Phaser.Class( ...@@ -421,7 +421,7 @@ var shopScene = new Phaser.Class(
this.sunbiItem = { this.sunbiItem = {
price: 100, price: 50,
itemName: this.add.text(game.config.width - 500, 400, '선비').setOrigin(1, 0.5).setColor('#000000').setDepth(9.9).setPadding(5,5,5,5).setFont('40pt sejongFont'), itemName: this.add.text(game.config.width - 500, 400, '선비').setOrigin(1, 0.5).setColor('#000000').setDepth(9.9).setPadding(5,5,5,5).setFont('40pt sejongFont'),
itemPrice: this.add.text(game.config.width - 200, 400, '100냥').setOrigin(1, 0.5).setColor('#000000').setDepth(9.9).setPadding(5,5,5,5).setFont('40pt sejongFont'), itemPrice: this.add.text(game.config.width - 200, 400, '100냥').setOrigin(1, 0.5).setColor('#000000').setDepth(9.9).setPadding(5,5,5,5).setFont('40pt sejongFont'),
buyBtn: UIObject.createButton(this, UIObject.createLabel(this, game.config.width - 800, 400, 5, 'buyBtn', 1, 'center'), -1, -1, -1, buyBtn: UIObject.createButton(this, UIObject.createLabel(this, game.config.width - 800, 400, 5, 'buyBtn', 1, 'center'), -1, -1, -1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment