# HG changeset patch # User Stefano Rivera # Date 1358284553 -7200 # Node ID d016ac9de1bd3e9fba3c5c7007e294ef865a3ddb # Parent 4f34b36ee7c5bd9ffec1771278cf6cffafda2a34 Actually add it, this time diff -r 4f34b36ee7c5 -r d016ac9de1bd gamelib/constants.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gamelib/constants.py Tue Jan 15 23:15:53 2013 +0200 @@ -0,0 +1,6 @@ +from pyntnclick.constants import GameConstants + + +class SSConstants(GameConstants): + title = 'Suspended Sentence' + icon = 'suspended_sentence24x24.png'