bevy/examples/tools
Tobenaii d3749a98f8 Use updated window size in bevymark example (#3335)
# Objective

Have the bird spawning/collision systems in bevymark use the proper window size, instead of the size set in WindowDescriptor which isn't updated when the window is resized.

## Solution

Use the Windows resource to grab the width/height from the primary window. This is consistent with the other examples.
2021-12-18 00:29:36 +00:00
..
bevymark.rs Use updated window size in bevymark example (#3335) 2021-12-18 00:29:36 +00:00