Commit prog

This commit is contained in:
2024-09-14 10:23:31 -05:00
parent b4c2ce16a0
commit fb8f6e3f95
10 changed files with 39 additions and 13 deletions

View File

@ -48,6 +48,6 @@ void Dawn::worldScene(Scene &s) {
auto player = createPlayerPrefab(map.map);
player.player->camera = camera;
auto test = createTestEntityPrefab(map.map);
test.entity->setPosition({ 5, 0, 0 });
// auto test = createTestEntityPrefab(map.map);
// test.entity->setPosition({ 5, 0, 0 });
}