Eero Lehtinen
Eero Lehtinen
## What problem does this solve or what need does it fill? I think most games would prefer to have the game be full screen instead of showing the title...
## What problem does this solve or what need does it fill? Currently `bevy_color` stresses everywhere in its documentation that values should be contained in `[0.0, 1.0]`. This assumption is...
## Bevy version latest ec1aa48fc ## Relevant system information ``` rust 1.79 SystemInfo { os: "Linux rolling EndeavourOS", kernel: "6.9.7-arch1-1", cpu: "AMD Ryzen 7 5800X3D 8-Core Processor", core_count: "8", memory:...
# Objective - Add custom images as cursors - Fixes #9557 ## Solution - Change cursor type to accommodate both native and image cursors - I don't really like this...
## Bevy version main 7f658cabf7abd98d52bd94db8bd7fc788f49856a ## What you did Apply any `UiScale` or window scale factor override over 1, then move a UI element smoothly over the screen. ## What...