How to add new quest
Files needed:
assets/gameplay/quests.json
Quest JSON structure:
quests.json
Properties description
You can create new quest by adding new structure with unique ID to the quests file.
quests.json
Now you can add this quest in assets/scripts/p_game.gd file with GameManager:
And complete it with GameManager:
How it looks like in the game:
Last updated