1
Fork 0
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:
Joshua Goins 2022-08-09 19:38:39 -04:00
parent a262591057
commit 4541a1d033

View file

@ -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.