This commit is contained in:
2020-09-24 01:44:05 -07:00
parent 04295af04a
commit 31c47d77bd
4 changed files with 8 additions and 4 deletions

View File

@@ -72,9 +72,9 @@ impl SimpleState for ReadyState {
if let StateEvent::Ui(event) = &event {
if event.event_type == UiEventType::Click {
}
// if event.event_type == UiEventType::Click {
//
// }
}
@@ -101,4 +101,4 @@ impl SimpleState for ReadyState {
fn update(&mut self, data: &mut StateData<'_, GameData<'_, '_>>) -> SimpleTrans {
Trans::None
}
}
}