First commit (structure)

This commit is contained in:
IM23a-bachmannj2
2024-10-23 21:28:25 +02:00
parent e9396a7b6f
commit a90a53411e
4 changed files with 39 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Set global width and height variables
global width, height
width, height = 800, 600