diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-06-20 23:41:12 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-06-20 23:41:12 +0100 |
commit | d3c44c1472ab23a8ea37cc63f3f9f8678b0a6af5 (patch) | |
tree | 92f124757ebf3fdc2bb2fe1754a593e9a66aff3b /src/menu.c | |
parent | 81fff6679ec6c04714291b10809b2811f546481b (diff) | |
download | gold-mine-run-d3c44c1472ab23a8ea37cc63f3f9f8678b0a6af5.tar.gz gold-mine-run-d3c44c1472ab23a8ea37cc63f3f9f8678b0a6af5.zip |
Make it sound
Diffstat (limited to 'src/menu.c')
-rw-r--r-- | src/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ uint8_t run_menu() put_text(84, 110, "PRESS SPACE TO PLAY"); - put_text(64, 140, "CODE, GRAPHICS AND MUSIC"); + put_text(64, 140, "CODE, GRAPHICS AND SOUND"); put_text(96, 150, "JUAN J. MARTINEZ"); put_text(96, 180, "_2023 USEBOX.NET"); |