spicylobstergames / astratomic

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

Add Terrain textures #38

Open Zac8668 opened 10 months ago

Zac8668 commented 10 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.