Skip to content

Index page

thecodewarrior edited this page Aug 2, 2016 · 2 revisions

Index page

Type code: "index"

Index pages should generally be the first page a player sees when opening your book. They contain a 3 wide and 4 tall grid of icons. The icons can have tips and links, and can be colored differently when the player hovers over them.

Global data: None

Page data:

"icons": [
    {
        "icon": "<SPRITE>",
        "text": "The text to show in the tip",
        "link": "<LINK>"
    },
    "More icons like above..."
]
Clone this wiki locally