afonsolage / projekto

Voxel game made with Bevy Engine
MIT License
59 stars 4 forks source link

Add Birds Eye Camera #47

Closed afonsolage closed 2 years ago

afonsolage commented 2 years ago

Since the world generation is in a minimum viable state, it's now time to move on the game logic. The game will mainly use a birds eye camera, like a RTS game.

For debug purpose, the currently fly by camera should be kept and may be swapped by birds eye camera when needed.