itch.io is community of indie game creators and players

Devlogs

Configuration Bug Fix: Continue Grayed Out

Luna Engine MV
A downloadable tool

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
Download Luna Engine MV
Leave a comment