Really crappy minimap now displays.

This commit is contained in:
Zed A. Shaw 2025-02-06 15:03:46 -05:00
parent e85b5d998b
commit 25ad9b51f8
5 changed files with 51 additions and 17 deletions

View file

@ -29,7 +29,7 @@ namespace gui {
class FSM : public DeadSimpleFSM<State, Event> {
public:
GameLevel level;
GameLevel $level;
float $rotation = -30.0f;
Point $player{0,0};
LevelManager $levels;
@ -37,6 +37,7 @@ namespace gui {
CameraLOL $camera;
sf::Font $font;
sf::Text $text;
sf::Text $map_display;
Stats $stats;
TexturePack $textures;
Raycaster $rayview;