From 5424a1d5434e3ddd911a504719918c2df027e2fd Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 17 Apr 2022 20:08:57 -0700 Subject: Changeset: 8 Initial work on sprites and texture system --- source/EditorResources.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'source/EditorResources.hpp') diff --git a/source/EditorResources.hpp b/source/EditorResources.hpp index 81145a3..65969f0 100644 --- a/source/EditorResources.hpp +++ b/source/EditorResources.hpp @@ -11,6 +11,7 @@ private: P_Settings, P_Shader, P_Material, + P_Ires, }; static constexpr float kSplitterThickness = 3.0f; @@ -22,9 +23,10 @@ private: EditorInstance* mEditor; Pane mPane = P_Settings; - float splitterLeft = kLeftPaneMinWidth; - float splitterRight = 0.0f; - bool docked = true; + float mBrowserHeight = 0.5f; + float mSplitterLeft = kLeftPaneMinWidth; + float mSplitterRight = 0.0f; + bool mDocked = true; public: EditorContentBrowser(EditorInstance* editor); -- cgit v1.2.3-70-g09d2