This commit is contained in:
nquidox 2026-04-15 23:03:43 +03:00
parent 68c895ec14
commit c5a4d77684

View file

@ -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);
}
}