view gamelib/constants.py @ 793:0e5b80b3128c pyntnclick

Putting the new MenuScreen in the repo might be a good idea. I should totally do that.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 27 Jan 2013 12:47:54 +0200
parents bdaffaa8b6bf
children
line wrap: on
line source

from pyntnclick.constants import GameConstants

# Anything here has to be explicitly translated
# This module is imported before we've set up i18n
_ = lambda x: x


class SSConstants(GameConstants):
    title = _('Suspended Sentence')
    icon = 'suspended_sentence24x24.png'
    short_name = 'suspended-sentence'