Exemple #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()
Exemple #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)
Exemple #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)