spicylobstergames / astratomic

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

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

Closed zicklag closed 10 months ago

zicklag commented 10 months 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 10 months ago

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