Add support for compass rose in all 8 cardinal directions
This commit is contained in:
parent
b9882955af
commit
ee3f07c6cd
13 changed files with 51 additions and 17 deletions
|
|
@ -579,6 +579,7 @@ public class DefaultTileRenderer implements MapTileRenderer {
|
|||
s(o, "backgroundday", c.getString("backgroundday"));
|
||||
s(o, "backgroundnight", c.getString("backgroundnight"));
|
||||
s(o, "bigmap", map.isBigWorldMap(world));
|
||||
s(o, "compassview", "SE"); /* Always from southeast */
|
||||
a(worldObject, "maps", o);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue