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