l0rdph0enix
Member
Ok I'm using the Mog Menu Yui in a VX project and I need the Map name slide down by a few pixels (maybe 5 or 10). I found the location in the script that handles where the Map name is drawn but when I edit it, the text becomes squished vertically.
Any help with correcting this would be appreciated.
Code:
def refresh
self.contents.clear
self.contents.font.color = normal_color
self.contents.draw_text(4, 0, 120, 32, $game_map.mpname.to_s, 1)
end
http://i33.tinypic.com/1zn7as1.png[/img]
Any help with correcting this would be appreciated.