diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-09-24 10:30:57 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-09-24 10:30:57 -0400 |
commit | 655f8b815fcdcaedfdae6fbfca32bcb83b087e3b (patch) | |
tree | fb096f5039d79b1fe5bb86aff1167212bddf83bb | |
parent | e6a62714995f50fafab9e877c35c2882a0cea1a5 (diff) | |
download | lingo-ap-tracker-655f8b815fcdcaedfdae6fbfca32bcb83b087e3b.tar.gz lingo-ap-tracker-655f8b815fcdcaedfdae6fbfca32bcb83b087e3b.tar.bz2 lingo-ap-tracker-655f8b815fcdcaedfdae6fbfca32bcb83b087e3b.zip |
Added to subway help text
-rw-r--r-- | src/subway_map.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/subway_map.cpp b/src/subway_map.cpp index 44f754f..f896693 100644 --- a/src/subway_map.cpp +++ b/src/subway_map.cpp | |||
@@ -583,7 +583,8 @@ void SubwayMap::OnClickHelp(wxCommandEvent &event) { | |||
583 | "corner.\nClick on a side of the screen to start panning. It will follow " | 583 | "corner.\nClick on a side of the screen to start panning. It will follow " |
584 | "your mouse. Click again to stop.\nHover over a door to see the " | 584 | "your mouse. Click again to stop.\nHover over a door to see the " |
585 | "requirements to open it.\nHover over a warp or active painting to see " | 585 | "requirements to open it.\nHover over a warp or active painting to see " |
586 | "what it is connected to.\nIn painting shuffle, paintings that have not " | 586 | "what it is connected to.\nFor one-way connections, there will be a " |
587 | "circle at the exit.\nIn painting shuffle, paintings that have not " | ||
587 | "yet been checked will not show their connections.\nA green shaded owl " | 588 | "yet been checked will not show their connections.\nA green shaded owl " |
588 | "means that there is a painting entrance there.\nA red shaded owl means " | 589 | "means that there is a painting entrance there.\nA red shaded owl means " |
589 | "that there are only painting exits there.\nClick on a door or " | 590 | "that there are only painting exits there.\nClick on a door or " |