aboutsummaryrefslogtreecommitdiff
path: root/game.c
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2023-05-07 22:28:33 +1000
committerquou <quou@disroot.org>2023-05-07 22:28:33 +1000
commit501617aa1cf05e44cc38a7b2d1a3a0155b020770 (patch)
treec9b49924d387b98c314432c68955a1c7499e843d /game.c
parentc956b21cda0a5c14807c211b757d69246377da4c (diff)
Update the tutorial and add a banner image.
Diffstat (limited to 'game.c')
-rw-r--r--game.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/game.c b/game.c
index 4c6e6bf..4322656 100644
--- a/game.c
+++ b/game.c
@@ -270,6 +270,13 @@ static void gameplay_update(Game* game) {
col = make_colour(0x7f8dcf, 255);
rfont_text_col(
font,
+ 100,
+ 25,
+ "^ Memory",
+ col
+ );
+ rfont_text_col(
+ font,
renderer_w / 2 - 115,
renderer_h - 50,
"Arrows/D-pad ~ Movement",