Merge branch 'noAnimate' into hasAnimate

This commit is contained in:
爱的天使Erdnase 2023-03-21 23:12:26 +08:00
commit 8e46ecc265
2 changed files with 70 additions and 65 deletions

View File

@ -1472,8 +1472,8 @@ main.floors.MT0=
"autoEvent": {},
"canFlyFrom": true,
"flyPoint": [
7,
11
6,
2
],
"downFloor": [
6,

View File

@ -162,6 +162,11 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a =
// ...可以新增一些其他内容,比如创建个画布在右上角显示什么内容等等
////复现RMbug若5层法师移动且存在则切换楼层后变回原位置
if (core.getBlockId(5, 1, 'MT5') === 'bluePriest') {
core.setBlock(217, 6, 1, 'MT5');
core.setBlock(0, 5, 1, 'MT5')
}
},
"afterChangeFloor": function (floorId) {
// 转换楼层结束的事件;此函数会在整个楼层切换完全结束后再执行