spicylobstergames / astratomic

Survival game inspired by Noita and Starbound, fueled by Rust and Bevy.
Other
103 stars 8 forks source link

style: use the more consise hashmap entry API. #2

Closed zicklag closed 1 year ago

zicklag commented 1 year ago

Here's just a tiny code-style hint that makes the code a bit more readable by using the HashMap entry API.

Zac8668 commented 1 year ago

I'm new to hashmaps haha, thanks for the help!