Commit 3b2dc050 by BellCodeEditor

save project

parent 02601862
Showing with 14 additions and 0 deletions
import pygame
from pygame import locals
screen = pygame.display.set_mode((500,400))
bj = pygame.image.load('bj.png')
hl = pygame.image.load('hl.png')
while True:
screen.blit(bj, (0, 0))
screen.blit(hl, (85, 25))
pygame.display.update()
\ No newline at end of file
bj.png

1.48 KB

hl.png

1.39 KB

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