feat(startup): add configurable game root

This commit is contained in:
gamer147
2026-07-28 23:05:25 -04:00
parent b1d4a791b5
commit d2ec834fc3
14 changed files with 339 additions and 25 deletions

View File

@@ -30,7 +30,7 @@ from collections import OrderedDict
from pathlib import Path
REPO = Path(__file__).resolve().parents[2]
GAME_DIR = REPO.parent / "姫狩りダンジョンマイスター"
GAME_DIR = REPO.parent / "Himegari_Game"
AGE_EXE = GAME_DIR / "AGE.EXE"
RAW = REPO / "build" / "global-writes.jsonl"
SNAP = REPO / "build" / "scene-entry-state.json"