summaryrefslogtreecommitdiff
path: root/src/window.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.py')
-rw-r--r--src/window.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/window.py b/src/window.py
new file mode 100644
index 0000000..fd35f39
--- /dev/null
+++ b/src/window.py
@@ -0,0 +1,6 @@
+import pygame
+
+def init():
+ pygame.display.set_caption("Blocks")
+ pygame.mouse.set_visible(False)
+ pygame.mouse.set_pos((0, 0)) \ No newline at end of file