amethyst / evoli

An ecosystem-simulation game made with Amethyst
https://community.amethyst.rs/t/evoli-introduction/770
Other
217 stars 33 forks source link

Add a ground plane to the game to have some background texture instead of a solid color. #90

Closed sunreef closed 5 years ago

sunreef commented 5 years ago

I got tired of looking at a background that's just uniform green.

To remedy this, I added a "Ground" prefab, considered to be a creature, that's just a square with a grass texture. When the game starts, I spawn one instance of it to cover the play area.

The texture is definitely not here to stay. It's just a placeholder.

It's a first step towards answering #25.