Skip to content

Instantly share code, notes, and snippets.

@Andygmb
Created January 9, 2015 21:16
Show Gist options
  • Save Andygmb/594ba3bb02fb6fe4fd5f to your computer and use it in GitHub Desktop.
Save Andygmb/594ba3bb02fb6fe4fd5f to your computer and use it in GitHub Desktop.
def __init__(self, pygame):
self.pygame = pygame
self.border_width = win32api.GetSystemMetrics(32)
self.screen = None
self.aoe_window = None
self.map_bbox = None
self.map_w, self.map_h = 350, 175
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment