The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

Hello :D

I have been using GDevelop engine and its simple engine for making simple 2D games and they have built-in library of effects that you can apply on a Sprite.

I wonder, is there something like that in Godot? Like for example "shake animation" or "Fade in/out" or you have to make yourself or search what community made? Is there anything out of the box available?

Thank you for any insight! ♥ Love.

Godot version 3.3.2
in Engine by (20 points)

1 Answer

0 votes
Best answer

There's no concept of "effect" in Godot.
There's AnimationPlayer, where you can easily compose said (but not limited to) "effects".

by (1,646 points)
selected by

What other options I have besides directly using code to perform something or Animation? And thank you for answering :D ♥

You can also use shaders to apply effects to any CanvasItem. Check out https://godotshaders.com/

♥ thank you!

I'm not sure, because I didn't use it yet, but the Tween node may help you

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.