Skip to content

TextShadow doesn't work with Text2d #19529

Open
1 of 2 issues completed
Open
1 of 2 issues completed
@djeedai

Description

@djeedai

Bevy version

0.16

What you did

Text2d::new("text"),
TextShadow {
    offset: Vec2::splat(3.),
    color: Color::BLACK,
},

What went wrong

There's no shadow

Additional information

Docs don't mention anything about working or not with any particular text component, so I'm assuming this should work.

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-RenderingDrawing game state to the screenA-TextRendering and layout for charactersA-TransformTranslations, rotations and scalesA-UIGraphical user interfaces, styles, layouts, and widgetsC-DocsAn addition or correction to our documentationC-FeatureA new feature, making something new possible

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions