view gamelib/constants.py @ 778:98cdb7458225 pyntnclick

create-upload, why do you exist?
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 26 Jan 2013 18:23:07 +0200
parents 43b49f1de828
children 5fb962434159
line wrap: on
line source

from pyntnclick.constants import GameConstants


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