feat: update editor ui framework and assets

This commit is contained in:
2026-03-28 15:07:19 +08:00
parent 4a12e26860
commit 4717b595c4
45 changed files with 2434 additions and 461 deletions

View File

@@ -1,7 +1,6 @@
#pragma once
#include "Panel.h"
#include "UI/ConsoleFilterState.h"
namespace XCEngine {
namespace Editor {
@@ -10,9 +9,6 @@ class ConsolePanel : public Panel {
public:
ConsolePanel();
void Render() override;
private:
UI::ConsoleFilterState m_filterState;
};
}