Talk:Luna Engine Configuration Guide

From Yanfly.moe Wiki
Revision as of 10:26, 15 July 2019 by Archeia (talk | contribs) (more supplementary documentation)
Jump to navigation Jump to search

Supplemental Documentations

Add to documentation, if you need to access very specific items that uses "this._" Here's an example on how to do it for Equip Status when you have to draw text manually:

conditions:
        hasNewParam:
          condition: parent._tempActor
          config:
            text: "> ${parent._tempActor.param(6)}"

Another one to add is gauge display settings.

      gaugeColor1: "rgb(249, 79, 131)"
      gaugeColor2: "rgb(249, 79, 131)"
      gaugeBackColor: "rgba(59, 91, 147, 255)"

If you want to use an image for the gauge's back, you will need to make:

gaugeBackColor: "rgba(0, 0, 0, 0)

To turn transparent.