First commit (structure)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# Set global width and height variables
|
||||
global width, height
|
||||
width, height = 800, 600
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
# Set global width and height variables
|
||||
global width, height
|
||||
width, height = 800, 600
|
||||