mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
feat: 角色命座
This commit is contained in:
parent
5830178362
commit
73715f015f
12 changed files with 324 additions and 14 deletions
|
|
@ -21,4 +21,5 @@ export const HAKUSH_CHARACTER_DATA_PATH = path.join(
|
|||
dataResourcesPath,
|
||||
'hakush/data/character'
|
||||
),
|
||||
HAKUSH_WEAPON_DATA_PATH = path.join(dataResourcesPath, 'hakush/data/weapon');
|
||||
HAKUSH_WEAPON_DATA_PATH = path.join(dataResourcesPath, 'hakush/data/weapon'),
|
||||
HAKUSH_UI_PATH = path.join(imageResourcesPath, 'hakush/ui');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue