Ability icons and label default visibility and toggle visibility taken care of.

This commit is contained in:
sigonasr2 2025-07-30 08:45:28 -05:00
parent 0d5d0cda5c
commit ad28ead6d5
3 changed files with 2 additions and 1 deletions

View File

@ -364,6 +364,7 @@ void Menu::InitializeCharacterMenuWindow(){
return true;
});
skillBox->Disable(); //Hide these by default.
skillNameLabel->Disable(); //Hide these by default.
i++;
}
#pragma endregion

View File

@ -39,7 +39,7 @@ All rights reserved.
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_PATCH 0
#define VERSION_BUILD 12212
#define VERSION_BUILD 12214
#define stringify(a) stringify_(a)
#define stringify_(a) #a