Esse commit está contido em:
Pierre Karashchuk
2017-03-07 16:59:38 -08:00
commit bedfe44e7c
2 arquivos alterados com 134 adições e 136 exclusões
Diff do arquivo suprimido porque uma ou mais linhas são muito longas
+4 -4
Ver Arquivo
@@ -5,6 +5,10 @@ import platform
import time
from pygame.locals import *
freq = 20
stimulus = 0
wait_time = 0
fullscreen_on = False
size = 1280,800
@@ -31,10 +35,6 @@ rect_height = height - space_y*2
rect_xs = space_x
rect_ys = space_y
freq = 10
stimulus = 0
wait_time = 0
if fullscreen_on:
screen = pygame.display.set_mode(size, FULLSCREEN)