rubedo/constants.py
Mike Abbott 7cabd9107a Checking in the separated code
Next up is generating the PA code from Python.
2023-03-28 21:10:54 -06:00

10 lines
137 B
Python

OUTPUT_GRAPH = False
OUTPUT_FRAMES = False
OUTPUT_HEIGHT_MAPS = True
X_OFFSET = 200
Y_OFFSET = 20
FRAME_SIZE_X = 200
FRAME_SIZE_Y = 60