Template:ImagePanel Properties

From Empires Wiki
Revision as of 04:18, 8 August 2017 by Thexa4 (talk | contribs) (Created page with "=== Properties Inherited from ImagePanel === * scaleImage: A boolean that determines whether to scale the image to its specified width and height. * scaleAmount: A float t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Properties Inherited from ImagePanel

  • scaleImage: A boolean that determines whether to scale the image to its specified width and height.
  • scaleAmount: A float that determines how much the image should scale.
  • tileImage: A boolean that determines whether to tile the image.
  • tileHorizontally: A boolean that determines whether to tile the image horizontally.
  • tileVertically: A boolean that determines whether to tile the image vertically.
  • image: The actual image. Expects a path to a .VMT file in the /materials/vgui folder.
  • fillcolor: Determines the background color behind the image. Only painted if the alpha is higher than 0.
  • positionImage: