readme
This commit is contained in:
4
readme.md
Normal file
4
readme.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Some screenshots
|
||||||
|
|
||||||
|
[](resources/screenshor1.png)
|
||||||
|
[](resources/screenshor2.png)
|
||||||
BIN
resources/screenshot1.png
Normal file
BIN
resources/screenshot1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
resources/screenshot2.png
Normal file
BIN
resources/screenshot2.png
Normal file
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 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 {
|
fn update(&mut self, data: &mut StateData<'_, GameData<'_, '_>>) -> SimpleTrans {
|
||||||
Trans::None
|
Trans::None
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user