Skip to content

Commit

Permalink
Make some adjustments to level 4
Browse files Browse the repository at this point in the history
  • Loading branch information
DiddiLeija committed Jun 20, 2024
1 parent 96434b6 commit 73c01f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/levels.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ class Four(BaseLevel):
"576 400",
"576 416",
"584 408",
"584 400",
"584 416",
"592 400",
"592 416",
"648 448",
"664 448",
"672 448",
Expand Down Expand Up @@ -386,8 +386,8 @@ class Four(BaseLevel):
bgcolor = 5
acceptable_clouds = [(0, 32), (16, 32)]
ending_button = Button(1512, 472)
finished_next = "five"
nextlevel = "five"
finished_next = "preboss"
nextlevel = "preboss"
use_gradient = True
gradient_color = 12
gradient_height = 129

0 comments on commit 73c01f0

Please sign in to comment.