Added the player object.

This commit is contained in:
2013-01-16 08:05:28 -04:30
parent 99d2b68712
commit 262abf2544
5 changed files with 73 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
# Miguel Angel Astor Romero. Created on 7-1-2013. #
###################################################
###########################################
# Created on 1-7-2013. Miguel Angel Astor #
###########################################
import pygame
try:
@@ -7,6 +8,7 @@ try:
except ImportError:
android = None
import player
from state import BaseState, VALID_STATES
class InGameState(BaseState):