GodotCommunityGamesOrg / gcg-social

A Multiplayer Social game built by Godot Community Games
GNU General Public License v3.0
3 stars 2 forks source link

Added player auto-login for more convenience in development #7

Closed theCodeBear closed 3 weeks ago

theCodeBear commented 3 weeks ago

Got annoyed of going through the player login process on more than one screen every time I restarted the game during development. So made an auto-login script as an autoload. Just a convenience for development.

There's an AUTO_LOGIN boolean constant in the script that you set to true/false based on if you want the game to auto login the players or not.