Changes between Initial Version and Version 1 of GUI_-_Minimap


Ignore:
Timestamp:
Feb 23, 2008, 4:18:59 AM (16 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GUI_-_Minimap

    v1 v1  
     1{{Template:GUI_Object|minimap|[wiki:GUI_-_Properties#fov_wedge_color fov_wedge_color], [wiki:GUI_-_Properties#tooltip tooltip], [wiki:GUI_-_Properties#tooltip_style tooltip_style]|none}}
     2
     3'''minimap''' is an object type specially made for an RTS game. It displays a top-down view of the game map, including coloured entity blips and a representation of the camera area, and is updated in real-time.
     4
     5This is likely to be a one-off, so here's an example:
     6
     7{{{
     8  <object name="sn_minimap"
     9          type="minimap"
     10          size="100%-30 100%-30 100% 100%"
     11  />
     12}}}