AlexModGuy / AlexsCaves

93 stars 51 forks source link

Some imagines in Cave Compendium placed in wrong place #16

Open WarmurCle opened 1 year ago

WarmurCle commented 1 year ago

image image Please Fix Them!!!

AlexModGuy commented 1 year ago

likely has to do with the spacing of whatever font that is.

YocyCraft commented 4 weeks ago

This bug is caused by the implementation of citadel books: Texts and pictures are defined in different files, and position of pictures are hard-coded (page number, x and y coordinates), they don't automatically adjusted by font size of texts. Patchouli books don't have this bug, their texts and pictures are defined in the same json file.

YocyCraft commented 4 weeks ago

By the way, this bug also make localizations of texts must have same number of lines with original text, so sometimes we need to fill with empty lines.