diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -190,7 +190,8 @@ static void run_gameover() static void run_stageclear() { wait_vsync(); - put_text(116, 100, "STAGE CLEAR", 1); + put_text(116, 100, "STAGE", 1); + put_text(164, 100, "CLEAR", 1); /* wait some time */ wait_frames(96); |