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

4
readme.md Normal file
View File

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

BIN
resources/screenshot1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
resources/screenshot2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

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