Skip to content

Commit 880934e

Browse files
authored
Merge pull request #5 from cis3296f23/evan2
added new background
2 parents e93d3e1 + bf11723 commit 880934e

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

assets/.DS_Store

2 KB
Binary file not shown.

assets/Background/cityBackground.png

33.6 KB
Loading

assets/Background/cityBackground2.png

81.4 KB
Loading

assets/Background/cityBackground3.png

58.8 KB
Loading

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def handle_move(player, objects):
300300

301301
def main(window):
302302
clock = pygame.time.Clock()
303-
background, bg_image = get_background("Blue.png")
303+
background, bg_image = get_background("cityBackground3.png")
304304

305305

306306
block_size = 96

0 commit comments

Comments
 (0)