From 3f0825f83552d174b92fd71e0716a49e17aae0b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BF=E3=81=A6=E3=82=8B=E3=81=9E?= Date: Tue, 10 Dec 2024 08:57:12 +0900 Subject: [PATCH] =?UTF-8?q?#31=20FPS=20=E3=82=92=E8=BF=BD=E8=A8=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index fefcffc..e7bd247 100644 --- a/test.py +++ b/test.py @@ -56,7 +56,7 @@ class Game: for redrawer in sorted (self.redrawers, key = lambda x: x['layer']): redrawer['func'] () pygame.display.update () - self.clock.tick () + self.clock.tick (24) class GameObject: