Commit 4de2e10c by BellCodeEditor

auto save

parent d09e7407
Showing with 1 additions and 1 deletions
import pygame
pygame.init()
a=pygame.display.set_mode((660,480))
background=pygame.display.set_mode((660,480))
while True:
for event in pygame.event.get():
print(event)
......
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