ufosc / VisualNovel

A visual novel to help new programmers learn about various languages and frameworks in a fun way
GNU General Public License v3.0
18 stars 32 forks source link

Implement and Troubleshoot User Name Input Feature in New Script #31

Closed AntonCSalvador closed 5 months ago

AntonCSalvador commented 5 months ago

We are currently facing an issue with the user name input feature in our new script. The game should allow players to enter their name, which will then be used throughout the game in dialogue and interactions. However, the current implementation in the new script is not functioning as expected.

We need someone to update the current game's code for the new script and make sure the entered name is stored correctly.

Expected Behavior:

Xa-el commented 5 months ago

I can add this feature!

nickv779 commented 5 months ago

Changing the issue to this:

Xa-el commented 5 months ago

UPDATE: Found solution to resolution issue. The Renpy project resolution size was set to 1920 x 1080 when it was created meaning that all the backgrounds must also be 1920 x 1080 or the game will not be displayed properly. Will be rescaling all backgrounds to 1920 x 1080. I will now be working on adding the introduction explaining the context of the project.