diff gamelib/scenes/game_constants.py @ 212:2b820b4ba3bf

Add constant for player id. Make IDs uppercase
author Neil Muller <neil@dip.sun.ac.za>
date Thu, 26 Aug 2010 19:33:23 +0200
parents
children c72946d3a59a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gamelib/scenes/game_constants.py	Thu Aug 26 19:33:23 2010 +0200
@@ -0,0 +1,3 @@
+"""Usefule constants that are needed in several scenes"""
+
+PLAYER_ID='84C7-D10DCFDA0878'