Show save slot keyboard hints

This commit is contained in:
2026-07-05 04:43:13 +09:00
parent 83bba0c508
commit 2f1ba5fcfe
3 changed files with 7 additions and 3 deletions

View File

@@ -453,7 +453,7 @@ export class TitleScene extends Phaser.Scene {
const backdrop = this.add.rectangle(0, 0, 318, 256, 0x0e151d, 0.95);
backdrop.setStrokeStyle(1, palette.gold, 0.58);
const title = this.add.text(0, -104, '이어갈 기록 선택', {
const title = this.add.text(0, -104, '이어갈 기록 선택 (1~3)', {
fontFamily: '"Malgun Gothic", "Noto Sans KR", sans-serif',
fontSize: '22px',
color: '#f1e3c2',