I’m writing a top down RPG using LibGDX and I’m trying to figure out how to create a screen to display the data of a given quest. For example, let’s say you have a quest called “Goblin slayer” and you click on that quest in the quest tracker. A screen should come up saying the title of the quest, completed objectives and current objectives. How would you guys suggest setting this up?
Thanks