Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I tested it and throws an error (conflict with other plugin) (MV), 
when checked the plugin, String.prototype cause this error.
Same thing I had with Khas on fixing the conflict.

this seems to fix it with other plugins, if you add new properties
to an String or Array.

Object.defineProperty(String.prototype, 'paddingLeft', {
    value: function(paddingValue) {
        return String(paddingValue + this).slice(-paddingValue.length);
    }
});

I didn't test it fully and multiple events yet to see it's effect.
but it also say you require a license (if not purchase it)?
or could it be used in non-commercial only and not commercial?
as that part kinda confuse me atm. I dont know if I could use it,
but its more a clarification for now.

(+1)

Thanks for the feedback :)

Any chance you could send me an exact screenshot of the error from the devtools console log screen?

not at this points, as it target a normal array that exist or string.
thing is, and what I readed, that you need to try avoid adding arrays or strings
directly to those functions, but define them as an addon to be safer.

once I play around again, I give you the error, but defining is better than
patching each individual plugin conflict :)

I'm not as good as you are and never will, but I try to learn and avoid
issues with them, so it's a good thing to do the same to avoid conflicts ^^

Just need to hang to it with the loads of parameter and possibilites.

anyway, once I continue to test (revert it back to the old string you used),
I give you the log, cannot tell when I continue to test, as I got a nice timer
plugin, but this can come in handy if they play nice,

I though x-y-offset was possible, so it can have some usefull part I can
think off.