Skip to content

Commit c2261c3

Browse files
authored
Merge pull request #43 from bszonye/bradd/gathering-storm
Gathering Storm update
2 parents 8a4214a + ea5c49c commit c2261c3

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Map Tacks 1.1.0 [<img align="right" src="maptacks.png" height="256" width="256">](https://steamcommunity.com/sharedfiles/filedetails/?id=1122081356)
1+
# Map Tacks 1.1.1 [<img align="right" src="maptacks.png" height="256" width="256">](https://steamcommunity.com/sharedfiles/filedetails/?id=1122081356)
22
Adds new map icons
33
Enhances list interface
44
Fixes bugs and styling

mappinmanager.lua

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
include( "InstanceManager" );
77
include( "SupportFunctions" );
8+
include( "Colors" );
89
include( "MapTacks" );
910

1011

mappinmanager.xml

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<WorldAnchor ID="Anchor">
99
<Container ID="FlagRoot" Anchor="C,B" Size="48,48">
1010
<Container Anchor="C,C" Size="50,50">
11-
<Container ID="AirAnchor" Anchor="c,c" Size="50,50"/>
12-
1311
<Image Size="59,79" Texture="MapPin" Anchor="C,T" Offset="1,-16"/>
1412
<!-- Black Border & Actual flag -->
1513
<Image ID="FlagBaseOutline" Size="50,50" TextureOffset="0,0" Texture="MapPinFlag" Anchor="C,T" />

mappinpopup.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Stack ID="IconOptionStack" Anchor="C,T" StackGrowth="Right" Padding="4" WrapWidth="660" WrapGrowth="Down"/>
2424
<!-- Visible to.. -->
2525
<Container ID="VisibilityContainer" Anchor="C,T" Size="1,26" Hidden="1">
26-
<PullDown ID="VisibilityPull" Anchor="C,T" Size="150,26" Style="WBPullDown"/>
26+
<PullDown ID="VisibilityPull" Anchor="C,T" Size="166,26" Offset="0,-30" Style="MainPullDown"/>
2727
</Container>
2828

2929
<!-- Buttons -->

maptacks.modinfo

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Mod id="0a1c826c-0f43-4876-b096-23e1292eee3c" version="1.1.0">
2+
<Mod id="0a1c826c-0f43-4876-b096-23e1292eee3c" version="1.1.1">
33
<Properties>
44
<Name>Map Tacks</Name>
55
<Description>MAP_TACKS_DESCRIPTION</Description>
66
<Teaser>MAP_TACKS_DESCRIPTION</Teaser>
77
<Authors>Bradd Szonye</Authors>
88
<AffectsSavedGames>0</AffectsSavedGames>
9+
<CompatibleVersions>2.0</CompatibleVersions>
910
</Properties>
1011
<LocalizedText>
1112
<Text id="MAP_TACKS_DESCRIPTION">

0 commit comments

Comments
 (0)