Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #==============================================================================
- # Script that changes the default font settings.
- #==============================================================================
- Font.default_size = 15 # Default - 20
- Font.default_name = ["VL-Gothic"] # Font names are used in order. If the first is not available, the second will be used, etc..
- Font.default_bold = false # Default - FALSE
- Font.default_italic = false # Default - FALSE
- Font.default_shadow = false # Default - TRUE
Advertisement
Add Comment
Please, Sign In to add comment