예제 #1
0
 def initialize(self):
     Bootstrap.bootstrap_pygame(self.map)
예제 #2
0
 def initialize(self, map_name):
     return Bootstrap.bootstrap_pygame(self.map, map_name)