fix: 电摇嘲讽

This commit is contained in:
unanmed 2024-11-22 20:52:59 +08:00
parent 5c449c6abd
commit a2150990c3
3 changed files with 4 additions and 3 deletions

View File

@ -20,7 +20,7 @@
"按H查看本游戏的百科全书",
"给别人炫耀一下自己的成就点吧!虽然不能记榜(",
"抱团属性会在怪物右上角显示加成数量!",
"乾坤挪移属性绘制怪物左上角显示“乾”字!",
"乾坤挪移属性会在怪物左上角显示“乾”字!",
"电脑端可以试试按F11全屏游玩",
"手机端要不试试横屏玩?",
"不在楼梯边也可以使用楼传!",

View File

@ -541,7 +541,7 @@ export class HeroMover extends ObjectMoverBase {
}
if (!this.ignoreTerrain || !this.noRoute) {
this.moveDir = showDir;
this.moveDir = dir4Move;
}
// 检查传送门

View File

@ -71,7 +71,8 @@ export function init() {
}
function setHeroDirection(dir: Dir) {
if (!heroMover.moving) heroMover.moveDir = dir;
heroMover.setFaceDir(dir);
heroMover.setMoveDir(dir);
}
/**