RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

how to change color?

Started by cjk, May 13, 2007, 03:17:26 PM

0 Members and 1 Guest are viewing this topic.

cjk

how do you change the color on the title screen that says the 'new game' 'continue' and 'quit'....normally its purple but i want it a different color....how do i do that?

Season In The Abyss

Normally is white... but in Window_Command change this:
normal_color
With this:
$scene.is_a?(Scene_Title) ? Color.new(255, 0, 0) : normal_color

:)

solved? add [RSOLVED] to topic title
Watch out for: HaloOfTheSun