set pen for text to 15 for better visibility

pull/514/head
dreambucket13 2022-09-16 15:17:25 -04:00
rodzic c00fee673e
commit f427a74d55
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -46,7 +46,7 @@ int main() {
graphics.set_pen(0);
graphics.clear();
graphics.set_pen(1);
graphics.set_pen(15);
graphics.set_font("bitmap8");
graphics.text("Hello World", {0, 0}, 296);
graphics.text("Has this worked?!", {0, 16}, 296);