jsfehler / renpy-encyclopaedia

A Ren'Py plugin for creating an Encyclopaedia/Glossary/Bestiary or similar system.
https://renpy-encyclopaedia.readthedocs.io/
MIT License
56 stars 6 forks source link

Add pagination for entries listing #2

Open jsfehler opened 6 years ago

jsfehler commented 6 years ago

On the default screen, a textbutton is created for each entry. The more entries an encyclopaedia has, the more of a hit this will cause to performance.

The listing of entries should have some sort of pagination mechanism, forcing the maximum number of buttons on screen to be no more than a few dozen at a time.