0

Add setting to change north direction

This commit is contained in:
Ryan Rector
2011-07-10 06:44:36 -06:00
parent 0c63bcb5fe
commit cd6d482c58

View File

@@ -152,6 +152,13 @@ verbose = 1
if "web_assets_hook" in locals(): if "web_assets_hook" in locals():
skipjs = True skipjs = True
################################################################################
### north_direction
## Make north point somewhere else!
## default: upper-right
## Type: string
## Example:
north_direction = "upper-right"