Checkpoint current UI and ink integration state

This commit is contained in:
2026-05-18 02:46:02 +02:00
parent 2c54498ee2
commit d7bb175167
384 changed files with 922883 additions and 764 deletions
+6
View File
@@ -9,6 +9,8 @@ export declare class InkEngine {
private readonly storyPath;
private story;
private nextTurnId;
private storyJson;
private readonly choicePreviewTagKeys;
constructor(storyPath: string);
isRunning(): boolean;
newGame(): TurnResult;
@@ -17,4 +19,8 @@ export declare class InkEngine {
loadGame(savedState: string): TurnResult;
private loadStory;
private continueStory;
private getChoiceTags;
private extractChoicePreviewTags;
private resolveInkPath;
private isNamedContainerMap;
}