summaryrefslogtreecommitdiff
path: root/client/player
diff options
context:
space:
mode:
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 cf8d3b78..265c1d65 100644
--- a/client/player/player.gd
+++ b/client/player/player.gd
@@ -67,6 +67,7 @@ func _init(_id: int, name_: String, pos: Vector2, character_style_: Dictionary,
movement_base.add_child(character)
position_ = pos
position_anim = pos
+ movement_base.position = Vector3(pos.x, 0, pos.y)
if Global.hand_count == 1:
var center = Node3D.new()