Browse Source

#31 FPS を追記

ai-migration
みてるぞ 1 month ago
parent
commit
3f0825f835
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test.py

+ 1
- 1
test.py View File

@@ -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:


Loading…
Cancel
Save