Skip to content

Commit

Permalink
Try out a new bg color for Level 4
Browse files Browse the repository at this point in the history
  • Loading branch information
DiddiLeija committed Jun 11, 2024
1 parent 03f5854 commit 8013a39
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 @@ -291,7 +291,7 @@ class Four(BaseLevel):
"1344 424": Slimehorn1
}
coin_template = []
bgcolor = 12
bgcolor = 5 # experimental, may change later?
acceptable_clouds = [(0, 32), (16, 32)]
ending_button = Button(1512, 472)
finished_next = "five"
Expand Down

0 comments on commit 8013a39

Please sign in to comment.