Configuration Bug Fix: Continue Grayed Out
Luna Engine MV » Devlog
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
Luna Engine MV
A script that modifies RPG Maker MV UI easily
Status | Released |
Category | Tool |
Author | Archeia |
Tags | gui-editor, luna-engine, plugin, rmmv, RPG Maker, rpgmv, User Interface (UI), ux |
More posts
- Luna Engine 1.1.5 UpdateAug 27, 2020
- Luna Engine 1.1.4 UpdateOct 17, 2019
- Luna Engine Version 1.1.3 UpdateSep 30, 2019
- Luna Engine Version 1.1.2 UpdateSep 19, 2019
- Luna Engine Version 1.1.1 UpdateSep 16, 2019
- Luna Engine Version 1.1.0 is up!Sep 10, 2019
- Luna Engine Version 1.0.0.1 Update + RoadmapSep 09, 2019
- Luna Engine Complete!Aug 29, 2019
- Luna Engine MV : Early AccessJun 23, 2019
Leave a comment
Log in with itch.io to leave a comment.