NICE SHOT message now only triggers within 5% of perfect (was 20%)

This commit is contained in:
Rob Kelly 2025-01-08 15:42:07 -07:00
parent c3e7bc62cc
commit c699a72578
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ const SHOT_OFFSET_Z_FACTOR := 2.0 / 45.0
const CURVE_FACTOR := 0.002
## Maximum absolute curve for the "nice shot" animation to play
const NICE_THRESHOLD := 0.2
const NICE_THRESHOLD := 0.05
## Force by which explosions knock the ball away
const EXPLOSIVE_FORCE_FACTOR := 0.12