view nagslang/constants.py @ 27:3e4d8091268c

A werewolf always knows where she's going.
author Simon Cross <hodgestar@gmail.com>
date Sun, 01 Sep 2013 16:03:04 +0200
parents fe1426d09074
children 58505d3482b6
line wrap: on
line source

SCREEN = (800, 600)
FPS = 40
DEFAULTS = dict(
    debug=False,
    sound=True,
)