Skip to content

Commit c19f13a

Browse files
author
Louis Vignier
authored
N44: bevy_text_mode (#1318)
1 parent a41b24e commit c19f13a

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

content/news/044/bevy_text_mode.png

2.12 KB
Loading

content/news/044/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,25 @@ If needed, a section can be split into subsections with a "------" delimiter.
7676

7777
## Library Updates
7878

79+
### [`bevy_text_mode`]
80+
81+
![Screenshot of 1-bit sprites drawn using bevy_text_mode.](bevy_text_mode.png)
82+
83+
[`bevy_text_mode`] ([GitHub][bevy_text_mode-src]) by [yopox] is a Bevy plugin which
84+
makes it possible to set the background and the foreground color of a texture atlas
85+
sprite (built-in Bevy sprites only have a tint property).
86+
This plugin is convenient when using 1-bit tilesets such as [MRMOTEXT].
87+
88+
The 0.1 release adds a `TextModeTextureAtlasSprite` component with
89+
configurable background, foreground, x/y flip and opacity.
90+
91+
_Discussion: [Mastodon](https://mstdn.social/@yopox/110010264001721310)_
92+
93+
[`bevy_text_mode`]: https://crates.io/crates/bevy_text_mode
94+
[bevy_text_mode-src]: https://github.com/yopox/bevy_text_mode
95+
[yopox]: https://github.com/yopox
96+
[MRMOTEXT]: https://mrmotarius.itch.io/mrmotext
97+
7998
## Popular Workgroup Issues in Github
8099

81100
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)