Beginnings of CircleScene infrastructure for eoc chapter 1

This commit is contained in:
Grant Sanderson
2016-11-07 14:22:27 -08:00
parent 0a4e6ed42b
commit ac54067b73
4 changed files with 220 additions and 3 deletions

View File

@ -1,8 +1,8 @@
import os
import numpy as np
DEFAULT_HEIGHT = 1080*2
DEFAULT_WIDTH = 1920*2
DEFAULT_HEIGHT = 1080
DEFAULT_WIDTH = 1920
DEFAULT_FRAME_DURATION = 0.04
#There might be other configuration than pixel_shape later...