Fix world map overlay to draw pixel perfect on the World Map

This commit is contained in:
Morgan Lewis
2018-05-14 09:42:01 -04:00
committed by Adam
parent 0acde2bd06
commit c8d7779248
3 changed files with 82 additions and 7 deletions

View File

@@ -38,4 +38,7 @@ public interface RSWorldMapManager extends WorldMapManager
@Import("mapSurfaceBaseOffsetY")
int getSurfaceOffsetY();
@Import("getPixelsPerTile")
float getPixelsPerTile(int graphicsDiff, int worldDiff);
}