Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
** FIXED ISSUE #24 **
Enhanced User Experience: By updating the transitions and adding dissolves where necessary, the flow of the game becomes smoother, reducing abrupt changes in scenes. This makes the dialogue interactions and scene changes feel more polished.
Clarification of Character Actions: The code was improved to hide or show character expressions at appropriate moments. The original script had redundant or commented-out sections (like hiding the "shocked" version of a character), which can be confusing or create inconsistencies in the narrative. The updated code streamlines this process and ensures the correct expressions and transitions are shown when intended.
Bug Fixing: Removing redundant lines, like multiple calls to hide the same character, reduces potential bugs. These changes make the code cleaner and less prone to errors.
Improved Puzzle Flow: The logic within the puzzles and menu choices was updated to ensure smoother gameplay progression. It ensures players understand their actions' consequences (whether they picked the correct or incorrect options), with appropriate feedback given at each choice.