diff options
| author | Gustavoeklund01 <eklundgu@gmail.com> | 2025-11-10 17:25:59 -0300 |
|---|---|---|
| committer | Gustavoeklund01 <eklundgu@gmail.com> | 2025-11-10 17:25:59 -0300 |
| commit | 1a042d7303081e8bc72e9e3c341db3e528c8d998 (patch) | |
| tree | cb56eafbd73ab8c7f8ba231fd512ae246b4dd64b /scripts/Game.cs | |
| parent | de99779d19b77d174c561cb3795538412f53bcbc (diff) | |
| parent | f46d058571d453ccf7ddf884ccb5d8694f970d7c (diff) | |
Diffstat (limited to 'scripts/Game.cs')
| -rw-r--r-- | scripts/Game.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Game.cs b/scripts/Game.cs index e55b937..cc86928 100644 --- a/scripts/Game.cs +++ b/scripts/Game.cs @@ -90,6 +90,8 @@ public partial class Game : Node player.AddChild(camera); + Stats.Instance.PlayerName = player.DisplayName; + if (!map.LoadGame(player)) { return false; |
