From ee52f38cec3762f6aa6ca0cfe6a0ac642c26897c Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 15 Jul 2023 14:22:25 +0100 Subject: Split words --- src/game.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- cgit v1.2.3