About to break VN Scene Parser
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
#include "game/DawnGame.hpp"
|
||||
#include "scenes/HelloWorldScene.hpp"
|
||||
#include "scenes/TestScene.hpp"
|
||||
#include "scenes/ExtendedScene.hpp"
|
||||
|
||||
using namespace Dawn;
|
||||
|
||||
Scene * Dawn::dawnGameGetInitialScene(DawnGame *game) {
|
||||
// return new HelloWorldScene(game);
|
||||
return new TestScene(game);
|
||||
return new ExtendedScene(game);
|
||||
}
|
Reference in New Issue
Block a user