Map now displays and works, just need to refine the colors and the compass directions.
This commit is contained in:
parent
dca38397e7
commit
75646619b3
8 changed files with 77 additions and 74 deletions
|
@ -347,7 +347,7 @@ namespace gui {
|
|||
if(!sound::playing("ambient_1")) sound::play("ambient_1", true);
|
||||
$debug_ui.debug();
|
||||
shaders::reload();
|
||||
$map_ui.save_map("map.txt", $main_ui.$compass_dir);
|
||||
$map_ui.save_map($main_ui.$compass_dir);
|
||||
break;
|
||||
case KEY::O:
|
||||
autowalking = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue