Browse Source

ресурсы звуков. json звуков

master
parent
commit
e89371487f
3 changed files with 13 additions and 0 deletions
  1. +12
    -0
      800.пример.json.js
  2. BIN
      р/звуки/331381__qubodup__public-domain-jump-sound.wav
  3. +1
    -0
      р/звуки/README.md

+ 12
- 0
800.пример.json.js View File

@@ -131,6 +131,12 @@
маски: [1, 1|2],
},
},
звуки: {
прыжокИгрока: {
события: ["игрок начал прыжок"],
файл: "р/звуки/331381__qubodup__public-domain-jump-sound.wav",
},
},
});

// // // //
@@ -331,6 +337,12 @@
маски: [0, 2|4]
},
},
звуки: {
зарядкаЛука: {
события: ["закинули стрелу"],
файл: "р/звуки/543927__eminyildirim__pistol-gun-cocking.wav",
},
},
});

function ПодкидываниеСтрелы() {


BIN
р/звуки/331381__qubodup__public-domain-jump-sound.wav View File


+ 1
- 0
р/звуки/README.md View File

@@ -1 +1,2 @@
* https://freesound.org/people/qubodup/sounds/331381/
* https://freesound.org/people/EminYILDIRIM/sounds/543927/

Loading…
Cancel
Save