3 commits squashed and merged
This commit is contained in:
Helloman892
2017-09-05 10:55:21 +01:00
committed by GitHub
parent 1c6ae493d5
commit 91fa4fa412
2 changed files with 4 additions and 1 deletions

View File

@@ -139,6 +139,7 @@ void draw_base_interface(void)
pp2d_draw_on(GFX_BOTTOM);
pp2d_draw_rectangle(0, 0, 320, 24, COLOR_ACCENT);
pp2d_draw_rectangle(0, 216, 320, 24, COLOR_ACCENT);
pp2d_draw_text(7, 219, 0.6, 0.6, COLOR_WHITE, VERSION);
pp2d_draw_on(GFX_TOP);
}