From f28b04e429981426fdd5c74491444f3638827dd4 Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Mon, 27 Jan 2025 18:51:04 +0100 Subject: [PATCH] bevy package readme fix --- crates/bevy_rpack/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_rpack/README.md b/crates/bevy_rpack/README.md index 5e38ac6..680b00f 100644 --- a/crates/bevy_rpack/README.md +++ b/crates/bevy_rpack/README.md @@ -34,7 +34,7 @@ Both ways result in creation of two files: - `assets/tilemap.png` containing atlas image - `assets/tilemap.rpack.json` containing atlas image frames data used by bevy plugin. -Second way generated additional `tiles_config.rpack_gen.json` file that +Second way generated additional `tiles_config.rpack_gen.json` file that provides settings for the CLI tool. With those files generated it should be possible to use atlases like in the example from `Example` docs section.