EVENT DISPLAYLOADINGSCREEN: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
EVENT_DISPLAYLOADINGSCREEN is a [[EDuke32_event_list| | '''EVENT_DISPLAYLOADINGSCREEN''' is a [[EDuke32_event_list|game event]]. | ||
This [[event]] is called whenever the loading screen is drawn | This [[event]] is called whenever the loading screen is drawn, after the actual background has been displayed; it can be used to draw sprites on top of the loading screen. This event is not to be confused with [[EVENT_GETLOADTILE]]. | ||
[[Category:Events]] | [[Category:Events]] |
Revision as of 02:08, 14 July 2009
EVENT_DISPLAYLOADINGSCREEN is a game event.
This event is called whenever the loading screen is drawn, after the actual background has been displayed; it can be used to draw sprites on top of the loading screen. This event is not to be confused with EVENT_GETLOADTILE.