Ejemplo n.º 1
0
 def set_alert(self, text, args = None):
     try:
         self.event = Menu.Alert(text, args, background = self.images["menu_background"])
     except:
         self.event = Menu.Alert(text, args)
Ejemplo n.º 2
0
 def game_over(self):
     self.event = Menu.Alert("Your last villager has shuffled off this mortal coil. Years from now, another tribe may stumble across your \
         abandoned village and wonder what failure brought you to such ruin. But they will have no answer.")