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

Use bevy's warn!() macro #43

Closed martinlindhe closed 6 months ago

martinlindhe commented 6 months ago

before:
WARN log: Failed to get camera

after:
WARN bevy_magic_light_2d::gi::pipeline_assets: Failed to get camera
trunk-io[bot] commented 6 months ago

Merging to main in this repository is managed by Trunk.