Mercurial > public > hwos_code
diff src/icons.asm @ 604:ca4556fb60b9
bump to 2.99beta, work on 3.00 stable
author | heinrichsweikamp |
---|---|
date | Thu, 22 Nov 2018 19:47:26 +0100 |
parents | 653a3ab08062 |
children | c40025d8e750 |
line wrap: on
line diff
--- a/src/icons.asm Thu Oct 11 21:06:29 2018 +0200 +++ b/src/icons.asm Thu Nov 22 19:47:26 2018 +0100 @@ -1,6 +1,6 @@ ;============================================================================= ; -; File icons.asm +; File icons.asm V2.99c ; ; Tables for all OSTC icons. ; @@ -9,16 +9,24 @@ ; HISTORY ; 2011-05-24 : [jDG] Creation with icons for demo menus. -icons_data CODE +#include "hwos.inc" ; Mandatory header + +icons_data CODE -; Dive mode warning icon +;============================================================================= + +; dive mode warning icon global dive_warning2_block -#include "../src/Icons/dive_warning2.inc" ;45x39 px +#include "../src/Icons/dive_warning2.inc" ; 45x39 px + ; small warning icon ; global warning_block -;#include "../src/Icons/warning.inc" ;25x22 px +;#include "../src/Icons/warning.inc" ; 25x22 px + + IFDEF _ostc_logo global ostc_logo_block -; OSTC scribble -#include "../src/Icons/ostc_logo.inc" ;220x61 px +; OSTC logo +#include "../src/Icons/ostc_logo.inc" ; 220x61 px + ENDIF - END + END