add tooltip for Plando Options on Generate page (#563)
This commit is contained in:
parent
4165f58414
commit
c661da57d8
|
@ -163,6 +163,10 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<label for="plando_options">Plando Options:</label>
|
<label for="plando_options">Plando Options:</label>
|
||||||
|
<span
|
||||||
|
class="interactive"
|
||||||
|
data-tooltip="Allows players to plan some of the randomization. See the 'Archipelago Plando Guide' in 'Setup Guides' for more information.">(?)
|
||||||
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="checkbox" name="plando_bosses" value="bosses" checked>
|
<input type="checkbox" name="plando_bosses" value="bosses" checked>
|
||||||
|
|
Loading…
Reference in New Issue