Outline around Text2dBundle
?
#12185
Unanswered
jamesperez2005
asked this question in
Q&A
Replies: 1 comment
-
It is currently impossible in bevy, but someone has been developping a plugin, you should hook up with that person:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to spawn a
Text2dBundle
with a specific font color and size, but have a stroke outline around the text to emphasize it. Is that possible in Bevy? I tried spawning a(Text2dBundle, Outline::new(...))
but that seems to not have the desired effect.Beta Was this translation helpful? Give feedback.
All reactions