Skip to content

Commit

Permalink
Tried to commit assignment pythonarcade#7
Browse files Browse the repository at this point in the history
  • Loading branch information
cvega42 committed Apr 1, 2022
1 parent 832c03e commit 8991b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lab 08 - Sprites/lab_08.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
class MyGame(arcade.Window):
""" Main application class """


def __init__(self, width, height, title):
super().__init__(width, height, title)

Expand Down

0 comments on commit 8991b9c

Please sign in to comment.