File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Original file line number Diff line number Diff line change @@ -76,6 +76,25 @@ If needed, a section can be split into subsections with a "------" delimiter.
76
76
77
77
## Library Updates
78
78
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
+
79
98
## Popular Workgroup Issues in Github
80
99
81
100
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments