Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

functions.web.js 209B

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. }