Reorganize constants
[koperkapel.git] / koperkapel / constants.py
diff --git a/koperkapel/constants.py b/koperkapel/constants.py
new file mode 100644 (file)
index 0000000..54f8a20
--- /dev/null
@@ -0,0 +1,7 @@
+# Various constants
+
+TITLE = "Koperkapel"
+
+TILE_SIZE = 64
+
+WIDTH, HEIGHT = 1024, 768