Cool Edited Status Screen.
This is a cool edition I have done in the Status screen, so I want to share it. First, have the Faces script CODE def draw_actor_face(actor, x, y) face = RPG::Cache.character("Faces/" + actor.character_name, actor.character_hue) fw = face.width fh = face.height src_rect = Rect.new(0, 0, fw, fh) self.contents.blt(x - fw / 23, y - fh, face, src_rect) end Make a folder named Faces Then, In Window_S..
2009. 1. 12.