diff --git a/pysollib/game/__init__.py b/pysollib/game/__init__.py index acbb8f72..812516fb 100644 --- a/pysollib/game/__init__.py +++ b/pysollib/game/__init__.py @@ -567,14 +567,7 @@ class Game(object): # optional MfxCanvasText items self.texts = GameTexts() # initial position of the texts - self.init_texts = Struct( - info=None, # misc info text - help=None, # a static help text - misc=None, # - score=None, # for displaying the score - base_rank=None, # for displaying the base_rank - list=[], - ) + self.init_texts = GameTexts() def createPreview(self, app): old_busy = self.busy