generated from krampus/template-godot4
NICE SHOT message now only triggers within 5% of perfect (was 20%)
This commit is contained in:
parent
c3e7bc62cc
commit
c699a72578
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue