First real pass at VN Event Parsing
This commit is contained in:
@@ -5,9 +5,11 @@
|
||||
|
||||
#include "game/DawnGame.hpp"
|
||||
#include "scenes/HelloWorldScene.hpp"
|
||||
#include "vnscenes/TestScene.hpp"
|
||||
|
||||
using namespace Dawn;
|
||||
|
||||
Scene * Dawn::dawnGameGetInitialScene(DawnGame *game) {
|
||||
return new HelloWorldScene(game);
|
||||
// return new HelloWorldScene(game);
|
||||
return new TestScene(game);
|
||||
}
|
Reference in New Issue
Block a user