From 6b0b3934c5a0bf51ca79e824fdfd96c5202c4bd2 Mon Sep 17 00:00:00 2001 From: Jay Robson Date: Wed, 17 Jan 2024 13:00:51 +1100 Subject: [PATCH] graphical tweaks --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 9386505..b7bd318 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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++)