Initial editor commit

- Add Entity Tree View used to select entities to be modified
- Add Entity View used to Add/Remove/Edit Components of the Entity
- Add Asset View which lists all available assets
This commit is contained in:
Thraix
2023-07-18 11:58:55 +02:00
parent 65a86bd5a2
commit ca61bae014
22 changed files with 485 additions and 31 deletions
+1
View File
@@ -26,6 +26,7 @@
<ClCompile Include="..\..\repos\imgui\imgui_draw.cpp" />
<ClCompile Include="..\..\repos\imgui\imgui_tables.cpp" />
<ClCompile Include="..\..\repos\imgui\imgui_widgets.cpp" />
<ClCompile Include="..\..\repos\imgui\misc\cpp\imgui_stdlib.cpp" />
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>