view gamelib/constants.py @ 737:69a0349dce8e pyntnclick

Fix rect_drawer to call prepare
author Neil Muller <neil@mcp.home.test>
date Wed, 16 Jan 2013 00:28:12 +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'