spicylobstergames / astratomic

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

Fix inertial resistance #69

Open Zac8668 opened 5 months ago

Zac8668 commented 5 months ago

The current implementation has it's flaws, mainly this:

image

For now it kinda tells how hard it is to collapse to sand like, but it shouldn't form those types of "sand structures" at all.

Zac8668 commented 5 months ago

To fix this we probably have to change the priority of velocity based movement or automata like movement of the atoms. We should maybe remove the doubled gravity implementations too.