Added a debug controller

Made a default template for cameras.
Added delta to mouse state so we can check delta for debug Camera.
This commit is contained in:
2026-08-09 13:18:04 -04:00
parent ae790f5a9e
commit 1a56c9e99c
16 changed files with 275 additions and 26 deletions
+6
View File
@@ -0,0 +1,6 @@
#pragma once
#include <Core/Common/CoreTypes.h>
constexpr index_t kPlayCamera = 0;
constexpr index_t kDebugCamera = 1;