Really crappy minimap now displays.
This commit is contained in:
parent
e85b5d998b
commit
25ad9b51f8
5 changed files with 51 additions and 17 deletions
3
gui.hpp
3
gui.hpp
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue