Skip to content

Commit

Permalink
fixed animals mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan W committed May 30, 2016
1 parent bde8d8a commit 73058b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/assets/javascripts/animalsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ var animalsData = {

// mappings of sound to key
mappings:{
chain1:["a0", "a1", "a2", "a3", "c0", "","b0", "b1", "b2", "b3", "","",
"a4", "a5", "a6", "a7", "c4", "","b4", "b5", "b6", "b7", "","",
"a8", "a9", "a10","a11","c8", "","b8", "b9", "b10","b11","","",
"a12","a13","a14","a15","c12","","b12","b13","b14","b15","",""],
chain1:["a0", "a1", "a2", "a3", "c0", "","b0", "b1", "b2", "b3", "d12","d13",
"a4", "a5", "a6", "a7", "c4", "","b4", "b5", "b6", "b7", "", "",
"a8", "a9", "a10","a11","c12","","b8", "b9", "b10","b11","d14","d15",
"a12","a13","a14","a15","c8", "","b12","b13","b14","b15","", ""],

chain2:["c12","c4","", "", "", "a0","d0", "d1", "d2", "d3", "","",
"c8", "", "c5", "c6", "c7", "", "d4", "d5", "d6", "d7", "","",
Expand Down
2 changes: 1 addition & 1 deletion spring/3bd7ab3ed73ebe6af8ebe78d8c899176.pid
Original file line number Diff line number Diff line change
@@ -1 +1 @@
819
2234

0 comments on commit 73058b3

Please sign in to comment.