dd
This commit is contained in:
13
assets/script/game/hero/HeroConst.ts
Normal file
13
assets/script/game/hero/HeroConst.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Vec3 } from 'cc';
|
||||
|
||||
export enum HeroDefault {
|
||||
DEFAULT_UUID = 1001,
|
||||
BASE_SCALE = 1,
|
||||
INIT_LEVEL = 1
|
||||
}
|
||||
|
||||
// 将位置常量作为普通常量导出
|
||||
export const HERO_POSITION = Vec3.ZERO;
|
||||
|
||||
// 路径作为独立常量
|
||||
export const HERO_PREFAB_PATH = "game/heros/";
|
||||
Reference in New Issue
Block a user