diff --git a/Surprise Dungeon.yyp b/Surprise Dungeon.yyp index 73d8b77..fca7de4 100644 --- a/Surprise Dungeon.yyp +++ b/Surprise Dungeon.yyp @@ -8,14 +8,17 @@ {"id":{"name":"r7","path":"rooms/r7/r7.yy",},"order":8,}, {"id":{"name":"sMaudit","path":"sprites/sMaudit/sMaudit.yy",},"order":14,}, {"id":{"name":"sTrouDetect","path":"sprites/sTrouDetect/sTrouDetect.yy",},"order":2,}, + {"id":{"name":"snHit","path":"sounds/snHit/snHit.yy",},"order":1,}, {"id":{"name":"r0","path":"rooms/r0/r0.yy",},"order":1,}, {"id":{"name":"rWin","path":"rooms/rWin/rWin.yy",},"order":14,}, {"id":{"name":"oGame","path":"objects/oGame/oGame.yy",},"order":2,}, {"id":{"name":"TileSet1","path":"tilesets/TileSet1/TileSet1.yy",},"order":0,}, + {"id":{"name":"snAttack","path":"sounds/snAttack/snAttack.yy",},"order":2,}, {"id":{"name":"oChest","path":"objects/oChest/oChest.yy",},"order":7,}, {"id":{"name":"sWalls","path":"sprites/sWalls/sWalls.yy",},"order":5,}, {"id":{"name":"r11","path":"rooms/r11/r11.yy",},"order":15,}, {"id":{"name":"rOver","path":"rooms/rOver/rOver.yy",},"order":13,}, + {"id":{"name":"snFond","path":"sounds/snFond/snFond.yy",},"order":0,}, {"id":{"name":"r8","path":"rooms/r8/r8.yy",},"order":9,}, {"id":{"name":"oTransition","path":"objects/oTransition/oTransition.yy",},"order":3,}, {"id":{"name":"rType","path":"rooms/rType/rType.yy",},"order":0,}, diff --git a/sounds/snAttack/snAttack.wav b/sounds/snAttack/snAttack.wav new file mode 100644 index 0000000..3f8fcc7 Binary files /dev/null and b/sounds/snAttack/snAttack.wav differ diff --git a/sounds/snAttack/snAttack.yy b/sounds/snAttack/snAttack.yy new file mode 100644 index 0000000..2dd21db --- /dev/null +++ b/sounds/snAttack/snAttack.yy @@ -0,0 +1,23 @@ +{ + "compression": 0, + "volume": 0.6, + "preload": false, + "bitRate": 128, + "sampleRate": 44100, + "type": 0, + "bitDepth": 1, + "audioGroupId": { + "name": "audiogroup_default", + "path": "audiogroups/audiogroup_default", + }, + "soundFile": "snAttack.wav", + "duration": 0.220306, + "parent": { + "name": "Sounds", + "path": "folders/Sounds.yy", + }, + "resourceVersion": "1.0", + "name": "snAttack", + "tags": [], + "resourceType": "GMSound", +} \ No newline at end of file diff --git a/sounds/snFond/snFond.mp3 b/sounds/snFond/snFond.mp3 new file mode 100644 index 0000000..46e3c17 Binary files /dev/null and b/sounds/snFond/snFond.mp3 differ diff --git a/sounds/snFond/snFond.yy b/sounds/snFond/snFond.yy new file mode 100644 index 0000000..fc2f3dd --- /dev/null +++ b/sounds/snFond/snFond.yy @@ -0,0 +1,23 @@ +{ + "compression": 0, + "volume": 0.15, + "preload": false, + "bitRate": 128, + "sampleRate": 44100, + "type": 0, + "bitDepth": 1, + "audioGroupId": { + "name": "audiogroup_default", + "path": "audiogroups/audiogroup_default", + }, + "soundFile": "snFond.mp3", + "duration": 204.6744, + "parent": { + "name": "Sounds", + "path": "folders/Sounds.yy", + }, + "resourceVersion": "1.0", + "name": "snFond", + "tags": [], + "resourceType": "GMSound", +} \ No newline at end of file diff --git a/sounds/snHit/snHit.wav b/sounds/snHit/snHit.wav new file mode 100644 index 0000000..b497410 Binary files /dev/null and b/sounds/snHit/snHit.wav differ diff --git a/sounds/snHit/snHit.yy b/sounds/snHit/snHit.yy new file mode 100644 index 0000000..e1fd28a --- /dev/null +++ b/sounds/snHit/snHit.yy @@ -0,0 +1,23 @@ +{ + "compression": 0, + "volume": 0.37, + "preload": false, + "bitRate": 128, + "sampleRate": 44100, + "type": 0, + "bitDepth": 1, + "audioGroupId": { + "name": "audiogroup_default", + "path": "audiogroups/audiogroup_default", + }, + "soundFile": "snHit.wav", + "duration": 0.134456, + "parent": { + "name": "Sounds", + "path": "folders/Sounds.yy", + }, + "resourceVersion": "1.0", + "name": "snHit", + "tags": [], + "resourceType": "GMSound", +} \ No newline at end of file