Ability icons and label default visibility and toggle visibility taken care of.
This commit is contained in:
parent
0d5d0cda5c
commit
ad28ead6d5
@ -364,6 +364,7 @@ void Menu::InitializeCharacterMenuWindow(){
|
||||
return true;
|
||||
});
|
||||
skillBox->Disable(); //Hide these by default.
|
||||
skillNameLabel->Disable(); //Hide these by default.
|
||||
i++;
|
||||
}
|
||||
#pragma endregion
|
||||
|
@ -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
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user