I was studying some code I noticed the following function.
Obviously, it is a short form of something, I have never come across this.
What does the < 0 ? 0.003 : 0.001 do ? Can you explain in plain English? Thank you.
(_bird.physicsBody.velocity.dy < 0 ? 0.003 : 0.001)