UQcsse3200 / 2024-studio-3

MIT License
6 stars 0 forks source link

Add way to not show text box on cutscene. #431

Closed Caleb-J-Murphy closed 1 week ago

Caleb-J-Murphy commented 2 weeks ago

Description

Task: Task Name. Feature: Create Cutscenes for each start of the day

Each cutscene should have the option to show or not show the text box on the cutscene. A variable should be used for each custcene class and if they don't what to a text box, set it to false. If they do, set it to true. This will then update the CutsceneTextDisplay

Dependencies

N/A

Milestones

List of steps that need to be completed for this task.

Completion Deadline: Oct. 3

Documentation

Member

Caleb-J-Murphy commented 2 weeks ago

I cannot seem to find a way to do this correctly. You can set the visibility of the table in CutsceneTextDisplay when you initially create the UI but to change this after creating it is a lot harder.

Caleb-J-Murphy commented 1 week ago

Completed in another branch