diff --git a/doc/create_game.md b/doc/create_game.md index cb5c0c4..3b562d9 100644 --- a/doc/create_game.md +++ b/doc/create_game.md @@ -265,7 +265,11 @@ CoverImage "images/cover.png" * `Prerequisites` a list of other games you should play before this one, e.g. `Prerequisites "NNG" "STG"`. The game names are free-text. * `CoverImage`: You can create a folder `images/` and put images there for the game to use. The maximal ratio is ca. 500x200 (W x H) but it might be cropped horizontally on narrow screens. -## Number Of Levels Limit +## 10. Advanced Topics +### Number Of Levels Limit A world with more than 16 levels will be displayed with the levels spiraling outwards, it might be desirable to stay below that bound. Above 22 levels the spiral starts getting out of control. + +### Latex support +See latex.md diff --git a/doc/latex.md b/doc/latex.md index 5e892dd..aedf081 100644 --- a/doc/latex.md +++ b/doc/latex.md @@ -13,7 +13,3 @@ Inside strings, you need to escape backslashes, but not inside doc-strings, ther # Support It is important to mention that KateX supports most but not all of latex and its packages. See [supported](https://katex.org/docs/supported.html). - - - -