This commit is contained in:
oc 2018-08-30 00:01:09 +08:00
parent 75d5b9dd29
commit be3231d36a

View File

@ -58,6 +58,10 @@ functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a =
core.waitHeroToStop(function() {
core.removeGlobalAnimate(0,0,true);
core.clearMap('all'); // 清空全地图
// 请注意:
// 成绩统计时是按照hp进行上传并排名因此光在这里改 ${status:hp} 是无效的
// 如需按照其他的的分数统计方式请先将hp设置为你的得分
// core.setStatus('hp', ...);
core.drawText([
"\t[" + (reason||"恭喜通关") + "]你的分数是${status:hp}。"
], function () {