Add cinematic prologue story
This commit is contained in:
@@ -28,7 +28,7 @@ export class BattleScene extends Phaser.Scene {
|
||||
this.drawMap();
|
||||
this.drawUnits();
|
||||
this.drawSidePanel(width, height);
|
||||
this.setInfo('아군 차례입니다. 유현을 선택해 이동 범위를 확인하세요.');
|
||||
this.setInfo('아군 차례입니다. 유비를 선택해 이동 범위를 확인하세요.');
|
||||
}
|
||||
|
||||
private drawMap() {
|
||||
@@ -84,7 +84,7 @@ export class BattleScene extends Phaser.Scene {
|
||||
fontSize: '18px',
|
||||
color: '#9aa3ad'
|
||||
});
|
||||
this.add.text(panelX + 30, height - 148, '패배 조건: 유현 퇴각', {
|
||||
this.add.text(panelX + 30, height - 148, '패배 조건: 유비 퇴각', {
|
||||
fontSize: '18px',
|
||||
color: '#9aa3ad'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user