diff --git a/source/ui.adb b/source/ui.adb index 82e17ca..1016ada 100644 --- a/source/ui.adb +++ b/source/ui.adb @@ -234,7 +234,7 @@ package body ui is end loop; end load_ui; begin - monospace := core.import_font ("./sprite/ui/monospace.png", 11, 0); + monospace := core.import_font ("./sprite/ui/monospace.png", 15, 0); -- core.echo (core.comment, "Configuring UI components..."); -- @@ -586,8 +586,8 @@ package body ui is word : unbounded_string := to_unbounded_string (""); -- buffer : character := ' '; - width : constant integer := 13; - height : constant integer := 11; + width : constant integer := 9; + height : constant integer := 15; length : natural := 1; offset : core.vector := (x, y); subset : natural := 0; diff --git a/sprite/ui/monospace.png b/sprite/ui/monospace.png index e59d92c..ec8b1d1 100644 Binary files a/sprite/ui/monospace.png and b/sprite/ui/monospace.png differ