ExPilot.Guide (ExPilot v0.1.1)

Copy Markdown View Source

What everything in the arena is: the things on the map, the weapons, and every item with the key that uses it, in sections of entries with the art the atlas draws them with. The terminal shows it from the title and the lobby, the browser on its guide page.

ExPilot.Guide.sections()

Summary

Functions

The guide's sections, each a heading and its entries.

Types

entry()

@type entry() :: %{art: term(), name: String.t(), text: String.t()}

Functions

sections()

@spec sections() :: [{String.t(), [entry()]}]

The guide's sections, each a heading and its entries.