Skip to content

Instantly share code, notes, and snippets.

@agrif
Created July 15, 2011 02:40
Show Gist options
  • Save agrif/1083932 to your computer and use it in GitHub Desktop.
Save agrif/1083932 to your computer and use it in GitHub Desktop.
example dungeon overlay for rendermode-options
rendermode = ['lighting', 'dungeon']
custom_rendermodes = {
'dungeon' : {
'parent' : 'mineral',
'description' : 'an overlay showing the location of dungeons',
'options' : {
'minerals' : [
(52, (0, 0, 255)),
(48, (0, 255, 0)),
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment