ALPHA_BLENDING_MODE Element


ALPHA_BLENDING_MODE (a child element of STEP) allows you to add semi-transparent covers covering all characters in the current area. By using a map image with a matching background color you can create the effect of having all characters floating in water (or liquid of any color), like the following example.

Supported Values

ALPHA_BLENDING_MODE supports the use of its own child elements as values. For a list of supported child elements please refer to the tree menu on the left.

Examples

In this example, ALPHA_BLENDING_MODE is used to create the effect of having all the characters floating in water (provided that the map image has a blue background also).

  • <STEP>
    • ......
    • <ALPHA_BLENDING_MODE>
      • <COLOR>blue</COLOR>
      • <ENABLED>Yes</ENABLED>
    • </ALPHA_BLENDING_MODE>
    • ......
  • </STEP>