Commit prog
This commit is contained in:
@ -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 });
|
||||
}
|
Reference in New Issue
Block a user