button make sound now :)
This commit is contained in:
parent
dd16a0debc
commit
c49c2fa8c4
@ -104,6 +104,10 @@ impl Action<Scenes, ScreenError, GameContext> for NextLevelScreen {
|
||||
Ok(ActionFlag::SwitchState(Scenes::InGameScene))
|
||||
}
|
||||
else if self.is_level_select_pressed {
|
||||
context
|
||||
.flag_send
|
||||
.send(Some(ControlFlag::SoundTrigger("button-press".to_string())))
|
||||
.unwrap();
|
||||
Ok(ActionFlag::SwitchState(Scenes::LevelSelectScreen))
|
||||
}else {
|
||||
Ok(ActionFlag::Continue)
|
||||
|
Reference in New Issue
Block a user