source: ps/trunk/binaries/data/mods/public/gui/session/minimap/MiniMap.xml@ 25241

Last change on this file since 25241 was 25241, checked in by Vladislav Belov, 3 years ago

Crops minimap view bounds to map size.

Differential Revision: https://code.wildfiregames.com/D3837

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 929 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<object name="minimapPanel"
3 size="0 0 100% 100%"
4 sprite="mapPanel"
5 type="image"
6>
7
8 <!-- Background image -->
9 <object
10 type="image"
11 size="4 4 100%-4 100%-4"
12 sprite="stretched:session/minimap_circle_modern.png"
13 ghost="true"
14 />
15
16 <!-- Idle Worker Button -->
17 <object name="idleWorkerButton"
18 type="button"
19 size="50%-5 50%-5 100%-5 100%-5"
20 tooltip_style="sessionToolTip"
21 hotkey="selection.idleworker"
22 sprite="stretched:session/minimap-idle.png"
23 sprite_over="stretched:session/minimap-idle-highlight.png"
24 sprite_disabled="stretched:session/minimap-idle-disabled.png"
25 />
26
27 <!-- Diplomacy Colors Button -->
28 <object name="diplomacyColorsButton"
29 type="button"
30 size="5 50%-5 50%+5 100%-5"
31 tooltip_style="sessionToolTip"
32 hotkey="session.diplomacycolors"
33 />
34
35 <!-- MiniMap -->
36 <object name="minimap" size="8 8 100%-8 100%-8" type="minimap" mask="true"/>
37</object>
Note: See TracBrowser for help on using the repository browser.