implement agitha hint sign

This commit is contained in:
gymnast86
2026-08-28 19:06:21 -07:00
parent c2de6524c8
commit f0086952d2
18 changed files with 325 additions and 72 deletions
+3
View File
@@ -954,6 +954,9 @@ ModResult buildHintsTab(ModContext* ctx, UiWindowHandle, UiElementHandle leftPan
add_select_setting(leftPane, "Location Hints on Hint Signs");
add_select_setting(leftPane, "Prioritize Remote Location Hints");
add_section(leftPane, "Miscellaneous Hints");
add_select_setting(leftPane, "Agitha Hints");
return MOD_OK;
}