- Joined
- Sep 17, 2012
- Messages
- 1,466
- Reaction score
- 144
- First Language
- English
- Primarily Uses
See LV HP and MP are blue. I want to change the colors of these. I tried editing:
some of this:
def normal_color; text_color(0); end; # Normal def system_color; text_color(16); end; # System def crisis_color; text_color(17); end; # Crisis def knockout_color; text_color(18); end; # Knock out def gauge_back_color; text_color(19); end; # Gauge background def hp_gauge_color1; text_color(20); end; # HP gauge 1 def hp_gauge_color2; text_color(21); end; # HP gauge 2 def mp_gauge_color1; text_color(22); end; # MP gauge 1 def mp_gauge_color2; text_color(23); end; # MP gauge 2 def mp_cost_color; text_color(23); end; # TP cost def power_up_color; text_color(24); end; # Equipment power up def power_down_color; text_color(25); end; # Equipment power down def tp_gauge_color1; text_color(28); end; # TP gauge 1 def tp_gauge_color2; text_color(29); end; # TP gauge 2 def tp_cost_color; text_color(29); end; # TP costBut that doesn't seem to work at all.

