Map now displays and works, just need to refine the colors and the compass directions.

This commit is contained in:
Zed A. Shaw 2025-07-15 13:28:23 -04:00
parent dca38397e7
commit 75646619b3
8 changed files with 77 additions and 74 deletions

View file

@ -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;