Added the player object.
This commit is contained in:
6
game.py
6
game.py
@@ -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 VALID_STATES
|
||||
from intro import IntroState
|
||||
from menu import MenuState
|
||||
|
Reference in New Issue
Block a user