mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
0db999c795
# Objective - Have more docs for `bevy_text` to avoid reading the source code for some things. ## Solution - Add some additional docs. ## Changelog - `TextSettings.max_font_atlases` in `bevy_text` has been renamed to ` TextSettings.soft_max_font_atlases`. ## Migration Guide - Usages of `TextSettings.max_font_atlases` from `bevy_text` must be changed to `TextSettings.soft_max_font_atlases`. |
||
---|---|---|
.. | ||
src | ||
B0001.md | ||
B0002.md | ||
B0003.md | ||
B0004.md | ||
B0005.md | ||
Cargo.toml | ||
README.md |
Bevy Error Codes
This crate lists and tests explanations and examples of Bevy's error codes.
For the latest Bevy release, you can find a rendered version of the error code descriptions at bevyengine.org/learn/errors.