fix:修复弹幕系统bug以及若干微调
This commit is contained in:
parent
266a343924
commit
e662f80287
@ -91,7 +91,7 @@ var plugins_comment_c456ea59_6018_45ef_8bcc_211a24c627dc = {
|
|||||||
"_leaf": true,
|
"_leaf": true,
|
||||||
"_type": "textarea",
|
"_type": "textarea",
|
||||||
"_range": "typeof(thiseval)=='string' || thiseval==null",
|
"_range": "typeof(thiseval)=='string' || thiseval==null",
|
||||||
"_data": "接收&发送弹幕"
|
"_data": "接收&发送在线留言"
|
||||||
},
|
},
|
||||||
"autoChangeEquip": {
|
"autoChangeEquip": {
|
||||||
"_leaf": true,
|
"_leaf": true,
|
||||||
|
|||||||
@ -729,6 +729,6 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
|||||||
"enableRouteFolding": true,
|
"enableRouteFolding": true,
|
||||||
"disableShopOnDamage": false,
|
"disableShopOnDamage": false,
|
||||||
"blurFg": false,
|
"blurFg": false,
|
||||||
"chaseThroughEnemy": true
|
"chaseThroughEnemy": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -603,10 +603,10 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
|||||||
"useItemEvent": [
|
"useItemEvent": [
|
||||||
{
|
{
|
||||||
"type": "choices",
|
"type": "choices",
|
||||||
"text": "本功能需要您在h5mota.com在线游玩并处于登录状态时使用,可以发送和接受留言。\n发言后需要选择刷新留言才能看到自己新发的留言。",
|
"text": "本功能需要您在h5mota.com在线游玩并处于登录状态时使用,可以发送和接受留言。\n发言后需要选择\"获取最新留言\"才能看到自己新发的留言。\n您当前\"在地图上显示在线留言\"功能处于${flag:comment?'打开状态':'关闭状态,在设置中可打开。'}",
|
||||||
"choices": [
|
"choices": [
|
||||||
{
|
{
|
||||||
"text": "刷新留言",
|
"text": "获取最新留言",
|
||||||
"action": [
|
"action": [
|
||||||
{
|
{
|
||||||
"type": "function",
|
"type": "function",
|
||||||
|
|||||||
@ -2299,7 +2299,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
const l = commentCollection[floorId][pos].length;
|
const l = commentCollection[floorId][pos].length;
|
||||||
for (let i = 0; i <= l - 1; i++) {
|
for (let i = 0; i <= l - 1; i++) {
|
||||||
const [x, y] = pos.split(',');
|
const [x, y] = pos.split(',');
|
||||||
core.drawIcon('sign', postman, 32 * x, 32 * y);
|
core.drawIcon('sign', 'postman', 32 * x, 32 * y);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user