Add a sensible license
[koperkapel.git] / koperkapel / constants.py
1 # Various constants
2
3 TITLE = "Portentosa"
4
5 TILE_SIZE = 64
6
7 WIDTH, HEIGHT = 1024, 704