From 4c0ebba4fda353770fea901754573a3c7d17dc87 Mon Sep 17 00:00:00 2001 From: Laktionov Anton Date: Sun, 31 May 2026 12:14:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B8=D0=B2=D1=8F=D0=B7=D0=B0?= =?UTF-8?q?=D0=BB=20=D0=BA=D0=B0=D0=BC=D0=B5=D1=80=D1=83=20=D0=BA=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D1=81=D0=BE=D0=BD=D0=B0=D0=B6=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index de1d4f4..7e97573 100644 --- a/main.py +++ b/main.py @@ -113,7 +113,7 @@ class MainView(arcade.View): #self.enemys.draw() def on_update(self,delta_time): - self.camera.position = 800,0 + self.camera.position = (self.player.center_x,self.player.center_y) self.engine.update(delta_time) #self.enemys.update(delta_time) def on_mouse_press(self,x,y,but,mod):