wip mirror

This commit is contained in:
Henri Bourcereau 2025-08-05 21:53:42 +02:00
parent f9f4405943
commit 3dce910bea
3 changed files with 45 additions and 18 deletions

View file

@ -67,6 +67,7 @@ impl GameRunner {
} else {
println!("{}", self.state);
println!("event not valid : {:?}", event);
panic!("crash and burn");
&GameEvent::PlayError
};