From 59d7652af36c7456f9c45be4c375467e2a4e5340 Mon Sep 17 00:00:00 2001 From: xolatile Date: Mon, 10 Jun 2024 11:59:10 -0400 Subject: [PATCH] Very minor bug fix... --- source/main.adb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/main.adb b/source/main.adb index 6666d64..2402718 100644 --- a/source/main.adb +++ b/source/main.adb @@ -366,7 +366,8 @@ begin world.configure; --~ai.configure; - world.make (biome.swamp, 640, 480, 480, 240, 60, 600, 600, 8); + world.make (biome.rough, 640, 480, 480, 240, 60, 600, 600, 8); + world.insert_chad (player); core.dash; @@ -462,7 +463,6 @@ begin y => core.window_height - core.icon - text_box_height - 106, width => side_panel - 2 * core.icon, height => 106); - --~ui.draw_state_box (preview_width + 32, 32); end if; -- if view_list (text_box_panel) then @@ -503,8 +503,6 @@ begin core.camera.x := world.map.chads (1).x; core.camera.y := world.map.chads (1).y; -- - --~world.draw_performance_box; - -- ui.synchronize; end loop gameplay_loop;