wip (tests fails)

This commit is contained in:
Henri Bourcereau 2025-08-16 16:39:25 +02:00
parent 56d155b911
commit c1e99a5f35
4 changed files with 24 additions and 7 deletions

View file

@ -77,7 +77,7 @@ impl GameRunner {
} else {
debug!("{}", self.state);
error!("event not valid : {event:?}");
panic!("crash and burn");
panic!("crash and burn {} \nevt not valid {event:?}", self.state);
&GameEvent::PlayError
};