NOTWORKING: Committing this so I can show the changes I made on the next stream.
This commit is contained in:
parent
62195e6eea
commit
56cc38006b
2 changed files with 108 additions and 28 deletions
2
main.cpp
2
main.cpp
|
@ -55,7 +55,7 @@ int main() {
|
|||
// draw the character
|
||||
c.DrawText(10*2, 10*4, "@", Color::Blue);
|
||||
|
||||
return canvas(c) | border;
|
||||
return canvas(c);
|
||||
});
|
||||
|
||||
while (true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue