diff options
author | quou <quou@disroot.org> | 2023-05-07 22:28:33 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-07 22:28:33 +1000 |
commit | 501617aa1cf05e44cc38a7b2d1a3a0155b020770 (patch) | |
tree | c9b49924d387b98c314432c68955a1c7499e843d /game.c | |
parent | c956b21cda0a5c14807c211b757d69246377da4c (diff) |
Update the tutorial and add a banner image.
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", |