Added tooltip to map and fixed map loading.

This commit is contained in:
2026-05-06 07:04:03 +02:00
parent 6445c24202
commit 44bfd7ce1d
2 changed files with 5 additions and 6 deletions
+1
View File
@@ -50,6 +50,7 @@ public partial class UIHandler : Control
public void HandleMapButton()
{
OpenUIElement(map);
map.ShowMap();
}
public void HandleRobotListButton()