diff --git a/debug_params.gd b/debug_params.gd index 63248be..90b1955 100644 --- a/debug_params.gd +++ b/debug_params.gd @@ -133,7 +133,7 @@ func _register_all() -> void: _reg_f("Matador", "mat_attack_range", 8.0, 2.0, 20.0) _reg_f("Matador", "mat_attack_speed", 7.5, 1.0, 12.0) _reg_f("Matador", "mat_attack_duration", 1.8, 0.5, 5.0, 0.1) - _reg_f("Matador", "mat_attack_min_dist", 4.5, 0.5, 6.0, 0.1) + _reg_f("Matador", "mat_attack_min_dist", 4.2, 0.5, 6.0, 0.1) # Forward drive during the opening of a melee swing — turns the stationary stab # into an estocada lunge so the blade covers ground toward the bull. _reg_f("Matador", "mat_lunge_speed", 13.0, 0.0, 20.0)