graphical tweaks
This commit is contained in:
parent
a225d88dbe
commit
6b0b3934c5
|
@ -83,8 +83,8 @@ int main()
|
||||||
erase();
|
erase();
|
||||||
display::draw_text(1, 0, ss.str().c_str());
|
display::draw_text(1, 0, ss.str().c_str());
|
||||||
|
|
||||||
const int X = 2, Y = 40;
|
const int X = 1, Y = 30;
|
||||||
const int W = 32, H = 10;
|
const int W = 36, H = 10;
|
||||||
|
|
||||||
for(int x = 0; x < reactor.width; x++)
|
for(int x = 0; x < reactor.width; x++)
|
||||||
for(int y = 0; y < reactor.height; y++)
|
for(int y = 0; y < reactor.height; y++)
|
||||||
|
|
Loading…
Reference in New Issue