YarnSpinnerTool / YarnSpinner-Rust

The friendly tool for writing game dialogue in Rust
https://janhohenheim.itch.io/yarnspinner-rust-demo
Apache License 2.0
173 stars 15 forks source link

Update to Bevy 0.14.0-rc.2 #199

Closed janhohenheim closed 4 months ago

janhohenheim commented 4 months ago

Also bumps all versions of the crates to incorporate fixes, mainly by @stargazing-dino

stargazing-dino commented 4 months ago

I'm also noticing lines on the dialogue boxes

Screenshot 2024-06-11 at 8 20 38 AM

but i doubt those were introduced on this side

janhohenheim commented 4 months ago

I'm also noticing lines on the dialogue boxes

Screenshot 2024-06-11 at 8 20 38 AM

but i doubt those were introduced on this side

That's https://github.com/bevyengine/bevy/issues/13807. @rparrett was very friendly and filed an issue after I commented about this on Discord :)

janhohenheim commented 4 months ago

Note: since Bevy now natively supports rounded borders, we are now using a grid with a regular text box with rounded borders instead of the flexbox image + text box + image sandwich we had before. Thanks @bash for the CSS grid wizardry ❤️