Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if true # << Make true to use this script, false to disable.
- #===============================================================================
- # http://dekitarpg.wordpress.com/
- #===============================================================================
- #
- # This script will change the default font settings..
- # *May* not work for non default scripts.
- #
- #===============================================================================
- module Font_Defaults
- #===============================================================================
- Font.default_name = ["VL Gothic","Serif","Arial"]
- #["VL Gothic", "Verdana", "Arial", "Courier New"]
- Font.default_size = 14
- Font.default_bold = true
- Font.default_italic = false
- Font.default_shadow = false
- Font.default_outline = true
- Font.default_color = Color.new(255,255,255,255)
- Font.default_out_color = Color.new(0,0,0,182)
- end
- #===============================================================================
- # http://dekitarpg.wordpress.com/
- #===============================================================================
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement