TheorafileGMS/gamemaker/TheorafileGMS/objects/Renderer/Create_0.gml

5 lines
96 B
Plaintext

video = Theorafile_Open("melty.ogg");
Theorafile_SetLoop(video, true);
Theorafile_Play(video);