data: 添加HAKUSH数据下载/建模

This commit is contained in:
bietiaop 2024-08-24 21:23:50 +08:00
parent d082c87809
commit 1c4798f9b8
7 changed files with 491 additions and 9 deletions

View file

@ -16,3 +16,9 @@ export const ZZZ_SQUARE_AVATAR_PATH = path.join(
ZZZ_SUIT_3D_PATH = path.join(imageResourcesPath, 'suit_3d'),
ZZZ_SUIT_PATH = path.join(imageResourcesPath, 'suit');
// const ZZZ_GUIDES_PATH = path.join(imageResourcesPath, 'guides');
export const HAKUSH_CHARACTER_DATA_PATH = path.join(
imageResourcesPath,
'hakush/data/character'
),
HAKUSH_WEAPON_DATA_PATH = path.join(imageResourcesPath, 'hakush/data/weapon');