Add texture-space book pagination foundation
This commit is contained in:
+2
-1
@@ -24,7 +24,7 @@ const ModuleState = {
|
||||
ERROR: 'ERROR'
|
||||
};
|
||||
|
||||
const MODULE_CACHE_BUSTER = '20260606-webgl-texture-renderer-foundation';
|
||||
const MODULE_CACHE_BUSTER = '20260606-webgl-pagination-foundation';
|
||||
window.MODULE_CACHE_BUSTER = MODULE_CACHE_BUSTER;
|
||||
|
||||
/**
|
||||
@@ -114,6 +114,7 @@ const ModuleLoader = (function() {
|
||||
{ id: 'sentence-queue', script: '/js/sentence-queue-module.js', weight: 12 },
|
||||
{ id: 'layout-renderer', script: '/js/layout-renderer-module.js', weight: 13 }, // Add Layout Renderer module
|
||||
{ id: 'book-page-format', script: '/js/book-page-format-module.js', weight: 4 },
|
||||
{ id: 'book-pagination', script: '/js/book-pagination-module.js', weight: 8 },
|
||||
{ id: 'book-texture-renderer', script: '/js/book-texture-renderer-module.js', weight: 6 },
|
||||
{ id: 'webgl-book-scene', script: '/js/webgl-book-scene-module.js', weight: 13 },
|
||||
{ id: 'animation-queue', script: '/js/animation-queue-module.js', weight: 12 },
|
||||
|
||||
Reference in New Issue
Block a user