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

Fix Blank User Name Input #63

Closed AntonCSalvador closed 3 months ago

AntonCSalvador commented 3 months ago

Feature Description

We have implemented a feature that allows players to input their name, which is subsequently used to refer to them (hereafter referred to as [mc]) throughout the game.

Issue: The name input field currently accepts an empty submission. This behavior leads to scenarios where the main character's name is displayed as blank in the game, affecting the immersion and overall player experience.

Expected Behavior

Current Behavior

AntonCSalvador commented 3 months ago

Solved by Jason

AntonCSalvador commented 3 months ago

gj @jasonlin15