tomassedovic / quicksilver-roguelike

Template for a roguelike in Rust targeting desktop and the web
MIT License
172 stars 10 forks source link

Only call window.keyboard() once in update #5

Open nico-abram opened 5 years ago

nico-abram commented 5 years ago

I think this might be slightly more readable and reduces a tiny bit of logic repetition. An inconsequential change.