diff --git a/src/paquerette.py b/src/paquerette.py index 44d5df2..b66c44f 100644 --- a/src/paquerette.py +++ b/src/paquerette.py @@ -1,13 +1,12 @@ #encoding: utf-8 import math -import numpy import Image import ImageDraw import ImageColor -width = 1000 +width = 500 perspective = width cameraZ = -width