projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cb435d
)
reduced pixel scale and selected bigger font
author
adrianna
<adrianna.pinska@gmail.com>
Wed, 14 May 2014 22:14:21 +0000
(
00:14
+0200)
committer
adrianna
<adrianna.pinska@gmail.com>
Wed, 14 May 2014 22:14:21 +0000
(
00:14
+0200)
naja/constants.py
patch
|
blob
|
history
diff --git
a/naja/constants.py
b/naja/constants.py
index f723fc24af850e2f6e20b519cf3abf8973d6920a..34a6fc1dade8bea18ff34b87d186d6e38aec0baf 100644
(file)
--- 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,