Example #1
0
 def initGameWindows(self):
     '''
     Initializing the common save, load and config forms
     if you want better customization with them,
     override this!
     '''
     self.saveForm = SaveForm()
     self.loadForm = LoadForm()
     self.configForm = ConfigForm()