Skip to content

Commit

Permalink
Add information regarding WindowTransitions (#422)
Browse files Browse the repository at this point in the history
Co-authored-by: xezon <[email protected]>
  • Loading branch information
xezon and xezon authored Sep 29, 2021
1 parent 6320c97 commit a1bfc91
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Documents/wnd/WndReference.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ Window elements with `WINDOWTYPE = SCROLLLISTBOX` cannot render large text rows
Avoid using long texts and/or large fonts. Standard HeaderTemplate.ini configuration
displayed at 1920x1080 Resolution is almost as high as it can go without breaking.

Window transitions styles can be added to `Data\INI\WindowTransitions.ini` file. Styles are
| Keyword | Description |
|-----------------------|-----------------------------------------------------|
| FLASH | Fine White Flash |
| BUTTONFLASH | Bright FLASH, emits fade sound |
| FULLFADE | Black Fade |
| TEXTONFRAME | used on static text with delay |
| COUNTUP | used in static numbers with delay |
| SCORESCALEUP | Used in Images on Scorescreen, emits ticks sounds |
| CONTROLBARARROW | Doesnt work with screens |
| SCREENFADE | Used by all screen |
| WINSCALEUP | Same as SCORESCALEUP but emits Shwoosh sound |
| MAINMENUMEDIUMSCALEUP | |
| REVERSESOUND | used in borders, acts like FULLFADE |


## Window element attributes

Expand Down

0 comments on commit a1bfc91

Please sign in to comment.