Hello world! I'm not sure what to look up, but in short, I want to make a "bestiary" which has descriptions of a bunch of different entities throughout the game. Something like the Piklopedia from Pikmin, or the Suburban Almanac from PVZ. I have these three problems to solve...
Storing the entries themselves (icon, description, etc)Finding a good way to save which entries are actually unlocked (tamper prevention...)- Performing well with a large amount of entries (because there are going to be a LOT of entries, given my plan for the game)
- Actually creating the buttons in-code