From 501617aa1cf05e44cc38a7b2d1a3a0155b020770 Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 7 May 2023 22:28:33 +1000 Subject: Update the tutorial and add a banner image. --- game.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'game.c') diff --git a/game.c b/game.c index 4c6e6bf..4322656 100644 --- a/game.c +++ b/game.c @@ -268,6 +268,13 @@ static void gameplay_update(Game* game) { if (game->display_tutorial) { col = make_colour(0x7f8dcf, 255); + rfont_text_col( + font, + 100, + 25, + "^ Memory", + col + ); rfont_text_col( font, renderer_w / 2 - 115, -- cgit v1.2.3-54-g00ecf