aboutsummaryrefslogtreecommitdiff
path: root/game.c
diff options
context:
space:
mode:
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",