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.
< >
Beiträge 12 von 2
SapphireSoft  [Entwickler] 1. Feb. um 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!
< >
Beiträge 12 von 2
Pro Seite: 1530 50