Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Fix using fileFormat instead of fileExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Feb 5, 2017
1 parent 45ab639 commit 9747bec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/assets/sounds/cues/blueBear/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
"id": "blueBear/donutOut",
"duration": 1,
"name": "donut - out",
"fileFormat": "wav"
"fileExtension": "wav"
},
{
"id": "blueBear/donutChomp",
"duration": 1,
"name": "donut - chomp",
"fileFormat": "wav"
"fileExtension": "wav"
},
{
"id": "blueBear/cakeOut",
"duration": 2,
"name": "cake - out",
"fileFormat": "wav"
"fileExtension": "wav"
},
{
"id": "blueBear/cakeChomp",
"duration": 1,
"name": "cake - chomp",
"fileFormat": "wav"
"fileExtension": "wav"
}
],
"patterns": [
Expand Down

0 comments on commit 9747bec

Please sign in to comment.