Skip to content
Snippets Groups Projects
Commit aa78f7aa authored by Matthew Hall's avatar Matthew Hall
Browse files

Credit artist

parent 78ed6fbd
No related branches found
No related tags found
No related merge requests found
Currently in an unfinished state, I'm afraid. I am working on it though! Currently in an unfinished state, I'm afraid. I am working on it though!
assets/tilesheet.png by Buch (http://blog-buch.rhcloud.com/)
Licenced under MIT Licenced under MIT
...@@ -421,7 +421,7 @@ fn parse_data<B: Buffer>(parser: &mut EventReader<B>, attrs: Vec<Attribute>, wid ...@@ -421,7 +421,7 @@ fn parse_data<B: Buffer>(parser: &mut EventReader<B>, attrs: Vec<Attribute>, wid
} }
} }
pub fn parse<B: Buffer>(parser: &mut EventReader<B>) -> Result<Map, TiledError>{ pub fn parse<B: Buffer>(parser: &mut EventReader<B>) -> Result<Map, TiledError> {
loop { loop {
match parser.next() { match parser.next() {
StartElement {name, attributes, ..} => { StartElement {name, attributes, ..} => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment