Skip to content

Instantly share code, notes, and snippets.

@agrif
Created December 31, 2011 01:45
Show Gist options
  • Save agrif/1542416 to your computer and use it in GitHub Desktop.
Save agrif/1542416 to your computer and use it in GitHub Desktop.
world_path = "path/to/world"
north_direction = LowerLeft
renders = [
{
'rendermodes': [SmoothLighting, Night],
},
{
# override global world_path and north_direction
'world_path': "/path/to/another/world",
'north_direction': UpperLeft,
'rendermodes': [
SmoothLighting,
Normal,
# override render-range
{'mode': Cave, 'render-range': Range(-100, 100, -100, 100)},
]
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment