aboutsummaryrefslogtreecommitdiff
path: root/client/game.gd
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-06-26 12:25:09 +0200
committertpart <tpart120@proton.me>2024-06-26 12:26:32 +0200
commit5cfdd1ce41240b4b4ffff225cf8b70470f30f33d (patch)
treeb861bfa005d70015028c8b006047945fcb87f045 /client/game.gd
parentc126d3d3e84fe3b24b42afc7f68f05342988c8c9 (diff)
downloadhurrycurry-5cfdd1ce41240b4b4ffff225cf8b70470f30f33d.tar
hurrycurry-5cfdd1ce41240b4b4ffff225cf8b70470f30f33d.tar.bz2
hurrycurry-5cfdd1ce41240b4b4ffff225cf8b70470f30f33d.tar.zst
Refactor settings; Save character selection
Diffstat (limited to 'client/game.gd')
-rw-r--r--client/game.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/game.gd b/client/game.gd
index 16522706..3ee960f7 100644
--- a/client/game.gd
+++ b/client/game.gd
@@ -154,7 +154,7 @@ func _ready():
p.bubble.set_text(item_names[item])
)
- mp.send_join(Global.username, Global.character)
+ mp.send_join(Global.settings["username"], Global.settings["character"])
func _process(delta):
marker.position = lerp(marker.position, marker_target, delta * 40.0)