From fc9348551dec8ebbd9989ec3fa4ddb455ce664d6 Mon Sep 17 00:00:00 2001 From: Richard Aasa Date: Wed, 26 Aug 2026 19:18:52 +0300 Subject: [PATCH] fix sword holster --- debug_params.gd | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/debug_params.gd b/debug_params.gd index 1dbd97f..f0e4ca3 100644 --- a/debug_params.gd +++ b/debug_params.gd @@ -268,12 +268,14 @@ func _register_all() -> void: _reg_f("Sword", "sword_rot_z", 0.0, -180.0, 180.0, 1.0) # Local seating of the sword in the hip holster (sheathed / wandering). # Independent of the hand grip so each pose can be tuned without affecting the - # other. Defaults angle the blade down along the matador's side. + # other. weapon_rest_bone sits on the left hip; these angle the blade down and + # out along the OUTSIDE of the left thigh (rot_x/rot_y aim the blade, rot_z rolls + # it about its own axis) so it trails back beside the leg instead of clipping it. _reg_f("Sword", "sword_rest_pos_x", 0.0, -1.0, 1.0, 0.01) _reg_f("Sword", "sword_rest_pos_y", 0.0, -1.0, 1.0, 0.01) _reg_f("Sword", "sword_rest_pos_z", 0.0, -1.0, 1.0, 0.01) - _reg_f("Sword", "sword_rest_rot_x", -120.0, -180.0, 180.0, 1.0) - _reg_f("Sword", "sword_rest_rot_y", 0.0, -180.0, 180.0, 1.0) + _reg_f("Sword", "sword_rest_rot_x", -110.0, -180.0, 180.0, 1.0) + _reg_f("Sword", "sword_rest_rot_y", -133.0, -180.0, 180.0, 1.0) _reg_f("Sword", "sword_rest_rot_z", 0.0, -180.0, 180.0, 1.0) # ── Spear throw (matador ranged attack) ────────────────────────────────── # Local seating of the spear in the throwing hand during the wind-up. Tune to