1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-11-21 21:22:44 +00:00

Fix pixel birthday easter egg (#275)

This commit is contained in:
raisin 2024-09-06 08:07:12 -07:00 committed by GitHub
parent dce696282b
commit 4d43c9c828
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -174,7 +174,7 @@ impl TitleScene {
song_id = 24;
}
if state.settings.soundtrack == "New" && Season::current() == Season::PixelBirthday {
if state.settings.soundtrack == "new" && Season::current() == Season::PixelBirthday {
song_id = 43;
}