X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fconstants.py;h=34a6fc1dade8bea18ff34b87d186d6e38aec0baf;hb=00e941c5b9d033e1bcd62e6cb31bbbf4aa2be672;hp=f723fc24af850e2f6e20b519cf3abf8973d6920a;hpb=2e101a5b1f6b271358fc2dbb56fc1fe6d0d53f37;p=naja.git diff --git a/naja/constants.py b/naja/constants.py index f723fc2..34a6fc1 100644 --- a/naja/constants.py +++ b/naja/constants.py @@ -5,9 +5,9 @@ from naja.attrdict import AttrDict SCREEN = (800, 600) FPS = 40 -FONT = '4x6.pcf' +FONT = '8x13.pcf' FONT_SIZE = 16 -EIGHT_BIT_SCALE = 4 +EIGHT_BIT_SCALE = 2 DEFAULTS = dict( debug=False,