Commit dbbb3722 by BellCodeEditor

auto save

parent b2798d62
Showing with 7 additions and 4 deletions
...@@ -2,10 +2,13 @@ import pygame ...@@ -2,10 +2,13 @@ import pygame
from pygame import locals from pygame import locals
screen = pygame.display.set_mode((1000,600)) screen = pygame.display.set_mode((1000,600))
pygame.display>set_caption("bellcode") pygame.display.set_caption('bellcode')
while True:
for event in pygame.event.get(): while True()
for event in pygame.event.gat():
if event.type == locals.QUIT: if event.type == locals.QUIT:
exit 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