Working on Imp UI theme...
@ -21,6 +21,8 @@ procedure main is
|
||||
|
||||
------------------------------------------------------------------------------------------
|
||||
|
||||
-- TODO: This menu code is now useless due to new UI code.
|
||||
|
||||
type menu_index is (
|
||||
menu_none, menu_attribute, menu_skill, menu_resource, menu_unit, menu_might, menu_magic
|
||||
);
|
||||
@ -69,6 +71,8 @@ procedure main is
|
||||
|
||||
------------------------------------------------------------------------------------------
|
||||
|
||||
-- TODO: Also useless, delete later...
|
||||
|
||||
procedure show_attribute_menu is begin menu_insert (menu_attribute); end show_attribute_menu;
|
||||
procedure show_skill_menu is begin menu_insert (menu_skill); end show_skill_menu;
|
||||
procedure show_resource_menu is begin menu_insert (menu_resource); end show_resource_menu;
|
||||
@ -80,6 +84,8 @@ procedure main is
|
||||
procedure zoom_in is begin core.zoom := 2; end zoom_in;
|
||||
procedure zoom_out is begin core.zoom := 1; end zoom_out;
|
||||
|
||||
-- TODO: This is fine.
|
||||
|
||||
signal_list : constant array (core.signal_code) of access procedure := (
|
||||
core.signal_up => core.move_camera_up'access,
|
||||
core.signal_down => core.move_camera_down'access,
|
||||
@ -163,7 +169,7 @@ begin
|
||||
--
|
||||
menu_render;
|
||||
--
|
||||
ui.draw_fill_bar (400, 400, 400, 0.6);
|
||||
--~ui.draw_fill_bar (400, 400, 400, 0.3);
|
||||
--
|
||||
ui.synchronize;
|
||||
--
|
||||
|
@ -10,14 +10,7 @@ package body skill is
|
||||
|
||||
sprite : array (enumeration) of core.sprite;
|
||||
|
||||
menu_data : ui.structure := ("Skill Menu ", core.signal_o, true, true, false, 0, 0, 320, 160);
|
||||
|
||||
------------------------------------------------------------------------------------------
|
||||
|
||||
procedure archery_menu is
|
||||
begin
|
||||
ui.draw_text_box ("Heyo world!");
|
||||
end archery_menu;
|
||||
menu_data : ui.structure := ("Skill Menu ", core.signal_o, false, true, false, 0, 0, 320, 160);
|
||||
|
||||
------------------------------------------------------------------------------------------
|
||||
|
||||
@ -34,6 +27,8 @@ package body skill is
|
||||
|
||||
------------------------------------------------------------------------------------------
|
||||
|
||||
procedure e is begin core.echo (core.warning, "Heyo world!"); end e;
|
||||
|
||||
procedure menu (x, y : in integer; center : in boolean) is
|
||||
column : constant integer := 2;
|
||||
offset : constant integer := 32;
|
||||
@ -46,7 +41,7 @@ package body skill is
|
||||
ui.draw_title_bar (move_x, move_y, width, "Skills");
|
||||
--
|
||||
for index in enumeration loop
|
||||
ui.draw_icon (sprite (index), trait (index).text, move_x + 216 * (enumeration'pos (index) mod column) + offset, move_y + core.icon * (enumeration'pos (index) / column) + offset, archery_menu'access);
|
||||
ui.draw_icon (sprite (index), trait (index).text, move_x + 216 * (enumeration'pos (index) mod column) + offset, move_y + core.icon * (enumeration'pos (index) / column) + offset, e'access);
|
||||
ui.write (trait (index).name, move_x + 216 * (enumeration'pos (index) mod column) + offset + core.icon, move_y + core.icon * (enumeration'pos (index) / column) + offset);
|
||||
end loop;
|
||||
end menu;
|
||||
|
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 379 B |
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 379 B |
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 411 B After Width: | Height: | Size: 458 B |
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 494 B |
Before Width: | Height: | Size: 658 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 678 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 669 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 678 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 392 B After Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 328 B After Width: | Height: | Size: 307 B |
Before Width: | Height: | Size: 438 B After Width: | Height: | Size: 737 B |
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 439 B |
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 137 B |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 294 B |
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 283 B |
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 325 B After Width: | Height: | Size: 297 B |
Before Width: | Height: | Size: 330 B After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 426 B |
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 299 B |
Before Width: | Height: | Size: 323 B After Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 299 B |
Before Width: | Height: | Size: 323 B After Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 395 B |
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 416 B |
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 297 B |
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 323 B After Width: | Height: | Size: 294 B |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 288 B After Width: | Height: | Size: 283 B |
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 323 B After Width: | Height: | Size: 297 B |
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 300 B |
Before Width: | Height: | Size: 329 B After Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 300 B |
Before Width: | Height: | Size: 448 B After Width: | Height: | Size: 460 B |
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 466 B |
Before Width: | Height: | Size: 451 B After Width: | Height: | Size: 469 B |
Before Width: | Height: | Size: 462 B After Width: | Height: | Size: 466 B |
Before Width: | Height: | Size: 573 B After Width: | Height: | Size: 591 B |
Before Width: | Height: | Size: 340 B After Width: | Height: | Size: 323 B |
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 485 B |
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 184 B |
Before Width: | Height: | Size: 345 B After Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 178 B |
Before Width: | Height: | Size: 420 B After Width: | Height: | Size: 353 B |
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 688 B After Width: | Height: | Size: 793 B |
Before Width: | Height: | Size: 826 B After Width: | Height: | Size: 796 B |
Before Width: | Height: | Size: 799 B After Width: | Height: | Size: 748 B |
Before Width: | Height: | Size: 813 B After Width: | Height: | Size: 816 B |
Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 242 B |
Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 438 B After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 179 B |
Before Width: | Height: | Size: 302 B After Width: | Height: | Size: 126 B |
Before Width: | Height: | Size: 301 B After Width: | Height: | Size: 121 B |
Before Width: | Height: | Size: 306 B After Width: | Height: | Size: 127 B |
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 290 B After Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 117 B |
Before Width: | Height: | Size: 306 B After Width: | Height: | Size: 127 B |
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 346 B After Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 105 B |
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 125 B |
Before Width: | Height: | Size: 303 B After Width: | Height: | Size: 116 B |
Before Width: | Height: | Size: 293 B After Width: | Height: | Size: 103 B |
Before Width: | Height: | Size: 292 B After Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 122 B |
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 126 B |
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 122 B |
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 96 B |
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 311 B After Width: | Height: | Size: 132 B |