mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-01-06 02:56:41 +00:00
Enable challenges outside of CS+
This commit is contained in:
parent
1070e67af4
commit
5ee580cb35
|
@ -139,7 +139,7 @@ impl Scene for TitleScene {
|
|||
self.controller.add(state.settings.create_player2_controller());
|
||||
|
||||
self.main_menu.push_entry(MenuEntry::Active("Start Game".to_string()));
|
||||
if state.constants.is_cs_plus {
|
||||
if !state.mod_list.mods.is_empty() {
|
||||
self.main_menu.push_entry(MenuEntry::Active("Challenges".to_string()));
|
||||
} else {
|
||||
self.main_menu.push_entry(MenuEntry::Hidden);
|
||||
|
|
Loading…
Reference in a new issue