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