- Jun 16, 2023
- 140
- 280
I've tried to add new animation to my project using the movie function.
image chloe7_jukebox = Movie(fps = 30, play = "chloe_events/chloe_7/chloe7_jukebox.webm")
All my animations are declared this way and everything worked just fine until recently. When I tried to add animation, I just saw a checkered screen. And when I checked my other animations, they were replaced with checkered screens too.
I tried:
Updating Renpy
Reinstaling Renpy
Trying to move my game to other Renpy Project
Thanks in advance for your answers.
image chloe7_jukebox = Movie(fps = 30, play = "chloe_events/chloe_7/chloe7_jukebox.webm")
All my animations are declared this way and everything worked just fine until recently. When I tried to add animation, I just saw a checkered screen. And when I checked my other animations, they were replaced with checkered screens too.
I tried:
Updating Renpy
Reinstaling Renpy
Trying to move my game to other Renpy Project
Thanks in advance for your answers.