Many ecs, component and editor changes

This commit is contained in:
Simon Lübeß
2022-03-02 01:59:51 +01:00
parent afe36b19df
commit cbee9f59d8
10 changed files with 243 additions and 31 deletions
@@ -10,7 +10,7 @@ namespace GlitchyEditor.EditWindows
{
class SceneViewportWindow : EditorWindow
{
public Camera _camera;
public OldCamera _camera;
public const String s_WindowTitle = "Scene";