Skip to content

Commit

Permalink
Flood: plug hole in tire barrier
Browse files Browse the repository at this point in the history
Fixes #336
  • Loading branch information
agateau committed May 22, 2023
1 parent 73331e2 commit 06ff4d3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .changes/unreleased/Fixed-20230522-183938.yaml
@@ -0,0 +1,4 @@
kind: Fixed
body: Fixed hole in tire barrier on Flood track which could be used to cut a large
part of the track (#336).
time: 2023-05-22T18:39:38.157106069+02:00
16 changes: 12 additions & 4 deletions android/assets/maps/flood.tmx
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.9" tiledversion="1.9.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="41" height="80" tilewidth="64" tileheight="64" infinite="0" backgroundcolor="#ffffff" nextlayerid="24" nextobjectid="172">
<map version="1.10" tiledversion="1.10.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="41" height="80" tilewidth="64" tileheight="64" infinite="0" backgroundcolor="#ffffff" nextlayerid="24" nextobjectid="179">
<properties>
<property name="mapImage" type="file" value="../../../core/assets-work-files/maps/flood-track.png"/>
<property name="tileColors">// grass
Expand Down Expand Up @@ -43,9 +43,8 @@ f6757a: 4
eAHt0AENAAAAwqD3T20PBxEoDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDBgwYMCAAQMGDPwODDNAAAE=
</data>
</layer>
<objectgroup id="5" name="Obstacles" visible="0">
<objectgroup id="5" name="Obstacles">
<object id="2" x="104" y="704" width="58.9679" height="4291.31"/>
<object id="3" class="tire" x="1545.37" y="1629.23" width="1164.92" height="77.9985" rotation="315"/>
<object id="94" x="675.526" y="2588.01" width="1209.41" height="6.65999"/>
<object id="95" x="157.215" y="3805.13" width="772.586" height="6.139"/>
<object id="7" x="-157.38" y="85" width="2613.38" height="74.1493"/>
Expand All @@ -59,9 +58,18 @@ f6757a: 4
<object id="65" x="1885.4" y="4387.02" width="1926.49" height="5.42174" rotation="-90"/>
<object id="93" x="669.017" y="3300.35" width="1735.6" height="6.79991" rotation="-90"/>
<object id="97" x="1179.28" y="3555.58" width="391.58" height="9.108" rotation="-90"/>
<object id="149" class="block" x="702.667" y="1724">
<object id="149" type="block" x="702.667" y="1724">
<polyline points="0,0 1124,-1022.67"/>
</object>
<object id="174" type="tire" x="2454.59" y="823.073" rotation="-180">
<polyline points="0,0 832.457,-827.526"/>
</object>
<object id="177" type="tire" x="2454.59" y="784.073" rotation="-180">
<polyline points="0,0 832.457,-827.526"/>
</object>
<object id="178" type="tire" x="2454.59" y="745.073" rotation="-180">
<polyline points="0,0 832.457,-827.526"/>
</object>
</objectgroup>
<objectgroup id="7" name="Waypoints" visible="0">
<properties>
Expand Down

0 comments on commit 06ff4d3

Please sign in to comment.