diff options
Diffstat (limited to 'game.c')
-rw-r--r-- | game.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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", |