Add cinematic prologue story

This commit is contained in:
2026-06-21 23:36:21 +09:00
parent 34611bc633
commit 591141c492
11 changed files with 217 additions and 71 deletions

View File

@@ -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'
});