aboutsummaryrefslogtreecommitdiff
path: root/client/player
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-29 21:42:17 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-29 21:42:17 +0200
commitc0f9942cd4562b169a4dddfdc083e505dc465830 (patch)
treeabfaaf02350a5fbb4f4e90787f1c45055e024812 /client/player
parent95e008d419053a53e5e32c36751fae40eeec3725 (diff)
parent4e04980ea7d4548a305586ebf3fe9607c0840bd5 (diff)
downloadhurrycurry-c0f9942cd4562b169a4dddfdc083e505dc465830.tar
hurrycurry-c0f9942cd4562b169a4dddfdc083e505dc465830.tar.bz2
hurrycurry-c0f9942cd4562b169a4dddfdc083e505dc465830.tar.zst
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'client/player')
-rw-r--r--client/player/player.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/player/player.gd b/client/player/player.gd
index 75e3861e..b47216d6 100644
--- a/client/player/player.gd
+++ b/client/player/player.gd
@@ -45,6 +45,7 @@ const HAND_BASE_POSITION: Vector3 = Vector3(0, .25, .4)
func _init(_id: int, new_name: String, pos: Vector2, new_character_idx: int, new_game: Game):
add_child(character)
position_ = pos
+ position_anim = pos
name = new_name
game = new_game