Factor out EIGHT_BIT_SCALE.
[naja.git] / naja / constants.py
index 7a968d06cc8cab32c81b6461f264864e90a6b5f8..45ffa3c0b6a065ea9cad4d30a982e11d1c5d12b5 100644 (file)
@@ -5,6 +5,7 @@ SCREEN = (800, 600)
 FPS = 40
 FONT = 'DejaVuSans.ttf'
 FONT_SIZE = 16
+EIGHT_BIT_SCALE = 4
 
 DEFAULTS = dict(
     debug=False,