Skip to content

Commit

Permalink
Add a sunset-like background to level 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DiddiLeija committed Jun 13, 2024
1 parent 8013a39 commit d5aa99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/levels.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ class Three(BaseLevel):
"1288 296",
"1296 304"
]
bgcolor = 12 # TODO: Get a sunset-like appearance (maybe with color 14?)
bgcolor = 14
acceptable_clouds = [(32, 0)]
ending_button = Button(1480, 360)
finished_next = "four"
Expand Down

0 comments on commit d5aa99f

Please sign in to comment.