Startscreen: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jblade (talk | contribs)
Created page with "Use '''startscreen''' to take control away from the game and display content with rotatesprite using EVENT_SCREEN RETURN is set to 1 when any key is pressed, and if it is..."
 
Jblade (talk | contribs)
mNo edit summary
Line 1: Line 1:
Use '''startscreen''' to take control away from the game and display content with rotatesprite using [[EVENT_SCREEN]]
Use '''startscreen''' to take control away from the game and display content with rotatesprite.


RETURN is set to 1 when any key is pressed, and if it is nonzero when the event ends, the screen ends and the game resumes.
RETURN is set to 1 when any key is pressed, and if it is nonzero when the event ends, the screen ends and the game resumes.


[[Category:EDuke32 specific commands]]
[[Category:EDuke32 specific commands]]

Revision as of 03:35, 30 January 2018

Use startscreen to take control away from the game and display content with rotatesprite.

RETURN is set to 1 when any key is pressed, and if it is nonzero when the event ends, the screen ends and the game resumes.