Fixed BG sprite glitch. Minor fixes

This commit is contained in:
2021-04-05 21:19:19 +03:00
parent 0ba497db97
commit 6cdb2c61db
10 changed files with 99 additions and 24 deletions
+1
View File
@@ -64,6 +64,7 @@ class StandingEnemy(Enemy):
),
)
def __init__(self, mainGameClass):
Enemy.__init__(self, mainGameClass)