view gamelib/constants.py @ 746:4d032d09d599 pyntnclick

Minor mad clicker improvement.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 20 Jan 2013 12:21:28 +0200
parents d016ac9de1bd
children 43b49f1de828
line wrap: on
line source

from pyntnclick.constants import GameConstants


class SSConstants(GameConstants):
    title = 'Suspended Sentence'
    icon = 'suspended_sentence24x24.png'