gdquest-demos / godot-3-demos

Dozens of free and open source demos for the Godot game engine, version 3. Head to the link below for newer demos for Godot 4+
https://github.com/gdquest-demos/
MIT License
1.85k stars 978 forks source link

fix type of nickname and character_class #75

Closed hrk4649 closed 1 year ago

hrk4649 commented 2 years ago

Please check if the PR fulfills these requirements:

Related issue (if applicable): #

What kind of change does this PR introduce?

Correction of variable type.

Does this PR introduce a breaking change?

No.

New feature or change

What is the current behavior?

The program stops and the debugger says "Trying to assign value of type 'LineEdit' to a variable of type 'Label'.".

What is the new behavior?

The program shows UserProfile.tscn.

Other information

NathanLovato commented 1 year ago

Thanks!