Guest User

game.py at Def OnUpdate(self):

a guest
Nov 17th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. def OnUpdate(self):
  2. app.UpdateGame()
  3. self.day_night()
  4. if self.mapNameShower.IsShow():
  5. self.mapNameShower.Update()
  6.  
  7. if self.isShowDebugInfo:
  8. self.UpdateDebugInfo()
  9.  
  10. if self.enableXMasBoom:
  11. self.__XMasBoom_Update()
  12.  
  13. localtime = localtime = time.strftime("%d.%m.%y %H:%M:%S")
  14. self.timeLine.SetText(localtime)
  15. self.timeLine.Show()
Advertisement
Add Comment
Please, Sign In to add comment