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.
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.