RichoDemus / bevy-console

MIT License
285 stars 63 forks source link

Change println! to info! in raw_commands example #57

Closed doonv closed 10 months ago

doonv commented 1 year ago

You should use info! instead of println! for logging stuff.