no message

This commit is contained in:
2026-07-06 09:43:46 +08:00
parent 4564ac5f47
commit ff1542c24f
22 changed files with 8771 additions and 309 deletions

View File

@@ -76,6 +76,8 @@ export const CommonDefine = {
Vehicle: 'Vehicle',
BlockBase: 'Baseblock',
BlockJump: 'JumpBlock',
/** 墙砖贴图 keyBorder 默认瓦片;仅此类参与墙遮挡) */
BlockWall: 'WallBlock',
};
export function addDirection(dir: Direction, delta: number): Direction {