summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2022-04-15don't spam println!()LawnCable1-1/+2
2022-04-15make name, tile_count and columns optional so it does not fail parsing ↵LawnCable2-32/+52
older/invalid maps also add the log crate to still print warnings in these cases
2022-04-15do cargo clippy fixesLawnCable9-51/+70
2022-04-15fixing typosLawnCable1-1/+1
add one todo point
2022-04-15layer tiles, draft for object parsing and moreLawnCable8-32/+506
2022-04-15improvements, wangset and imagesLawnCable6-66/+1024
alse parsing for may tileset related types
2022-04-15more progressLawnCable10-79/+900
2022-04-15initLawnCable4-0/+383