0 votes

I want to get the current FOV of the Camera then add to that an exact number. And I want all this done with Tween but I have no idea how to do it. My code so far:

If I press Y:

tween.interpolate_property($Camera, "fov", $Camera.fov, +30, Tween.TRANS_LINEAR, Tween.EASE_IN_OUT)
Godot version v3.3.2
in Engine by (46 points)

1 Answer

0 votes
Best answer

You have to start the tween:

tween.start()

by (286 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.