Mostly working junk camera that can do turnbased lerp smooth motion.

This commit is contained in:
Zed A. Shaw 2025-02-03 10:17:59 -05:00
parent cbf0955786
commit 976822ceb6
3 changed files with 119 additions and 67 deletions

View file

@ -60,9 +60,6 @@ struct Raycaster {
void render();
bool empty_space(int new_x, int new_y);
void run(double speed, int dir);
void rotate(double speed, int dir);
void position_camera(float player_x, float player_y);
void set_position(int x, int y);