comparison pyntnclick/constants.py @ 792:bdaffaa8b6bf pyntnclick

Loading and saving! (Plus a bunch of other stuff to make it possible.)
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 27 Jan 2013 12:43:28 +0200
parents 43b49f1de828
children
comparison
equal deleted inserted replaced
791:56ec01e51f3d 792:bdaffaa8b6bf
13 return True 13 return True
14 14
15 15
16 class GameConstants(object): 16 class GameConstants(object):
17 title = None 17 title = None
18 i18n_name = 'pyntnclick' 18 short_name = 'pyntnclick'
19 # Icon for the main window, in the icons basedir 19 # Icon for the main window, in the icons basedir
20 icon = None 20 icon = None
21 21
22 screen = (800, 600) 22 screen = (800, 600)
23 snd_freq = 44100 23 snd_freq = 44100