Startscreen: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Use '''startscreen''' to take control away from the game and display content with rotatesprite. | Use '''startscreen''' to take control away from the game and display content with rotatesprite. Paired with [[EVENT_SCREEN]]. | ||
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]] |
Latest revision as of 03:35, 30 January 2018
Use startscreen to take control away from the game and display content with rotatesprite. Paired with EVENT_SCREEN.
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.