Added fill bar and font colour...

This commit is contained in:
Ognjen Milan Robovic 2024-05-13 13:20:33 -04:00
parent e3604fad60
commit 4ede350cc2
5 changed files with 7 additions and 7 deletions

View File

@ -57,13 +57,13 @@ package body ui is
structure_limit : constant natural := 12; structure_limit : constant natural := 12;
font_tint : array (style) of core.colour := ( font_tint : array (style) of core.colour := (
(136, 136, 136, 255), main => (127, 127, 127, 255),
( 0, 136, 238, 255), fairy => ( 0, 127, 255, 255),
(119, 238, 238, 255), dwarf => (127, 255, 255, 255),
(136, 136, 136, 255), gnoll => (255, 255, 0, 255),
(238, 119, 238, 255), kobold => (255, 127, 255, 255),
( 0, 238, 119, 255), goblin => ( 0, 255, 127, 255),
(238, 119, 0, 255) imp => (255, 127, 0, 255)
); );
sprite : array (style, element) of core.sprite; sprite : array (style, element) of core.sprite;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 328 B

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 438 B

After

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 B

After

Width:  |  Height:  |  Size: 133 B