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 Sep 27, 2023
1 parent b6813aa commit 10153ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/game_data/spel2.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10188,7 +10188,7 @@ <h3 id='LevelGenSystem'>LevelGenSystem</h3>
<td></td>
</tr>
<tr>
<td>array&lt;<a href="#Vec2">Vec2</a>&gt;</td>
<td>custom_array&lt;<a href="#Vec2">Vec2</a>&gt;</td>
<td><a href="https://github.com/spelunky-fyi/overlunky/search?l=Lua&amp;q=exit_doors">exit_doors</a></td>
<td></td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/light.html
Original file line number Diff line number Diff line change
Expand Up @@ -10188,7 +10188,7 @@ <h3 id='LevelGenSystem'>LevelGenSystem</h3>
<td></td>
</tr>
<tr>
<td>array&lt;<a href="#Vec2">Vec2</a>&gt;</td>
<td>custom_array&lt;<a href="#Vec2">Vec2</a>&gt;</td>
<td><a href="https://github.com/spelunky-fyi/overlunky/search?l=Lua&amp;q=exit_doors">exit_doors</a></td>
<td></td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/includes/_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ float | [spawn_x](https://github.com/spelunky-fyi/overlunky/search?l=Lua&q=spawn
float | [spawn_y](https://github.com/spelunky-fyi/overlunky/search?l=Lua&q=spawn_y) |
int | [spawn_room_x](https://github.com/spelunky-fyi/overlunky/search?l=Lua&q=spawn_room_x) |
int | [spawn_room_y](https://github.com/spelunky-fyi/overlunky/search?l=Lua&q=spawn_room_y) |
array&lt;[Vec2](#Vec2)&gt; | [exit_doors](https://github.com/spelunky-fyi/overlunky/search?l=Lua&q=exit_doors) |
custom_array&lt;[Vec2](#Vec2)&gt; | [exit_doors](https://github.com/spelunky-fyi/overlunky/search?l=Lua&q=exit_doors) |
[ThemeInfo](#ThemeInfo) | [themes[18]](https://github.com/spelunky-fyi/overlunky/search?l=Lua&q=themes) |

## Lighting types
Expand Down

0 comments on commit 10153ec

Please sign in to comment.