mirror of
https://github.com/motajs/template.git
synced 2026-05-02 12:23:13 +08:00
8 lines
217 B
TypeScript
8 lines
217 B
TypeScript
/** 每个地图的默认宽度 */
|
|
export const TILE_WIDTH = 13;
|
|
/** 每个地图的默认高度 */
|
|
export const TILE_HEIGHT = 13;
|
|
|
|
/** 默认的勇士图片 */
|
|
export const DEFAULT_HERO_IMAGE: ImageIds = 'hero.png';
|