Skip to content

Commit 39d91d2

Browse files
Sound quality option. Build docs script.
1 parent 57caef1 commit 39d91d2

36 files changed

+7777
-57
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ build
44
node_modules/
55
SpaceInvader-*
66
apps/
7-
package-lock.json

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ module.exports = (grunt) => {
148148
dist: {
149149
files: [
150150
{
151-
src: ['data/bgm/**/*', '!data/bgm/high_res/*', '!data/bgm/mid_res/*', '!data/bgm/unused/*'],
151+
src: ['data/bgm/**/*', '!data/bgm/high_res/*', '!data/bgm/mid_res/*', '!data/bgm/unused/**/*'],
152152
type: 'audio',
153153
bgm: true
154154
},

data/bgm/high_res/cold_stone.ogg

-2.74 MB
Binary file not shown.

data/bgm/high_res/deathmatch.ogg

-1.83 MB
Binary file not shown.

data/bgm/high_res/defeated.ogg

-439 KB
Binary file not shown.
-4.85 MB
Binary file not shown.
-3.94 MB
Binary file not shown.

data/bgm/high_res/victory_tune.ogg

-1010 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)