Skip to content

Commit

Permalink
Add support for Genesis2
Browse files Browse the repository at this point in the history
  • Loading branch information
coldino committed Nov 9, 2021
1 parent d567aa4 commit ad963c2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions LarkatorGUI/LarkatorGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@
<Resource Include="imgs\map_Extinction.jpg" />
<Resource Include="imgs\map_CrystalIsles.jpg" />
<Resource Include="imgs\map_Genesis.jpg" />
<Resource Include="imgs\map_Gen2.jpg" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
11 changes: 11 additions & 0 deletions LarkatorGUI/calibrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,16 @@
"PixelOffsetY": -8,
"PixelScaleX": 10.2,
"PixelScaleY": 10.1
},
{
"Filename": "Gen2",
"LatOffset": 49.6,
"LatDivisor": 14500,
"LonOffset": 49.6,
"LonDivisor": 14500,
"PixelOffsetX": 21.625,
"PixelOffsetY": 6.875,
"PixelScaleX": 9.7375,
"PixelScaleY": 10.0125
}
]
Binary file added LarkatorGUI/imgs/map_Gen2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad963c2

Please sign in to comment.