Added basic prefabs finally
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
|
||||
#include "DawnGame.hpp"
|
||||
#include "scenes/Scene_1_1.hpp"
|
||||
#include "scenes/PrefabTestingScene.hpp"
|
||||
|
||||
using namespace Dawn;
|
||||
|
||||
@ -22,7 +23,7 @@ int32_t DawnGame::init() {
|
||||
this->localeManager.init();
|
||||
this->renderManager.init();
|
||||
|
||||
this->scene = new Scene_1_1(this);
|
||||
this->scene = new PrefabTestingScene(this);
|
||||
|
||||
return DAWN_GAME_INIT_RESULT_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user