dandanthedan
Member
hey pls help me...ive been trying to change my fonts but nothing shows up.
ill show how i did it...
first this:
begin
Graphics.freeze
Font.default_name = "Artbrush"
Font.default_size = 20.5
$scene = Scene_Title.new
$scene.main while $scene != nil
Graphics.transition(30)
rescue Errno::ENOENT
filename = $!.message.sub("No such file or directory - ", "")
print("Unable to find file #{filename}.")
end
is it right?
and i created a "fonts" folder in my project folder with the Artbrush font in it.
and i only got this:
http://i403.photobucket.com/albums/pp11 ... an/scr.jpg[/img]
plsss help.................
ill show how i did it...
first this:
begin
Graphics.freeze
Font.default_name = "Artbrush"
Font.default_size = 20.5
$scene = Scene_Title.new
$scene.main while $scene != nil
Graphics.transition(30)
rescue Errno::ENOENT
filename = $!.message.sub("No such file or directory - ", "")
print("Unable to find file #{filename}.")
end
is it right?
and i created a "fonts" folder in my project folder with the Artbrush font in it.
and i only got this:
http://i403.photobucket.com/albums/pp11 ... an/scr.jpg[/img]
plsss help.................