This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
nizika_broadcast
Watch
0
Star
0
Fork
0
Code
Issues
12
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
#31
FPS を追記
ai-migration
みてるぞ
1 month ago
parent
c83c99bc74
commit
3f0825f835
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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']):
for redrawer in sorted (self.redrawers, key = lambda x: x['layer']):
redrawer['func'] ()
redrawer['func'] ()
pygame.display.update ()
pygame.display.update ()
self.clock.tick ()
self.clock.tick (
24
)
class GameObject:
class GameObject:
Write
Preview
Loading…
Cancel
Save