Datriot
Tachikama!!!
- 2,202
- Posts
- 20
- Years
- Age 33
- UK, England, Leeds. Simple.
- Seen Jan 5, 2013
well, I have some resources here are some RPG Maker XP charsets.
I hope you like them!
I hope you like them!
# colors by virtual
class Window_Base < Window
$orange = Color.new(250, 135, 80, 255)
$red = Color.new(225, 45, 0, 255)
$darkred = Color.new(215, 0, 55, 255)
$lightyellow = Color.new(230, 245, 150, 255)
$yellow = Color.new(235, 250, 90, 255)
$gold = Color.new(175, 175, 5, 255)
$black = Color.new(10, 5, 10, 255)
$white = Color.new(255,255,255,255)
$gray = Color.new(255, 255, 255, 140)
$lightblue = Color.new(130, 190, 245, 255)
$blue = Color.new(55, 120, 250, 255)
$darkblue = Color.new(40, 5, 165, 255)
$lightgreen = Color.new(140, 245, 140, 255)
$green = Color.new(0, 250, 70, 255)
$darkgreen = Color.new(30, 150, 5, 255)
$brown = Color.new(115, 30, 10, 255)
$pink = Color.new(250, 90, 230, 255)
$purple = Color.new(190, 5, 165, 255)
end
self.contents.font.color = $color
made it into a RM2k3 charaset, see attachmentJeff_PKLight said:Here's the SS Tidal (or something) ship. It's not included in a tileset, because it's for people using RM2k/3 and RMXP (add it in a tileset). :)