/* NB "STARTUP_BACKGROUND" is a special background name - if this exists E * Will display the "blinds" on startup and hides whatever it is doing behind * these whilst "booting" */ BEGIN_BACKGROUND("STARTUP_BACKGROUND") SET_SOLID("30 30 90") ADD_BACKGROUND_TILED_SCALED_VERTICALLY("backgrounds/images/startup-bg.png") END_BACKGROUND /* need to define these for the bar displayed on startup */ __ICLASS __BGN __NAME STARTUP_BAR __NORMAL "init/images/btn3.png" __EDGE_SCALING 1 1 1 1 __END /* Progress bar stuff needed to be able to start and look decent */ __ICLASS __BGN __NAME PROGRESS_BAR /* normal used for text background */ __NORMAL "init/images/progress.png" __EDGE_SCALING 2 2 2 2 /* used for numeric bg */ __CLICKED "init/images/progress.png" __EDGE_SCALING 2 2 2 2 /* used for bar itself */ __NORMAL_ACTIVE "init/images/progress_bar.png" __EDGE_SCALING 2 2 2 2 __PADDING 2 2 2 2 __END /* text class for text above progress bar */ __TCLASS __BGN __NAME "PROGRESS_TEXT" __JUSTIFICATION 0 __NORMAL "*font-init" __DRAWING_EFFECT __EFFECT_SHADOW __FORGROUND_COLOR 0 0 0 __BACKGROUND_COLOR 180 180 180 __END /* number in % displayed next to text */ __TCLASS __BGN __NAME "PROGRESS_TEXT_NUMBER" __JUSTIFICATION 512 __NORMAL "*font-init" __DRAWING_EFFECT __EFFECT_SHADOW __FORGROUND_COLOR 0 0 0 __BACKGROUND_COLOR 180 180 180 __END