afonsolage / projekto

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

Add Birds Eye Camera #48

Closed afonsolage closed 2 years ago

afonsolage commented 2 years ago

Closes #47

Added a new crate projekto_camera which has both: the existing fly_by camera and the new birds_eye camera.

afonsolage commented 2 years ago

Renamed from birds_eye cam to orbit since it makes more sense.