annotate gamelib/scenes/game_constants.py @ 764:a8510f4e2ea1 pyntnclick

Conditionally add things based on state.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 26 Jan 2013 15:24:56 +0200
parents c72946d3a59a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
212
2b820b4ba3bf Add constant for player id. Make IDs uppercase
Neil Muller <neil@dip.sun.ac.za>
parents:
diff changeset
1 """Usefule constants that are needed in several scenes"""
2b820b4ba3bf Add constant for player id. Make IDs uppercase
Neil Muller <neil@dip.sun.ac.za>
parents:
diff changeset
2
476
c72946d3a59a Some minor pylint driven style fixes
Neil Muller <neil@dip.sun.ac.za>
parents: 212
diff changeset
3 PLAYER_ID = '84C7-D10DCFDA0878'