Whoa boy, I've gotta get better about my commits...

This commit is contained in:
Grant Sanderson
2016-11-07 11:05:41 -08:00
parent ed3d64c614
commit c7239a035c
18 changed files with 610 additions and 190 deletions

View File

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