Commit Graph

5 Commits

Author SHA1 Message Date
9eb145d2e9 Fixed quest giver objective not wrapping
fixed the objectives both not displaying and not wrapping in their pop up UI
2024-11-14 18:51:04 +00:00
ca643d93ee Fixed Bug "Not showing objectives"
The objectives would not show within the quest log and the quest objectives widgets, i used a wrong parent node, so i change that to the correct one and it now works.
2024-11-14 15:05:25 +00:00
2bca0a1b26 Created test notification widget
I created a test notification widget and check mark asset to appear on screen when completing an objective, and then disappear after a few seconds.
2024-11-08 19:42:57 +00:00
ed0cfc13a5 Updated Quest Log Widgets and Quest base Actor
I have updated the widgets and quest base actor to read updated objective progress and check or uncheck the quest log check box if the objective has been completed or not
2024-11-08 17:31:36 +00:00
ca9f0c9a94 Created quest log objectives widget
I created a quest objective widget where you can see your objective and progress, and then implemented this widget onto the quest log and the quest giver widgets.
2024-11-07 20:24:02 +00:00