graphical tweaks

This commit is contained in:
Jay Robson 2024-01-17 13:00:51 +11:00
parent d1800fa5f2
commit eb78132491
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ int main()
erase();
display::draw_text(1, 0, ss.str().c_str());
const int X = 2, Y = 40;
const int W = 32, H = 10;
const int X = 1, Y = 30;
const int W = 36, H = 10;
for(int x = 0; x < reactor.width; x++)
for(int y = 0; y < reactor.height; y++)