Fixed the map so that it shows directional arrows instead of a compass.
This commit is contained in:
parent
c7c48658bd
commit
e6a8a8b338
11 changed files with 35 additions and 27 deletions
|
@ -15,9 +15,6 @@ namespace gui {
|
|||
class MainUI {
|
||||
public:
|
||||
int $compass_dir = 0;
|
||||
std::array<std::wstring, 8> $compass{
|
||||
L"E", L"SE", L"S", L"SW", L"W", L"NW", L"N", L"NE"
|
||||
};
|
||||
bool $show_level = false;
|
||||
bool $needs_render = true;
|
||||
sf::Clock $clock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue