mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-28 06:57:46 +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,
|
||||
/// Shared data between game maps.
|
||||
BgCommon,
|
||||
BackgroundCommon,
|
||||
/// Game map data such as models, textures, and so on.
|
||||
Bg,
|
||||
Background,
|
||||
/// Cutscene content such as animations.
|
||||
Cut,
|
||||
Cutscene,
|
||||
/// Character model files and more.
|
||||
Chara,
|
||||
Character,
|
||||
/// Compiled shaders used by the retail client.
|
||||
Shader,
|
||||
/// UI layouts and textures.
|
||||
|
|
Loading…
Add table
Reference in a new issue