Add storage-backed story history
This commit is contained in:
@@ -103,6 +103,7 @@ const ModuleLoader = (function() {
|
||||
// Core functionality modules
|
||||
{ id: 'persistence-manager', script: '/js/persistence-manager-module.js', weight: 12 },
|
||||
{ id: 'localization', script: '/js/localization-module.js', weight: 12 },
|
||||
{ id: 'story-history', script: '/js/story-history-module.js', weight: 8 },
|
||||
{ id: 'game-config', script: '/js/game-config-module.js', weight: 8 },
|
||||
{ id: 'text-processor', script: '/js/text-processor-module.js', weight: 15 },
|
||||
{ id: 'markup-parser', script: '/js/markup-parser-module.js', weight: 5 },
|
||||
|
||||
Reference in New Issue
Block a user