From 05240361bcc90f79b1cb10ce1ccc50729760010c Mon Sep 17 00:00:00 2001 From: DatGuy1 Date: Fri, 23 Jul 2021 19:57:59 +0300 Subject: [PATCH] Add recursiveness to .ogg glob Useful for when there's lots of sounds and you want to organise them into folders --- fxmanifest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 88e9ed5..496ec07 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -15,5 +15,5 @@ files { -- Sound files must be in html/sounds/ -- Sound files must be in .ogg format - 'html/sounds/*.ogg' + 'html/sounds/**.ogg' }