v1.0.0.13: User-placed map notes with Title/Description; custom icon; notes on minimap

Made-with: Cursor
This commit is contained in:
2026-03-01 00:12:37 -05:00
parent b1c833ebcf
commit 542da3a71b
12 changed files with 383 additions and 17 deletions
+1
View File
@@ -376,6 +376,7 @@ public unsafe partial class MapRenderer : IDisposable
DrawFieldMarkers();
DrawPlayer();
DrawStaticTextMarkers();
DrawMapNotes();
DrawFlag();
}
}