/apps/demos/scenery: skip title scene
This commit is contained in:
parent
5f6c8dd8e6
commit
3052bb693a
@ -1,6 +1,7 @@
|
||||
#include "state.h"
|
||||
#include "scenes/scene.h"
|
||||
#include "scenes/title.h"
|
||||
#include "scenes/ingame.h"
|
||||
|
||||
#include "twn_game_api.h"
|
||||
|
||||
@ -17,7 +18,7 @@ void game_tick(void) {
|
||||
|
||||
State *state = ctx.udata;
|
||||
state->ctx = &ctx;
|
||||
state->scene = title_scene(state);
|
||||
state->scene = ingame_scene(state);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user