2020-09-07 10:36:44 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<object name="minimapPanel"
|
2026-06-19 10:57:28 -07:00
|
|
|
size="0 2 100% 100%"
|
2014-06-18 06:03:59 -07:00
|
|
|
sprite="mapPanel"
|
2020-09-07 10:36:44 -07:00
|
|
|
type="image"
|
2014-06-18 06:03:59 -07:00
|
|
|
>
|
2022-11-27 12:20:40 -08:00
|
|
|
<!-- Civ background image -->
|
2017-12-06 13:25:17 -08:00
|
|
|
<object
|
2022-11-27 12:20:40 -08:00
|
|
|
name="minimapBackgroundTexture"
|
2017-12-06 13:25:17 -08:00
|
|
|
type="image"
|
|
|
|
|
size="4 4 100%-4 100%-4"
|
|
|
|
|
ghost="true"
|
|
|
|
|
/>
|
|
|
|
|
|
2022-11-27 12:20:40 -08:00
|
|
|
<!-- Background circle -->
|
2022-10-23 09:50:30 -07:00
|
|
|
<object
|
2026-06-19 10:57:28 -07:00
|
|
|
name="minimapCircle"
|
2022-10-23 09:50:30 -07:00
|
|
|
type="image"
|
2026-06-19 10:57:28 -07:00
|
|
|
size="4 4 100%-4 100%-4"
|
2022-11-27 12:20:40 -08:00
|
|
|
sprite="stretched:session/minimap_circle_modern.png"
|
2022-10-23 09:50:30 -07:00
|
|
|
ghost="true"
|
|
|
|
|
/>
|
|
|
|
|
|
2017-12-06 13:25:17 -08:00
|
|
|
<!-- Idle Worker Button -->
|
2020-09-07 10:36:44 -07:00
|
|
|
<object name="idleWorkerButton"
|
2017-12-06 13:25:17 -08:00
|
|
|
type="button"
|
2026-06-19 10:57:28 -07:00
|
|
|
size="100%-119 100%-121 100%-4 100%-4"
|
2025-04-18 01:40:32 -07:00
|
|
|
tooltip_style="sessionToolTipBottom"
|
2018-02-03 06:17:31 -08:00
|
|
|
hotkey="selection.idleworker"
|
2017-12-06 13:25:17 -08:00
|
|
|
sprite="stretched:session/minimap-idle.png"
|
|
|
|
|
sprite_over="stretched:session/minimap-idle-highlight.png"
|
|
|
|
|
sprite_disabled="stretched:session/minimap-idle-disabled.png"
|
2021-05-09 06:08:07 -07:00
|
|
|
mouse_event_mask="texture:session/minimap-idle.png"
|
2019-10-11 05:28:12 -07:00
|
|
|
/>
|
2018-02-03 06:17:31 -08:00
|
|
|
|
2021-09-01 09:28:28 -07:00
|
|
|
<!-- Total number of idle workers -->
|
|
|
|
|
<object name="totalNumberIdleWorkers"
|
|
|
|
|
type="text"
|
2026-06-19 10:57:28 -07:00
|
|
|
size="100%-119 100%-121 100%-3 100%-2"
|
2021-09-01 09:28:28 -07:00
|
|
|
style="totalNumberIdleWorkersCount"
|
|
|
|
|
text_align="right"
|
|
|
|
|
text_valign="bottom"
|
|
|
|
|
/>
|
|
|
|
|
|
2018-02-03 06:17:31 -08:00
|
|
|
<!-- Diplomacy Colors Button -->
|
2020-09-07 10:36:44 -07:00
|
|
|
<object name="diplomacyColorsButton"
|
2018-02-03 06:17:31 -08:00
|
|
|
type="button"
|
2026-06-19 10:57:28 -07:00
|
|
|
size="4 100%-121 118 100%-4"
|
2025-04-18 01:40:32 -07:00
|
|
|
tooltip_style="sessionToolTipBottom"
|
2018-02-15 11:10:23 -08:00
|
|
|
hotkey="session.diplomacycolors"
|
2019-10-11 05:28:12 -07:00
|
|
|
/>
|
2021-04-12 05:39:07 -07:00
|
|
|
|
2021-06-05 10:37:18 -07:00
|
|
|
<!-- Flare Button -->
|
|
|
|
|
<object
|
|
|
|
|
name="flareButton"
|
|
|
|
|
type="button"
|
2026-06-19 10:57:28 -07:00
|
|
|
size="4 4 113 119"
|
2021-06-05 10:37:18 -07:00
|
|
|
tooltip_style="sessionToolTip"
|
|
|
|
|
hotkey="session.flareactivate"
|
2024-12-03 11:55:26 -08:00
|
|
|
sprite_disabled="stretched:session/minimap-flare-disabled.png"
|
2024-11-14 04:51:55 -08:00
|
|
|
mouse_event_mask="texture:session/minimap-player-flare.png"
|
2021-06-05 10:37:18 -07:00
|
|
|
/>
|
|
|
|
|
|
2021-04-12 05:39:07 -07:00
|
|
|
<!-- MiniMap -->
|
2021-06-05 10:37:18 -07:00
|
|
|
<object
|
|
|
|
|
name="minimap"
|
2026-06-19 10:57:28 -07:00
|
|
|
size="8 8 100%-8 100%-8"
|
2021-06-05 10:37:18 -07:00
|
|
|
type="minimap"
|
|
|
|
|
mask="true"
|
|
|
|
|
flare_texture_count="16"
|
|
|
|
|
flare_render_size="32"
|
2021-11-16 08:58:32 -08:00
|
|
|
flare_animation_speed="10.67"
|
2021-06-05 10:37:18 -07:00
|
|
|
flare_interleave="true"
|
|
|
|
|
flare_lifetime_seconds="6"
|
2021-11-16 08:58:32 -08:00
|
|
|
flare_start_fade_seconds="0.25"
|
|
|
|
|
flare_stop_fade_seconds="0.5"
|
2021-06-05 10:37:18 -07:00
|
|
|
/>
|
2014-06-18 06:03:59 -07:00
|
|
|
</object>
|