aboutsummaryrefslogtreecommitdiff
path: root/client/game.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-26 16:53:14 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-26 16:53:14 +0200
commit1e88790bf75baefc48e2950529f0b6e930534830 (patch)
treed1acf176d8031947718e8bb00946af74967604f4 /client/game.gd
parent2ca6ac7ab329036d0155de2de4b0a11f3a785414 (diff)
parent89310ea939d495274302d207be34cceae618768c (diff)
downloadhurrycurry-1e88790bf75baefc48e2950529f0b6e930534830.tar
hurrycurry-1e88790bf75baefc48e2950529f0b6e930534830.tar.bz2
hurrycurry-1e88790bf75baefc48e2950529f0b6e930534830.tar.zst
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
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 3ee960f7..ab2cdfbd 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.settings["username"], Global.settings["character"])
+ mp.send_join(Global.profile["username"], Global.profile["character"])
func _process(delta):
marker.position = lerp(marker.position, marker_target, delta * 40.0)