mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
3efef59d83
# Objective
Currently, UI is always rendered with anti-aliasing. This makes bevy's
UI completely unsuitable for art-styles that demands hard pixelated
edges, such as retro-style games.
## Solution
Add a component for disabling anti-aliasing in UI.
## Testing
In
[`examples/ui/button.rs`](
|
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |