Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thank you for this codex, it's perfect for what I wanted ! Do you have any idea how to put a picture in the codex's pages, after the page's title ? I tried several things but none of them seems to work...

(+1)

You can use

add "filepath/file.png"

within the individual entry screens to add images. Make sure you put it inside the vbox, before the paragraphs ^^

Oh my god, thank you it's perfect ! While i'm at it, do you know how to change the font from the codex entry (lorem ipsum) but not the title one ? Thanks again for your time !

(+1)

I believe you can use

style codex_text:

    font "filepath/font.ttf"

Just make sure you add it outside of any screen (so it's not indented, just put it at the bottom of the script and it should be fine)

It's working ! Thank you very much for your time and answers, it was great !