Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def OnUpdate(self):
- app.UpdateGame()
- self.day_night()
- if self.mapNameShower.IsShow():
- self.mapNameShower.Update()
- if self.isShowDebugInfo:
- self.UpdateDebugInfo()
- if self.enableXMasBoom:
- self.__XMasBoom_Update()
- localtime = localtime = time.strftime("%d.%m.%y %H:%M:%S")
- self.timeLine.SetText(localtime)
- self.timeLine.Show()
Advertisement
Add Comment
Please, Sign In to add comment