Prepping for ronin
This commit is contained in:
@ -4,12 +4,12 @@
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
#include "game/DawnGame.hpp"
|
||||
#include "vnscenes/Scene1Prologue0.hpp"
|
||||
#include "vnscenes/SceneTest.hpp"
|
||||
#include "scenes/HelloWorldScene.hpp"
|
||||
|
||||
using namespace Dawn;
|
||||
|
||||
Scene * Dawn::dawnGameGetInitialScene(DawnGame *game) {
|
||||
// return new HelloWorldScene(game);
|
||||
return new Scene1Prologue0(game);
|
||||
return new SceneTest(game);
|
||||
}
|
Reference in New Issue
Block a user