diff --git a/gamemaker/TheorafileGMS/TheorafileGMS.yyp b/gamemaker/TheorafileGMS/TheorafileGMS.yyp index 1ef60a8..2aaa6e0 100644 --- a/gamemaker/TheorafileGMS/TheorafileGMS.yyp +++ b/gamemaker/TheorafileGMS/TheorafileGMS.yyp @@ -46,7 +46,7 @@ {"isScaled":true,"autocrop":true,"border":2,"mipsToGenerate":0,"groupParent":null,"targets":-1,"resourceVersion":"1.3","name":"Default","resourceType":"GMTextureGroup",}, ], "IncludedFiles": [ - {"CopyToMask":-1,"filePath":"datafiles","resourceVersion":"1.0","name":"celery_man.ogg","resourceType":"GMIncludedFile",}, + {"CopyToMask":-1,"filePath":"datafiles","resourceVersion":"1.0","name":"melty.ogg","resourceType":"GMIncludedFile",}, ], "MetaData": { "IDEVersion": "2.3.6.595", diff --git a/gamemaker/TheorafileGMS/datafiles/melty.ogg b/gamemaker/TheorafileGMS/datafiles/melty.ogg new file mode 100644 index 0000000..56e5d04 Binary files /dev/null and b/gamemaker/TheorafileGMS/datafiles/melty.ogg differ diff --git a/gamemaker/TheorafileGMS/extensions/TheorafileGMS/TheorafileGMS.yy b/gamemaker/TheorafileGMS/extensions/TheorafileGMS/TheorafileGMS.yy index 42c7cb1..8590417 100644 --- a/gamemaker/TheorafileGMS/extensions/TheorafileGMS/TheorafileGMS.yy +++ b/gamemaker/TheorafileGMS/extensions/TheorafileGMS/TheorafileGMS.yy @@ -56,18 +56,18 @@ 1, ],"resourceVersion":"1.0","name":"TheorafileGMS_UVHeight","tags":[],"resourceType":"GMExtensionFunction",}, ],"constants":[],"ProxyFiles":[],"copyToTargets":64,"order":[ - {"name":"TheorafileGMS_Open","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, - {"name":"TheorafileGMS_Close","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, - {"name":"TheorafileGMS_Reset","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, - {"name":"TheorafileGMS_HasVideo","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, - {"name":"TheorafileGMS_Width","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, - {"name":"TheorafileGMS_Height","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, - {"name":"TheorafileGMS_UVWidth","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, - {"name":"TheorafileGMS_UVHeight","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, - {"name":"TheorafileGMS_FPS","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, - {"name":"TheorafileGMS_RequiredBufferSizeInBytes","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, - {"name":"TheorafileGMS_EndOfStream","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, - {"name":"TheorafileGMS_ReadVideo","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, + {"name":"TheorafileGMS","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, + {"name":"TheorafileGMS","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, + {"name":"TheorafileGMS","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, + {"name":"TheorafileGMS","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, + {"name":"TheorafileGMS","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, + {"name":"TheorafileGMS","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, + {"name":"TheorafileGMS","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, + {"name":"TheorafileGMS","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, + {"name":"TheorafileGMS","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, + {"name":"TheorafileGMS","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, + {"name":"TheorafileGMS","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, + {"name":"TheorafileGMS","path":"extensions/TheorafileGMS/TheorafileGMS.yy",}, ],"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMExtensionFile",}, {"filename":"libtheorafile.dll","origname":"","init":"","final":"","kind":1,"uncompress":false,"functions":[],"constants":[],"ProxyFiles":[],"copyToTargets":-1,"order":[],"resourceVersion":"1.0","name":"","tags":[],"resourceType":"GMExtensionFile",}, ], diff --git a/gamemaker/TheorafileGMS/objects/Renderer/Create_0.gml b/gamemaker/TheorafileGMS/objects/Renderer/Create_0.gml index 654dac7..a1ae37b 100644 --- a/gamemaker/TheorafileGMS/objects/Renderer/Create_0.gml +++ b/gamemaker/TheorafileGMS/objects/Renderer/Create_0.gml @@ -1,4 +1,4 @@ -video = Theorafile_Open("celery_man.ogg"); +video = Theorafile_Open("melty.ogg"); Theorafile_SetLoop(video, true); Theorafile_Play(video); diff --git a/gamemaker/TheorafileGMS/scripts/TheorafileGMS_Scripts/TheorafileGMS_Scripts.gml b/gamemaker/TheorafileGMS/scripts/TheorafileGMS_Scripts/TheorafileGMS_Scripts.gml index 939d1e6..470ca56 100644 --- a/gamemaker/TheorafileGMS/scripts/TheorafileGMS_Scripts/TheorafileGMS_Scripts.gml +++ b/gamemaker/TheorafileGMS/scripts/TheorafileGMS_Scripts/TheorafileGMS_Scripts.gml @@ -180,7 +180,6 @@ function Theorafile_UpdateSurface(video) if (_ended) { - show_debug_message("ended!"); Theorafile_Reset(video); if (video.looping)