From 78b6b8441237f4fb546c44ef990783412314affc Mon Sep 17 00:00:00 2001 From: adrianna Date: Thu, 15 May 2014 00:14:21 +0200 Subject: [PATCH] reduced pixel scale and selected bigger font --- naja/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.34.1