mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
Added Trenchbroom configurator window and some UI fixes
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "EditorSelectionPanel.h"
|
||||
#include "WelcomeWindow.h"
|
||||
#include "AudioWindow.h"
|
||||
#include "../../TrenchbroomConfiguratorWindow.h"
|
||||
|
||||
namespace Nuake
|
||||
{
|
||||
@@ -27,6 +28,7 @@ namespace Nuake
|
||||
bool m_ShowOverlay = true;
|
||||
bool m_IsHoveringViewport = false;
|
||||
bool m_IsViewportFocused = false;
|
||||
bool m_ShowTrenchbroomConfigurator = false;
|
||||
|
||||
Vector2 m_ViewportPos = {0, 0};
|
||||
Vector2 m_ViewportSize = {};
|
||||
@@ -43,6 +45,7 @@ namespace Nuake
|
||||
FileSystemUI* filesystem;
|
||||
EditorSelection Selection;
|
||||
EditorSelectionPanel SelectionPanel;
|
||||
TrenchbroomConfiguratorWindow m_TrenchhbroomConfigurator;
|
||||
|
||||
EditorInterface();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user