log text
This commit is contained in:
parent
68c895ec14
commit
c5a4d77684
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ pub fn restart_game_button_system(
|
|||
) {
|
||||
for interaction in &interaction_query {
|
||||
if matches!(interaction, Interaction::Pressed) {
|
||||
println!("🔄 Кнопка Restart нажата! Переход в Restarting...");
|
||||
println!("Сброс состояния");
|
||||
next_state.set(AppState::GameRestart);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue