mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
Started new Add Entity Panel, removed unused shaders, fixed premake5 problems
This commit is contained in:
@@ -50,7 +50,8 @@ public:
|
||||
ImGui::Text("Playing");
|
||||
ImGui::TableNextColumn();
|
||||
|
||||
ImGui::Checkbox("##Playing", &component.IsPlaying);
|
||||
UI::ToggleButton("##Player", &component.IsPlaying);
|
||||
//ImGui::Checkbox("##Playing", &component.IsPlaying);
|
||||
ImGui::TableNextColumn();
|
||||
|
||||
ComponentTableReset(component.IsPlaying, false);
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "../Misc/InterfaceFonts.h"
|
||||
|
||||
#include "src/UI/ImUI.h"
|
||||
#include <src/Vendors/imgui/imgui.h>
|
||||
#include <src/Resource/FontAwesome5.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user