Skip to content

Commit

Permalink
Publish v1.8
Browse files Browse the repository at this point in the history
Extinction supported.

Coordinate calibration had to be eyeballed for Extinction.
Improved TheIsland calibration.

Calibrations were off because the grid in the map images are actually incorrectly placed. These new calibrations match the visual locations on the map, not the grid. This produces a better result.
  • Loading branch information
coldino committed Nov 11, 2018
1 parent 0b396f0 commit a1d5adb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LarkatorGUI/LarkatorGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<ProductName>Larkator</ProductName>
<PublisherName>coldino</PublisherName>
<AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>2</ApplicationRevision>
<ApplicationVersion>1.7.3.%2a</ApplicationVersion>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.8.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -243,4 +243,4 @@
<Resource Include="imgs\map_Extinction.jpg" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>

0 comments on commit a1d5adb

Please sign in to comment.