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.
< >
Viser 1-2 af 2 kommentarer
SapphireSoft  [udvikler] 1. feb. kl. 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;
};

})();
megamonk123 1. feb. kl. 17:10 
Thank you very much!
< >
Viser 1-2 af 2 kommentarer
Per side: 1530 50