aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-07-15 14:22:25 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-07-15 14:22:25 +0100
commitee52f38cec3762f6aa6ca0cfe6a0ac642c26897c (patch)
tree1e107f457a329c9bb9dd218dcee99e3728a0346d
parentf88ab2affc7b1a4c91278444c80977b83b2556cb (diff)
downloadgold-mine-run-ee52f38cec3762f6aa6ca0cfe6a0ac642c26897c.tar.gz
gold-mine-run-ee52f38cec3762f6aa6ca0cfe6a0ac642c26897c.zip
Split words
-rw-r--r--src/game.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index 7fe6d78..6f17c51 100644
--- a/src/game.c
+++ b/src/game.c
@@ -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);