CogAbility: Improve Effects Ability and Attribute window

CogAbility:
- Add sorting on Effects and Ability
- Add search on Effects and Ability
- Colors are now per user config
- Add blocking info in ability window and change its color when blocked
- Add separate windows for Effects
CogEnine: Change the command binding key widget
This commit is contained in:
Arnaud Jamin
2023-11-03 02:40:38 -04:00
parent 7e9043f4af
commit 29e8fa4522
20 changed files with 719 additions and 364 deletions
@@ -41,7 +41,7 @@ void FCogAIWindow_Blackboard::RenderContent()
{
if (ImGui::BeginMenu("Options"))
{
ImGui::Checkbox("Sort by name", &Config->bSortByName);
ImGui::Checkbox("Sort by Name", &Config->bSortByName);
ImGui::EndMenu();
}