Skip to content

Commit 71defda

Browse files
committed
mod page updates
1 parent af9c36c commit 71defda

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/ModPage/ModPage.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,17 +127,20 @@
127127
padding: 0;
128128
margin: 0;
129129
}
130+
131+
.modbox.noborder {
132+
border: none;
133+
}
130134
</style>
131135

132136
<div class="modbox">
133137
<p class="pgap modheader" style="text-decoration: underline;">ABOUT</p>
134138
<p class="pgap">I got fed up with maintaining multiple mods, so I combined them into one.</p>
135139
<p class="pgap" style="color: green; text-decoration: underline;">They all start disabled</p>
136140
<p class="pgap modheader" style="color: green;">Use the F12 config menu to turn things on/off and configure.</p>
137-
<p class="pgap">Placeholder images will be updated</p>
138141
</div>
139142

140-
<div class="modbox">
143+
<div class="modbox noborder">
141144

142145
<div class="tabs">
143146
<button class="tablink active" onclick="openTab(event, 'BushWhacker')">BushWhacker</button>
@@ -239,6 +242,7 @@
239242
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
240243
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
241244
<p class="pgap">Gives you the ability to replace the alarm with a sound of your choice.</p>
245+
<p class="pgap">The mod will load all .WAV files in the below Directory, then on raid start it will choose one randomly to use.</p>
242246
<p class="pgap">Place sound file you want to use in the Bepinex/plugins/CWX/Sounds folder (Currently only supports .WAV files)</p>
243247
<p class="pgap">MUSE BE ENABLED BEFORE ENTERING RAID</p>
244248
</div>

0 commit comments

Comments
 (0)