NitrogeneGames / NoReturn

Space game built from the Slick-2d library. Physics engine built from scratch using Slick-2d geometry
4 stars 2 forks source link

Zoom Issues to fix #15

Closed kovesdy closed 11 years ago

kovesdy commented 11 years ago

Zoom implemented with ZoomEnum and static Zoom class. Fixes needed to be made so the game works even with changed width and height. Zoomwidth and Zoomheight are stored in the static Zoom class.

Camera needs to be re-centered with algorithm Culling (in GameState) needs to be resized: Fixed with x and y, yet Camera needs fixing for closure Targeting algorithms (for SLaser, etc.): Fixed with x and y, yet Camera needs fixing for closure NO Movement calculations. They work regardless. Possibly collision boxes???? If pixels get smaller than this can be crossed off.