Configuration Bug Fix: Continue Grayed Out


Hello everyone, 

I uploaded a fix for Continue in Title to be grayed out. Here's the snippet in case you don't want to download the whole thing again. Go to Title_TitleCommand. Look for line 37 and add these under Lunatic and look for the section:

text: "${data.name}"

and replace it with the following code:

      text: "${data.name}"
      textColor: rgba(255, 255, 255, 1.0)
      conditions:
        isDisabled:
          condition: "data.enabled === false"
          config:
            textColor: rgba(192, 192, 192, 0.7)

Cheers!

Files

LunaEngineMV_EarlyAccess_6_24_2019.zip 42 MB
Jun 24, 2019

Get Luna Engine MV

Buy Now$59.99 USD or more

Leave a comment

Log in with itch.io to leave a comment.