Implement WebGL page reserve navigation

This commit is contained in:
2026-06-08 10:25:54 +02:00
parent 3e28d7db23
commit efd1e6cfff
13 changed files with 571 additions and 52 deletions
+2
View File
@@ -10,6 +10,8 @@ export interface GameMetadata {
version?: string;
copyright?: string;
language?: string;
bookPageCount?: number;
pageReserve?: number;
}
export interface GamePaths {