zaycev / bevy-magic-light-2d

Experiment with computing 2D shading, lighting and shadows with Bevy Engine
Apache License 2.0
427 stars 37 forks source link

The `movement` and `minimal` examples don't compile #14

Closed stevenliebregt closed 1 year ago

stevenliebregt commented 1 year ago

I'm guessing the long error about the trait bound for blabla is caused by MainCamera not being there.

image

BrettWitty commented 1 year ago

I get the same problems for minimal and movement, but mostly around .handle not existing. I only get the camera issue for movement.

zaycev commented 1 year ago

I accidentally broke them after adding 3 cameras setup in one of the last PRs. I can try to send a fix over the weekend.

zaycev commented 1 year ago

Fixed in #19