comparison pyntnclick/constants.py @ 671:b27b5c6c54e8 pyntnclick

Use constants for font location
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 12 Feb 2012 18:24:22 +0200
parents fe7023750b20
children 36d7f7e9650e
comparison
equal deleted inserted replaced
670:fe7023750b20 671:b27b5c6c54e8
24 scene_size = (screen[0], screen[1] - button_size) 24 scene_size = (screen[0], screen[1] - button_size)
25 frame_rate = 25 25 frame_rate = 25
26 debug = _get_debug() 26 debug = _get_debug()
27 27
28 font = 'Vera.ttf' 28 font = 'Vera.ttf'
29 bold_font = 'VeraBd.ttf'
30 mono_font = 'Monospace.ttf'
29 font_size = 16 31 font_size = 16
30 text_color = 'black' 32 text_color = 'black'
31 label_padding = 10 33 label_padding = 10
32 label_border = 3 34 label_border = 3
33 label_bg_color = (180, 180, 180, 220) 35 label_bg_color = (180, 180, 180, 220)