This commit is contained in:
Isuru Samarathunga
2025-09-15 20:28:22 +05:30
parent 6974a647f5
commit 829ca638cb
13 changed files with 170 additions and 57 deletions

View File

@ -16,7 +16,7 @@ namespace ia::iae::game
{
scene = Engine::CreateScene();
scene->YSortingEnabled() = true;
Engine::ChangeScene(scene);
Engine::ChangeScene(scene.get());
g_player = MakeRefPtr<Node>();
{