spicylobstergames / astratomic

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

Add Terrain textures #38

Open Zac8668 opened 6 months ago

Zac8668 commented 6 months ago

This would allow us to use a reference sprite, and for each pixel on the sprite we would spawn a atom on the world corresponding to the pixel position, that way we can have some pretty cool "interactable" pre made textures. After #33 is closed we can add this.