libavg - Rev 3787
Subversion Repositories:
from libavg import Point2D
resolution = Point2D(1280, 720)
#resolution = Point2D(640, 480)
fullscreen = True
brushSize = 40 # in pixels
roundDuration = 20 # in seconds
resetDuration = 0 # too
fadeInTime = 1500 # milliseconds
fadeOutTime = 3500 # too
resolution = Point2D(1280, 720)
#resolution = Point2D(640, 480)
fullscreen = True
brushSize = 40 # in pixels
roundDuration = 20 # in seconds
resetDuration = 0 # too
fadeInTime = 1500 # milliseconds
fadeOutTime = 3500 # too
