egordorichev / LastTry

:deciduous_tree: LastTry is open-source game written in Java, using LibGDX library and inspired by Terraria :deciduous_tree:
MIT License
118 stars 17 forks source link

Liquids #80

Open egordorichev opened 7 years ago

egordorichev commented 7 years ago

This can be an interesting thing to play around. Each empty block can have liquid level and liquid type (water, lava, honey). Liquids shouldx be drawn on top of all entities. Physics part shouldn't bed hard to implement: just compare neighbors every 0.5 - 1 second. Also, liquids should slow down entities.

Please, add this to trello.

Col-E commented 7 years ago

Added all the recent issues to Trello