This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
nizika_broadcast
Watch
0
Star
0
Fork
0
Code
Issues
13
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
little change
btc-sounds
みてるぞ
1 year ago
parent
afd6c4b576
commit
389ae0301b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.py
+ 1
- 1
main.py
View File
@@ -8,7 +8,7 @@ class Main:
def main (cls) -> None:
pygame.init ()
screen = pygame.display.set_mode ((640, 480))
screen
: pygame.Surface
= pygame.display.set_mode ((640, 480))
while (True):
screen.fill ((255, 255, 255))
Write
Preview
Loading…
Cancel
Save