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; ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------