


save_loader element description, so try typing different numbers until the whole save fits on screenexample.jshaseulite.jssave_loaderexample.jshaseulite.js!function(){
const s = document.createElement('script')
s.onload = function(){showInfo('save_loader')}
s.src = 'mods/save_loading.js'
document.head.appendChild(s)
}()