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,7 @@
import pygame
class MainScreen():
def update(self,screen):
screen.fill((255,255,255))