Skip to content

Commit 8991b9c

Browse files
committed
Tried to commit assignment pythonarcade#7
1 parent 832c03e commit 8991b9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lab 08 - Sprites/lab_08.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
class MyGame(arcade.Window):
2525
""" Main application class """
2626

27+
2728
def __init__(self, width, height, title):
2829
super().__init__(width, height, title)
2930

0 commit comments

Comments
 (0)