Skip to content

Commit

Permalink
update slate[no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 30, 2023
1 parent b5acfeb commit 60c766d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16756,18 +16756,18 @@ <h3 id='StateMemory'>StateMemory</h3>
</tr>
<tr>
<td>float</td>
<td><a href="https://github.com/spelunky-fyi/overlunky/search?l=Lua&amp;q=fadevalue">fadevalue</a></td>
<td><a href="https://github.com/spelunky-fyi/overlunky/search?l=Lua&amp;q=fade_value">fade_value</a></td>
<td>Current fade-to-black amount (0.0 = all visible; 1.0 = all black). Manipulated by the loading routine when loading &gt; 0.</td>
</tr>
<tr>
<td>int</td>
<td><a href="https://github.com/spelunky-fyi/overlunky/search?l=Lua&amp;q=fadeout">fadeout</a></td>
<td>Amount of frames the fadeout should last when loading</td>
<td><a href="https://github.com/spelunky-fyi/overlunky/search?l=Lua&amp;q=fade_timer">fade_timer</a></td>
<td>Remaining frames for fade-in/fade-out when loading. Counts down to 0.</td>
</tr>
<tr>
<td>int</td>
<td><a href="https://github.com/spelunky-fyi/overlunky/search?l=Lua&amp;q=fadein">fadein</a></td>
<td>Amount of frames the fadein should last when loading</td>
<td><a href="https://github.com/spelunky-fyi/overlunky/search?l=Lua&amp;q=fade_length">fade_length</a></td>
<td>Total frames for fade-in/fade-out when loading.</td>
</tr>
<tr>
<td>int</td>
Expand Down
10 changes: 5 additions & 5 deletions docs/light.html
Original file line number Diff line number Diff line change
Expand Up @@ -16756,18 +16756,18 @@ <h3 id='StateMemory'>StateMemory</h3>
</tr>
<tr>
<td>float</td>
<td><a href="https://github.com/spelunky-fyi/overlunky/search?l=Lua&amp;q=fadevalue">fadevalue</a></td>
<td><a href="https://github.com/spelunky-fyi/overlunky/search?l=Lua&amp;q=fade_value">fade_value</a></td>
<td>Current fade-to-black amount (0.0 = all visible; 1.0 = all black). Manipulated by the loading routine when loading &gt; 0.</td>
</tr>
<tr>
<td>int</td>
<td><a href="https://github.com/spelunky-fyi/overlunky/search?l=Lua&amp;q=fadeout">fadeout</a></td>
<td>Amount of frames the fadeout should last when loading</td>
<td><a href="https://github.com/spelunky-fyi/overlunky/search?l=Lua&amp;q=fade_timer">fade_timer</a></td>
<td>Remaining frames for fade-in/fade-out when loading. Counts down to 0.</td>
</tr>
<tr>
<td>int</td>
<td><a href="https://github.com/spelunky-fyi/overlunky/search?l=Lua&amp;q=fadein">fadein</a></td>
<td>Amount of frames the fadein should last when loading</td>
<td><a href="https://github.com/spelunky-fyi/overlunky/search?l=Lua&amp;q=fade_length">fade_length</a></td>
<td>Total frames for fade-in/fade-out when loading.</td>
</tr>
<tr>
<td>int</td>
Expand Down

0 comments on commit 60c766d

Please sign in to comment.