From: adrianna Date: Wed, 14 May 2014 22:14:21 +0000 (+0200) Subject: reduced pixel scale and selected bigger font X-Git-Tag: 0.1~294 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=78b6b8441237f4fb546c44ef990783412314affc reduced pixel scale and selected bigger font --- 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,