#Animated Background

5 messages · Page 1 of 1 (latest)

buoyant summit
#

Hi hi hello!

I am switching over from Ren'Py to Gadot to make my VN project and I've been having a lot of fun with it. I am currently trying to figure out how to set up animated backgrounds to play behind the characters. These are simply short 2 second videos I've made of an image with some effects over it in Capcut. It's just supposed to loop and I have no idea how to do it, though I am aware Godot only supports ogv formatting (to my knowledge). Any help would be appreciated!

tropic silo
#

VideoStreamPlayer is for playing videos.
If you extract each frame of the video, you can use AnimatedSprite2D or cycle trough the frames in a Sprite2D or TextureRect

buoyant summit
#

I’ve been trying to look up tutorials using those nodes but it all keeps turning back to parallax which I’m not trying to do

#

What I have is a standard image with a static effect over it, similar to Cuphead

plain elm
#

Yeah if you can pull frame by frame in CapCut it seems easiest to just make one big AnimatedSprite2D