First commit

This commit is contained in:
Ander
2014-07-14 13:20:52 +02:00
commit e16784d374
21 changed files with 611 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import pygame
class MainScreen():
def update(self):
surface = pygame.Surface((200,200)).fill((255,255,255))
return surface