Commit 95e069bd by BellCodeEditor

auto save

parent d94bae7c
Showing with 8 additions and 2 deletions
import pygame import pygame
from pygame import locals
pygame.init() pygame.init()
Screen = pygame,displayer_set_mode((800,600)) screen = pygame.displayer.set_mode((800,600))
\ No newline at end of file
while True:
for event in pygame.event.get():
print(event)
if event.type == locals.QUIT:
exit()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment