mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-28 15:07:47 +00:00
Expand repository enum variant names, to match with the other ones
This commit is contained in:
parent
a262591057
commit
4541a1d033
1 changed files with 4 additions and 4 deletions
|
@ -69,13 +69,13 @@ pub enum Category {
|
||||||
/// Common files such as game fonts, and other data that doesn't really fit anywhere else.
|
/// Common files such as game fonts, and other data that doesn't really fit anywhere else.
|
||||||
Common,
|
Common,
|
||||||
/// Shared data between game maps.
|
/// Shared data between game maps.
|
||||||
BgCommon,
|
BackgroundCommon,
|
||||||
/// Game map data such as models, textures, and so on.
|
/// Game map data such as models, textures, and so on.
|
||||||
Bg,
|
Background,
|
||||||
/// Cutscene content such as animations.
|
/// Cutscene content such as animations.
|
||||||
Cut,
|
Cutscene,
|
||||||
/// Character model files and more.
|
/// Character model files and more.
|
||||||
Chara,
|
Character,
|
||||||
/// Compiled shaders used by the retail client.
|
/// Compiled shaders used by the retail client.
|
||||||
Shader,
|
Shader,
|
||||||
/// UI layouts and textures.
|
/// UI layouts and textures.
|
||||||
|
|
Loading…
Add table
Reference in a new issue