reorginization and new sound format

This commit is contained in:
MathMan05 2024-11-30 22:47:50 -06:00
parent 7c46e70304
commit 6788c54ad6
12 changed files with 595 additions and 186 deletions

View file

@ -113,6 +113,7 @@ return gulp
"src/**/*.webp",
"src/**/*.gif",
"src/**/*.svg",
"src/**/*.jasf",
],{encoding:false})
.pipe(plumber()) // Prevent pipe breaking caused by errors
.pipe(gulp.dest("dist"));