We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c696fe commit f28b04eCopy full SHA for f28b04e
crates/bevy_rpack/README.md
@@ -34,7 +34,7 @@ Both ways result in creation of two files:
34
- `assets/tilemap.png` containing atlas image
35
- `assets/tilemap.rpack.json` containing atlas image frames data used by bevy plugin.
36
37
-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.
38
39
With those files generated it should be possible to use atlases like in the example from `Example` docs section.
40
0 commit comments