Open
1 of 2 issues completedDescription
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.