comparison gamelib/gamegui.py @ 186:b94a38129da8

Tweak spacing
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 14:01:09 +0200
parents ed396ea7c4ad
children 4f5de85fd1af
comparison
equal deleted inserted replaced
185:59bd6f2e0ec2 186:b94a38129da8
503 self._missions.append(widget) 503 self._missions.append(widget)
504 self.add_child(widget) 504 self.add_child(widget)
505 x += 200 505 x += 200
506 if x >= WIDTH: 506 if x >= WIDTH:
507 x = 0 507 x = 0
508 y += 100 508 y += 65
509 509
510 def end_turn(self): 510 def end_turn(self):
511 # Drop back to the research screen 511 # Drop back to the research screen
512 PopWindow.post() 512 PopWindow.post()
513 self.lab.update() 513 self.lab.update()