fix:修复弹幕系统bug以及若干微调

This commit is contained in:
ShakeFlower 2025-02-15 09:30:28 +08:00
parent 266a343924
commit e662f80287
4 changed files with 5 additions and 5 deletions

View File

@ -91,7 +91,7 @@ var plugins_comment_c456ea59_6018_45ef_8bcc_211a24c627dc = {
"_leaf": true,
"_type": "textarea",
"_range": "typeof(thiseval)=='string' || thiseval==null",
"_data": "接收&发送弹幕"
"_data": "接收&发送在线留言"
},
"autoChangeEquip": {
"_leaf": true,

View File

@ -729,6 +729,6 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"enableRouteFolding": true,
"disableShopOnDamage": false,
"blurFg": false,
"chaseThroughEnemy": true
"chaseThroughEnemy": false
}
}

View File

@ -603,10 +603,10 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
"useItemEvent": [
{
"type": "choices",
"text": "本功能需要您在h5mota.com在线游玩并处于登录状态时使用可以发送和接受留言。\n发言后需要选择刷新留言才能看到自己新发的留言。",
"text": "本功能需要您在h5mota.com在线游玩并处于登录状态时使用可以发送和接受留言。\n发言后需要选择\"获取最新留言\"才能看到自己新发的留言。\n您当前\"在地图上显示在线留言\"功能处于${flag:comment?'打开状态':'关闭状态,在设置中可打开。'}",
"choices": [
{
"text": "新留言",
"text": "获取最新留言",
"action": [
{
"type": "function",

View File

@ -2299,7 +2299,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
const l = commentCollection[floorId][pos].length;
for (let i = 0; i <= l - 1; i++) {
const [x, y] = pos.split(',');
core.drawIcon('sign', postman, 32 * x, 32 * y);
core.drawIcon('sign', 'postman', 32 * x, 32 * y);
break;
}
}