mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-04 04:47:13 +08:00
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
23 lines
558 B
Markdown
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>
|
|
```
|