Freeworlddev
Formerly 'Hegemon1984'
- Feb 17, 2025
- 7
- 4
Hey guys,
I'm currently trying to play a webm video file on renpy. For some reason, it's not detecting the file and it just skips over it like it doesn't exist. What am I doing wrong?
Here's my code.
I'm currently trying to play a webm video file on renpy. For some reason, it's not detecting the file and it just skips over it like it doesn't exist. What am I doing wrong?
Here's my code.
Code:
image forest = Movie(play="images/cgs/prologue/prologue_carinterior/forestloop.webm", size=(1920, 1080), loop=True)
show forest at truecenter