1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Add overlay that shows map objects and their name & status

This commit is contained in:
Ivan Savenko
2024-07-19 17:24:03 +00:00
parent 3c611ffa5b
commit 44f516d2fc
6 changed files with 138 additions and 8 deletions

View File

@@ -224,6 +224,7 @@ void MapViewController::updateState()
adventureContext->settingShowVisitable = settings["session"]["showVisitable"].Bool();
adventureContext->settingShowBlocked = settings["session"]["showBlocked"].Bool();
adventureContext->settingSpellRange = settings["session"]["showSpellRange"].Bool();
adventureContext->settingTextOverlay = GH.isKeyboardAltDown();
}
}