CameraRay struct now stores information about tile intersection.
@@ -2,11 +2,13 @@
#define CAMERA_H
#include <SFML/Graphics.hpp>
#include "level.h"
typedef struct
{
float direction;
float distance;
TileData tileData;
} CameraRay;
The note is not visible to the blocked user.