Commit 2fc7deca by BellCodeEditor

auto save

parent 01308719
Showing with 8 additions and 1 deletions
import pygame import pygame
from pygame import locals
pygame.init() pygame.init()
screen = pygame.display.set_mode((800,600)) screen = pygame.display.set_mode((800,600))
save(pygame) bg = pygame.image.load('bg.png')
rt = pygame.image.load('right.png')
while True:
for k in pygame.event.get():
if k.type == locals.QUIT:
exit()
pygame.Surface(bg)
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