bevyengine / bevy

A refreshingly simple data-driven game engine built in Rust
https://bevyengine.org
Apache License 2.0
35.79k stars 3.54k forks source link

Negative `font_size` warning #9655

Open ickshonpe opened 1 year ago

ickshonpe commented 1 year ago

What problem does this solve or what need does it fill?

At the moment if text is spawned with a negative font_size value, it fails silently and nothing is displayed.

What solution would you like?

I think we should emit a warning at least.

KingTheSim commented 1 year ago

Hello. May I try to do this issue as my first contribution?

mockersf commented 1 year ago

@KingTheSim #9660 has been opened not so long ago, you can help by reviewing it 🙂