You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
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