mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Initial support for themes, sound improvements
This commit is contained in:
@@ -9,7 +9,7 @@ function gulptasksSounds($, gulp, buildFolder) {
|
||||
return gulp.src(builtSoundsDir).pipe($.clean({ force: true }));
|
||||
});
|
||||
|
||||
const filters = ["loudnorm", "volume=0.2"];
|
||||
const filters = ["volume=0.2"];
|
||||
|
||||
const fileCache = new $.cache.Cache({
|
||||
cacheDirName: "shapezio-precompiled-sounds",
|
||||
@@ -27,8 +27,8 @@ function gulptasksSounds($, gulp, buildFolder) {
|
||||
.audioBitrate(48)
|
||||
.audioChannels(1)
|
||||
.audioFrequency(22050)
|
||||
.audioCodec("libmp3lame");
|
||||
// .audioFilters(["volume=0.25"])
|
||||
.audioCodec("libmp3lame")
|
||||
.audioFilters(["volume=0.3"]);
|
||||
}),
|
||||
{
|
||||
name: "music",
|
||||
|
||||
Reference in New Issue
Block a user