#bevy-plugin #texture-atlas #bevy #palette #graphics #text-mode

bevy_text_mode

Bevy插件,添加可配置背景和前景颜色的纹理图集精灵

5个版本 (3个破坏性更新)

0.4.0 2024年7月19日
0.3.0 2024年3月12日
0.2.0 2023年8月4日
0.1.1 2023年4月4日
0.1.0 2023年3月12日

#318游戏开发

Download history 1/week @ 2024-06-01 2/week @ 2024-06-29 12/week @ 2024-07-06 65/week @ 2024-07-13 40/week @ 2024-07-20 4/week @ 2024-07-27

每月 109次下载

Apache-2.0

50KB
1K SLoC

bevy_text_mode

bevy

bevy_text_mode 添加一个具有可配置背景和前景颜色的 TextModeSprite 组件。它使得使用文本模式贴图集,如 MRMOTEXT,变得容易。

pub struct TextModeSprite {
    pub bg: LinearRgba,
    pub fg: LinearRgba,
    pub alpha: f32,
    pub flip_x: bool,
    pub flip_y: bool,
    pub rotation: u8,
    pub custom_size: Option<Vec2>,
    pub rect: Option<Rect>,
    pub anchor: Anchor,
}

用法

使用所需的背景和前景颜色创建一个 TextModeSpriteBundle

兼容的Bevy版本

bevy_text_mode bevy
0.4.0 0.14
0.3.0 0.13
0.2.0 0.11
0.1.1 0.10

依赖项

~34–71MB
~1M SLoC