comparison gamelib/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 6a3440c8be8d
children
comparison
equal deleted inserted replaced
791:56ec01e51f3d 792:bdaffaa8b6bf
6 6
7 7
8 class SSConstants(GameConstants): 8 class SSConstants(GameConstants):
9 title = _('Suspended Sentence') 9 title = _('Suspended Sentence')
10 icon = 'suspended_sentence24x24.png' 10 icon = 'suspended_sentence24x24.png'
11 i18n_name = 'suspended-sentence' 11 short_name = 'suspended-sentence'