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

5 lines
101 B
Plaintext

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