Skip to content

Commit

Permalink
add support for standard UI sounds, #248
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Oct 3, 2022
1 parent efeb2d6 commit c6b322e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"phet-io",
"adapted-from-phet"
],
"simFeatures": {
"supportsSound": true
},
"simulation": true,
"phet-io": {
"compareDesignedAPIChanges": true
Expand Down
6 changes: 5 additions & 1 deletion ph-scale_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,15 @@
"phet-io",
"adapted-from-phet"
],
"simFeatures": {
"supportsSound": true
},
"simulation": true,
"phet-io": {
"compareDesignedAPIChanges": true
},
"supportsOutputJS": true
"supportsOutputJS": true,
"supportsDynamicLocale": true
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
Expand Down

0 comments on commit c6b322e

Please sign in to comment.