-
Notifications
You must be signed in to change notification settings - Fork 78
Description
Description:
Implement a Notebook/Menu UI that displays each character’s current affection level alongside a personality summary. This UI should dynamically update the personality details based on changes in affection levels, providing players with a real-time snapshot of their relationships and character development.
Tasks:
-
Create a Renpy screen to display character names, affection levels, and personality summaries.
-
Implement visual elements (progress bars/numeric values) bound to Renpy variables.
-
Write Python code to update personality summaries as affection levels change. usually just string variables with paragraphs giving the summaries
-
OPTIONAL: working on the styling of the notebook menu UI after getting the logic and default work done