amethyst / evoli

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

Basic background terrain render #25

Closed erlend-sh closed 5 years ago

erlend-sh commented 5 years ago

Let's not have our creatures occupy an empty abyss any longer. We wanna build a flat, square map with no special characteristics for starters, but more interesting iterations will eventually follow

TODO is pretty much:

and if you feel like it you could also do the implementation part:

erlend-sh commented 5 years ago

Affected by: https://community.amethyst.rs/t/evoli-art-direction/773/2?u=erlend_sh

sunreef commented 5 years ago

This issue is addressed in #90 and #91. Since we moved from 2D to 3D, there is no tileset planned. The ground is just a smooth mesh for now.

erlend-sh commented 5 years ago

Yeah I think our definition of “background terrain” has changed enough that this issue is irrelevant. Closing.