Skip to content

Commit 4361f35

Browse files
committed
修改下雪效果背景图片
1 parent 84aa616 commit 4361f35

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

yeke/py-snow/af.jpg

15.5 KB
Loading

yeke/py-snow/snow_sight.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
pygame.init()
66
# 设置屏幕宽高,根据背景图调整
77
bg_img = "bg.jpeg"
8+
#bg_img = "af.jpg"
89
bg_size = (900, 500)
910
screen = pygame.display.set_mode(bg_size)
1011
pygame.display.set_caption("雪景图")

0 commit comments

Comments
 (0)