Add support for 'alpha' option and change default
This commit is contained in:
@@ -212,6 +212,7 @@ class BiomeOverlay(Overlay):
|
||||
name = "overlay-biomes"
|
||||
options = {
|
||||
'biomes' : ('a list of (biome, (r, g, b)) tuples for coloring biomes', None),
|
||||
'alpha' : ('an integer value between 0 (transparent) and 255 (opaque)', None),
|
||||
}
|
||||
|
||||
class Hide(RenderPrimitive):
|
||||
|
||||
Reference in New Issue
Block a user