MENU TILE: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Created page with "'''MENU_TILE''' is used to set whether the menu texture as defined in EVENT_GETMENUTILE screen is one picture or if it is tiled, like a texture. Values for <flag>: * 0 -..."
 
No edit summary
 
Line 1: Line 1:
'''MENU_TILE''' is used to set whether the menu texture as defined in [[EVENT_GETMENUTILE]] screen is one picture or if it is tiled, like a texture.
'''MENU_TILE''' is used to set whether the menu texture as defined in [[EVENT_GETMENUTILE]] screen is one picture or if it is tiled, like a texture.


Values for <flag>:
Values:


* 0 - Main Menu background is non-tilable
* 0 - Main Menu background is non-tilable

Latest revision as of 21:35, 12 August 2012

MENU_TILE is used to set whether the menu texture as defined in EVENT_GETMENUTILE screen is one picture or if it is tiled, like a texture.

Values:

  • 0 - Main Menu background is non-tilable
  • 1 - Main Menu background is tilable