comparison gamelib/constants.py @ 854:3577c51029f1 default tip

Remove Suspended Sentence. pyntnclick is the library we extracted from it
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 21 Jun 2014 22:15:54 +0200
parents f95830b58336
children
comparison
equal deleted inserted replaced
853:f95830b58336 854:3577c51029f1
1 from pyntnclick.constants import GameConstants
2
3 # Anything here has to be explicitly translated
4 # This module is imported before we've set up i18n
5 _ = lambda x: x
6
7
8 class SSConstants(GameConstants):
9 title = _('Suspended Sentence')
10 icon = 'suspended_sentence24x24.png'
11 short_name = 'suspended-sentence'