From 461d81114adcf5ecba5aa466c31bf6b9f8d933e6 Mon Sep 17 00:00:00 2001 From: yopox Date: Mon, 3 Apr 2023 01:06:52 +0200 Subject: [PATCH] N44: bevy_text_mode --- content/news/044/bevy_text_mode.png | Bin 0 -> 2175 bytes content/news/044/index.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 content/news/044/bevy_text_mode.png diff --git a/content/news/044/bevy_text_mode.png b/content/news/044/bevy_text_mode.png new file mode 100644 index 0000000000000000000000000000000000000000..f967a7543e266a1636e6c18dce61948360d08140 GIT binary patch literal 2175 zcmcIleN<9s7=JIIs57yexyn;o$8AN&I42932-wFe=lm#}*oV-mv_G~`oKpma+UdhQ zEP;j}#e5#McCL8f z;ZX14%{;@M5d4Xb*so9GBj%pC4a2#0 z&UxP?5aE(HXtOyFI%-W3M*!b9Zzfe=lm_3`%;g05Q+9XD+W1K$GtfZxtDrH%fE3#- z&@2mVtgPOnYe1efnm0^1RimZ3zn}`#<+x^a*A}(eLX4P>I^})k(D(9`!EUq7E!#wo zw7M)s3d%bVKH3>bG6`>wn(MNHPx(}!5J+2^)go@0R>=R&GI+hZZ~j+Kx0PqhdwIfZ z7f|7XN@GBnoY8OnBDv8xnExb4%%CgW+A?UBS0pBAT3VmoE=3AdYm$-)EN-EDmfzV0cd_PJ)MHeHAbOeI1^1bFmW{D@CM1`k{$&U;s@xFJ8C| z+DLU$A2svkqFEV+1^gYTf{^eOLtcPpYx_7s+9w(!2GGKS#&f#(yzUA!By&^2(bh2+prLvl_wACi9~?$ zIfDvotXiEcwV1xu<(!ysw?9>r2N`Cz$t`o)FWV(asAOiM3jbprzB-XFfvT$t0@JOo zU4h|+PZY>ouGf!{Z1;09g3QLv`#W-`2Ff;|{9|ARx9$j2@b8VdNI`tBgT_WVV*p+n(8<*BE$ZTPt zvf-dJ;{#5l>0s3*r(zaDCX~xNb||j*nKK?=G`QOMw?_S>{%U~S=N$jxwv>heh?nqu$8KP}6HMD=neLfkgFzV7RwhJI7 z3SeH>N)s8bQrZ{^9E55wshS)$5}u!xF8xcO{<$fuUX-RVcdkTqW`V9-6FJ2ZhPaU{ zr{E|K#owz@oa|@Dca^oXYq0$@yyg(ExN>8iP17R9_#LpMVjMJ9HtDL^h4WDJg+jPo zUFXuZ47>WKqtiX{8&4VIW*TZl<gBZVf roUrt+sOVPo=t0ALRn)igR~3tZgyFo3>+U82&$WI{>gtOtIs5(wLOHM3 literal 0 HcmV?d00001 diff --git a/content/news/044/index.md b/content/news/044/index.md index e6b827953..58da05907 100644 --- a/content/news/044/index.md +++ b/content/news/044/index.md @@ -76,6 +76,25 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library Updates +### [`bevy_text_mode`] + +![Screenshot of 1-bit sprites drawn using bevy_text_mode.](bevy_text_mode.png) + +[`bevy_text_mode`] ([GitHub][bevy_text_mode-src]) by [yopox] is a Bevy plugin which +makes it possible to set the background and the foreground color of a texture atlas +sprite (built-in Bevy sprites only have a tint property). +This plugin is convenient when using 1-bit tilesets such as [MRMOTEXT]. + +The 0.1 release adds a `TextModeTextureAtlasSprite` component with +configurable background, foreground, x/y flip and opacity. + +_Discussion: [Mastodon](https://mstdn.social/@yopox/110010264001721310)_ + +[`bevy_text_mode`]: https://crates.io/crates/bevy_text_mode +[bevy_text_mode-src]: https://github.com/yopox/bevy_text_mode +[yopox]: https://github.com/yopox +[MRMOTEXT]: https://mrmotarius.itch.io/mrmotext + ## Popular Workgroup Issues in Github