Esempio 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()
Esempio 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)
Esempio 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)