Grid Loading from XML

This commit is contained in:
Isuru Samarathunga
2025-11-03 04:36:05 +05:30
parent a00fe1a165
commit ca75777f19
9 changed files with 374 additions and 19 deletions

View File

@ -75,7 +75,7 @@ namespace ia::iae::rpg
VOID OnUpdate(IN FLOAT32 deltaTime)
{
//IAEngine::DrawSprite(g_playerSpriteSheet, 2, 0, {100.0f, 100.0f}, {1.0f, 1.0f}, 0.0f);
//IAEngine::DrawSprite(0, 2, 0, {100.0f, 100.0f}, {1.0f, 1.0f}, 0.0f);
}
VOID OnResize(IN INT32 newWidth, IN INT32 newHeight)