summaryrefslogtreecommitdiff
path: root/src/lowlevel
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 fixesLawnCable7-47/+63
2022-04-15fixing typosLawnCable1-1/+1
add one todo point
2022-04-15layer tiles, draft for object parsing and moreLawnCable7-28/+502
2022-04-15improvements, wangset and imagesLawnCable6-66/+1024
alse parsing for may tileset related types
2022-04-15more progressLawnCable8-76/+865
2022-04-15initLawnCable3-0/+380