Commit 9df97cfb by BellCodeEditor

auto save

parent 91acce20
Showing with 3 additions and 11 deletions
import pygame
from pygame import locals
pygame.init()
aaa=pygame.image.load
a=pygame.display.set_mode((600,480))
while True:
for event in pygame.event.get():
if event.type==locals.QUIT:
exit()
pygame.surface.blit
\ No newline at end of file
\ No newline at end of file
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