Created editor project and moved Editor there

This commit is contained in:
Simon Lübeß
2021-09-16 13:19:25 +02:00
parent f6b073557a
commit 0079b80b1c
11 changed files with 279 additions and 10 deletions
-4
View File
@@ -11,7 +11,6 @@ using GlitchyEngine.World;
using System.Collections;
using GlitchyEngine.Content;
using GlitchyEngine.Renderer.Animation;
using GlitchyEngine.Editor;
namespace Sandbox
{
@@ -74,8 +73,6 @@ namespace Sandbox
EcsWorld _world = new EcsWorld() ~ delete _;
Editor _editor = new Editor(_world) ~ delete _;
// OrthographicCameraController _cameraController ~ delete _;
PerspectiveCameraController _cameraController ~ delete _;
@@ -544,7 +541,6 @@ namespace Sandbox
private bool OnImGuiRender(ImGuiRenderEvent e)
{
_editor.Update();
/*
ImGui.Begin("Test");