Files
flame/doc/other_modules/other_modules.md
Lukas Klingsbo 79262c7c65 docs: Fix issue with Flame section opening when pressing Jenny (#2857)
Currently the Flame section opens up when you press jenny due to a
script that we have looking for `index.html`, this PR renames those
pages to be in line with the rest of the docs.

Thanks for reporting it @incendial
2023-11-20 16:10:30 -05:00

23 lines
558 B
Markdown

# Other Modules
:::{package} jenny
This module lets you add interactive dialogue into your game. The module itself handles Yarn scripts
and the dialogue runtime; use bridge package `flame_jenny` in order to add it into a Flame game.
:::
:::{package} oxygen
Oxygen is a lightweight Entity Component System framework written in Dart, with a focus on
performance and ease of use. This package replaces the Flame Component System with the Oxygen
Entity Component System.
:::
```{toctree}
:hidden:
jenny <jenny/jenny.md>
oxygen <oxygen/oxygen.md>
```