Make springboard shrink back down much faster.
This commit is contained in:
parent
96e4a109a5
commit
ce77112c20
|
@ -22,4 +22,4 @@ func _on_body_entered(body: PhysicsBody3D) -> void:
|
|||
audio_player.play()
|
||||
|
||||
func _physics_process(delta: float) -> void:
|
||||
scale.y = lerp(scale.y, 1.0, 1.0 - 0.75**delta)
|
||||
scale.y = lerp(scale.y, 1.0, 1.0 - 0.01**delta)
|
||||
|
|
Loading…
Reference in New Issue