Advertisement
Dekita

Untitled

May 16th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. #===============================================================================
  2. # http://dekitarpg.wordpress.com/
  3. #===============================================================================
  4. #
  5. # This script will change the default font settings..
  6. # *May* not work for non default scripts.
  7. #
  8. #===============================================================================
  9. module Font_Defaults
  10. #===============================================================================
  11.  
  12. Font.default_name = ["VL Gothic", "Verdana", "Arial", "Courier New"]
  13. Font.default_size = 18
  14. Font.default_bold = false
  15. Font.default_italic = false
  16. Font.default_shadow = false
  17. Font.default_outline = true
  18. Font.default_color = Color.new(255,255,255,255)
  19. Font.default_out_color = Color.new(0,0,0,182)
  20.  
  21. end
  22. #===============================================================================
  23. # http://dekitarpg.wordpress.com/
  24. #===============================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement