Updated enemy class

This commit is contained in:
Christian
2024-08-08 22:55:30 +02:00
parent 12190aa4db
commit 63cb8f6dd2
3 changed files with 6 additions and 5 deletions

View File

@@ -62,4 +62,3 @@ class Player(GameObject):
self.pos_x += x
if y != 0:
self.pos_y += y