SRPG Studio

SRPG Studio

Enemy Range Color Change
Hello, I am looking for a way to change the color of the enemy movement range display. It is currently a yellow color. I looked under resource locations but can't seem to find the location to change it. I was able to change the players movement and attack range indicators but not this one.
< >
Zobrazeno 12 z 2 komentářů
SapphireSoft  [vývojář] 1. úno. v 15.32 
Actually, you can change the marking color not by "Resource Location" but by a plugin.
Please use the following plugin.

(function() {

MarkingPanel._getColor = function() {
return 0xffdc00;
};

MarkingPanel._getAlpha = function() {
return 128;
};

})();
Thank you very much!
< >
Zobrazeno 12 z 2 komentářů
Na stránku: 1530 50