This commit is contained in:
ckcz123 2018-11-01 15:53:17 +08:00
parent 49474e2859
commit 648204b7ef
3 changed files with 3 additions and 3 deletions

View File

@ -1669,7 +1669,7 @@ control.prototype.chooseReplayFile = function () {
return;
}
core.startGame(obj.hard, obj.seed, core.decode(obj.route));
core.startGame(obj.hard, obj.seed, core.decodeRoute(obj.route));
}, function () {
})

View File

@ -2468,7 +2468,7 @@ ui.prototype.drawPaint = function () {
core.statusBar.image.book.src = core.statusBar.icons.paint.src;
core.statusBar.image.fly.src = core.statusBar.icons.erase.src;
core.statusBar.image.toolbox.src = core.statusBar.icons.delete.src;
core.statusBar.image.toolbox.src = core.statusBar.icons.empty.src;
core.statusBar.image.settings.src = core.statusBar.icons.exit.src;
core.statusBar.image.book.style.opacity = 1;
core.statusBar.image.fly.style.opacity = 1;

View File

@ -130,7 +130,7 @@ function main() {
'skill': 25,
'paint': 26,
'erase': 27,
'delete': 28,
'empty': 28,
'exit': 29,
},
'floor': document.getElementById('floor'),