SoundAsset Refactor

This commit is contained in:
marauder2k7 2025-12-12 12:27:33 +00:00
parent 9f29bee45f
commit da40838560
61 changed files with 1333 additions and 1828 deletions

View file

@ -170,8 +170,8 @@ singleton GuiControlProfile( GuiMenuButtonProfile )
justify = "center";
canKeyFocus = false;
hasBitmapArray = false;
soundButtonDown = "UI:buttonClick";
soundButtonOver = "UI:buttonHover";
soundButtonDownAsset = "UI:buttonClick";
soundButtonOverAsset = "UI:buttonHover";
category = "BaseUI";
fontColors[0] = "200 200 200 255";
fontColors[2] = "108 108 108 255";