biud436 / MV

🏰 This plugin package includes helpful features to get you on your way to create your game in RPG Maker MV.
MIT License
64 stars 51 forks source link

Compatibility with Yanfly Event Mini labels. #38

Closed SpaceFoon closed 10 months ago

SpaceFoon commented 10 months ago

Describe the bug In my 1104x624 game it shifts mini labels to the left by about 48 pixels. I tried changing the plugin order but it was the same. I'll admit I did not try in a fresh project and my project has a ton of yanfly plugins but only a few alter the text, Even Labels and Message Core and the menu plugins. I tried turning word-wrap off too but nothing I tried fixed it.

To Reproduce Steps to reproduce the behavior:

  1. Install Yanfly Event Mini Labels and Message Core.
  2. Make a Event Mini Label
  3. Look at it.

Expected behavior To not change the Y location of mini labels.

Screenshots image

image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context I tried putting your plugin above mini labels but no change. I tried looking at both plugins but have no idea what is conflicting. textWidthEx?

This is easy for the user to work around with the Y buffer parameter given by Mini Labels.

biud436 commented 10 months ago

What is the name of my plugin that you used?

SpaceFoon commented 10 months ago

What is the name of my plugin that you used?

RS_MessageAlign

Life saving plugin by the way.

biud436 commented 10 months ago

Ok. I'll check it.

biud436 commented 10 months ago
image

I have fixed a compatibility issue with the YEP_EventMiniLabel plugin to v1.0.30

https://github.com/biud436/MV/blob/ea84e83b57632338edb3ef39413cce5723b32cbe/RS_MessageAlign.js#L137-L139

SpaceFoon commented 10 months ago

Hell yea thanks for the fast fix!