EVENT DISPLAYBONUSSCREEN: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
New page: This event is loaded during the between levels screen. Nothing much is know about how to control it. Althougth INPUT_AIM_MODE bits structure is always set while running.
 
One (talk | contribs)
mNo edit summary
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This event is loaded during the between levels screen.
EVENT_DISPLAYBONUSSCREEN is a [[EDuke32_event_list|Game Event]].


Nothing much is know about how to control it. Althougth INPUT_AIM_MODE [[bits]] structure is always set while running.
This [[event]] is called whenever the bonus screen is drawn. This event can be used to draw sprites on the bonus screen.  
 
[[Category:Events]]

Revision as of 11:06, 4 May 2009

EVENT_DISPLAYBONUSSCREEN is a Game Event.

This event is called whenever the bonus screen is drawn. This event can be used to draw sprites on the bonus screen.