From 71c9f5309b9c33862851f24638146cea333046a3 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Sun, 2 Jul 2023 02:59:08 -0700 Subject: [PATCH] Prepping for ronin --- src/dawnliminal/game/LiminalGame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dawnliminal/game/LiminalGame.cpp b/src/dawnliminal/game/LiminalGame.cpp index 2fd104f0..00fcf087 100644 --- a/src/dawnliminal/game/LiminalGame.cpp +++ b/src/dawnliminal/game/LiminalGame.cpp @@ -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); } \ No newline at end of file