mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
7499b74bbf
# Objective add a quick shorthand for creating a sprite with an custom size. This is often desired when working with custom units or scaled sprites and allows for a cleaner syntax in those cases/ ## Solution Implemented a `sized` function on the Sprite struct which creates a Sprite, sets the custom size and leaves the rest at their default values --- ## Changelog - Added `Sprite::sized(custom_size: Vec2)` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |