Debug Draw Base

This commit is contained in:
Isuru Samarathunga
2025-09-29 01:02:02 +05:30
parent 3c5792e975
commit fe88538e3c
13 changed files with 397 additions and 98 deletions

View File

@ -2,6 +2,7 @@
#include <IAEngine/Input.hpp>
#include <IAEngine/Rendering/Camera.hpp>
#include <IAEngine/Rendering/DebugDraw.hpp>
#include <IAEngine/Components/SpriteRenderer.hpp>
#include <IACore/File.hpp>
@ -57,6 +58,8 @@ namespace ia::iae::game
scene->AddNode(obstacle);
Engine::ChangeScene(scene.get());
DebugDraw::AddDebugUIWindow("Dsd", {100.0f, 100.0f}, {100.0f, 100.0f}, [](){});
}
VOID Game::Terminate()