This commit is contained in:
ckcz123 2018-03-02 21:02:04 +08:00
parent b1d9144e52
commit 4e69b4ee10

View File

@ -133,7 +133,7 @@ events.prototype.win = function(reason) {
core.drawText([
"\t[恭喜通关]你的分数是${status:hp}。"
], function () {
core.events.gameOver('', replaying);
core.events.gameOver(reason||'', replaying);
})
});
}