Mount examples/resources in ggez::filesystem
This commit is contained in:
parent
d59d3f033d
commit
55a74a09ce
3 changed files with 23 additions and 16 deletions
|
|
@ -20,10 +20,6 @@ impl Tour {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn draw(&mut self, context: &mut ggez::Context) -> ggez::GameResult {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub fn react(&mut self, event: Message) {
|
||||
match event {
|
||||
Message::BackPressed => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue