diff --git a/misc/mapeditr_banner.png b/misc/mapeditr_banner.png new file mode 100644 index 0000000..192a125 Binary files /dev/null and b/misc/mapeditr_banner.png differ diff --git a/misc/mapeditr_banner.svg b/misc/mapeditr_banner.svg new file mode 100644 index 0000000..29c5bc9 --- /dev/null +++ b/misc/mapeditr_banner.svg @@ -0,0 +1,110 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/map_block/map_block.rs b/src/map_block/map_block.rs index f169d4a..8d92fb5 100644 --- a/src/map_block/map_block.rs +++ b/src/map_block/map_block.rs @@ -140,7 +140,7 @@ mod tests { fn read_test_file(filename: &str) -> anyhow::Result> { let cargo_path = std::env::var("CARGO_MANIFEST_DIR")?; - let path = Path::new(&cargo_path).join("test_data").join(filename); + let path = Path::new(&cargo_path).join("testing").join(filename); Ok(std::fs::read(path)?) } diff --git a/test_data/mapblock_v25.bin b/testing/mapblock_v25.bin similarity index 100% rename from test_data/mapblock_v25.bin rename to testing/mapblock_v25.bin diff --git a/test_data/mapblock_v28.bin b/testing/mapblock_v28.bin similarity index 100% rename from test_data/mapblock_v28.bin rename to testing/mapblock_v28.bin diff --git a/test_data/test_mod/init.lua b/testing/test_mod/init.lua similarity index 100% rename from test_data/test_mod/init.lua rename to testing/test_mod/init.lua diff --git a/test_data/test_mod/textures/test_mod_test.png b/testing/test_mod/textures/test_mod_test.png similarity index 100% rename from test_data/test_mod/textures/test_mod_test.png rename to testing/test_mod/textures/test_mod_test.png