diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-28 21:15:01 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-28 21:15:01 -0400 |
commit | 4735d02a35ffa4405b7fb132e6b766f171b25e2c (patch) | |
tree | af9cf231e2161e6fc6f786aedde9e59feed3db67 /README.md | |
parent | 72dda5bda051dc78c9559c9c0ec1767aa55656cb (diff) | |
download | lingo2-archipelago-4735d02a35ffa4405b7fb132e6b766f171b25e2c.tar.gz lingo2-archipelago-4735d02a35ffa4405b7fb132e6b766f171b25e2c.tar.bz2 lingo2-archipelago-4735d02a35ffa4405b7fb132e6b766f171b25e2c.zip |
Added question to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md index 8b1a425..9af22a3 100644 --- a/README.md +++ b/README.md | |||
@@ -132,6 +132,15 @@ before leaving solve mode, as the keyholder will still be considered to be | |||
132 | "focused", even though it has moved. If you have already moved, though, there is | 132 | "focused", even though it has moved. If you have already moved, though, there is |
133 | another way to get your letters back: just use the Key Return in The Entry. | 133 | another way to get your letters back: just use the Key Return in The Entry. |
134 | 134 | ||
135 | ### Why is the tracker telling me to solve a panel that's currently red? | ||
136 | |||
137 | Red usually indicates that a panel cannot be solved because of missing letters. | ||
138 | However, that only applies to the puzzle's main answer. If a puzzle has | ||
139 | alternate answers, you may be expected to use one of those instead of the main | ||
140 | one. As long as you have all of the necessary letters, an alternate answer can | ||
141 | be typed into a red panel even though it does not show you typing. When you | ||
142 | finish typing the answer, the panel will solve as normal. | ||
143 | |||
135 | ## Running from source | 144 | ## Running from source |
136 | 145 | ||
137 | The randomizer is mostly written in Python and GDScript, which do not need to be | 146 | The randomizer is mostly written in Python and GDScript, which do not need to be |