Exemplo n.º 1
0
    def _initObjects(self):
        """
        Sets up the Objects and loads the Objects into memory.  Also creates the player.
        """

        print "DEBUG: Initializing Entities"
        ObjectType.initializeObjectTypes()
Exemplo n.º 2
0
    def _initObjects(self):
        """
        Sets up the Objects and loads the Objects into memory.  Also creates the player.
        """

        print "DEBUG: Initializing Entities"
        ObjectType.initializeObjectTypes()
        Game.CollisionBlockSize = min(Game.ScreenHeight, Game.ScreenWidth)
Exemplo n.º 3
0
    def _initObjects(self):
        """
        Sets up the Objects and loads the Objects into memory.  Also creates the player.
        """

        print "DEBUG: Initializing Entities"
        ObjectType.initializeObjectTypes()
        Game.CollisionBlockSize = min(Game.ScreenHeight, Game.ScreenWidth)