Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789
  1. /**
  2. * Returns the location of the sounds. On Web it's the relative path to
  3. * the sounds folder placed in the source root.
  4. *
  5. * @returns {string}
  6. */
  7. export function getSoundsPath() {
  8. return 'sounds';
  9. }