0

Clarified docs on overlay option

Closes #789
This commit is contained in:
Andrew Chin
2012-09-22 17:50:23 -04:00
parent 14a3727bed
commit dd345980a5

View File

@@ -640,7 +640,11 @@ values. The valid configuration keys are listed below.
``overlay`` ``overlay``
This specifies which renders that this render will be displayed on top of. This specifies which renders that this render will be displayed on top of.
It should be a list of other renders. It should be a list of other renders. If this option is confusing, think
of this option's name as "overlay_on_to".
If you leave this as an empty list, this overlay will be displayed on top
of all renders for the same world/dimension as this one.
**Default:** ``[]`` (an empty list) **Default:** ``[]`` (an empty list)