From 1a39d111a73e6a7ff7d69580774200f89898119c Mon Sep 17 00:00:00 2001 From: xolatile Date: Sun, 18 Feb 2024 09:19:00 -0500 Subject: [PATCH] Last push for today... --- source/main.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/main.adb b/source/main.adb index 98939f1..4c7c31e 100644 --- a/source/main.adb +++ b/source/main.adb @@ -111,8 +111,8 @@ begin -- core.draw_state_box (preview_width + 32, 32); -- - --~menu.draw (menu.attribute_information, 100, 100); - --~menu.draw (menu.resource_information, 600, 100); + menu.draw (menu.attribute_information, 100, 100); + menu.draw (menu.resource_information, 600, 100); end loop gameplay; ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------