Remove last constructor and remove GLOBAL SUB with it
This commit is contained in:
@@ -20,7 +20,7 @@ static void setup() {
|
||||
static void update() {
|
||||
FontWriter::FontWriter cursor;
|
||||
|
||||
const auto end_pos = cursor.write({0, 32}, "Cody is cute\n&\na \x1b[8;0;0mBAAAAABY!!!");
|
||||
const auto end_pos = cursor.write(FontWriter::Position::create(0, 32), "Cody is cute\n&\na \x1b[8;0;0mBAAAAABY!!!");
|
||||
cursor.write(end_pos, "\x1b[0;7;7mJaby was\nhere c:");
|
||||
|
||||
paco.update();
|
||||
|
||||
Reference in New Issue
Block a user