master
mitchellhansen 4 years ago
parent 04295af04a
commit 31c47d77bd

@ -0,0 +1,4 @@
# Some screenshots
[](resources/screenshor1.png)
[](resources/screenshor2.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

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

Loading…
Cancel
Save