main
parent
328e703f89
commit
bbfd4eaa6c
3
main.py
3
main.py
|
@ -39,9 +39,6 @@ class Player:
|
||||||
def draw(self):
|
def draw(self):
|
||||||
screen.blit(self.movement_sprites[self.current_movement][self.current_sprite_index], (self.x, self.y))
|
screen.blit(self.movement_sprites[self.current_movement][self.current_sprite_index], (self.x, self.y))
|
||||||
|
|
||||||
# Игрок
|
|
||||||
player = Player(20 // 2, 80 // 2)
|
|
||||||
|
|
||||||
class Camera:
|
class Camera:
|
||||||
def __init__(self, width, height):
|
def __init__(self, width, height):
|
||||||
self.width = width
|
self.width = width
|
||||||
|
|
Loading…
Reference in New Issue