view gamelib/constants.py @ 808:d99400fcd624 pyntnclick

Avoid setting Thing state twice and empty state at all.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 27 Jan 2013 16:24:22 +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'