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

Commit

Permalink
Stereo Catchy Tune, fix Airboarder (#60)
Browse files Browse the repository at this point in the history
* Delete preexisting Catchy Tune SFX (1/3)

* Delete preexisting Catchy Tune SFX (2/3)

* Delete preexisting Catchy Tune SFX (3/3)

* Make Catchy Tune stereo (1/2)

* Make Catchy Tune stereo

* Add Toastsaot to credits

* Fix spelling in Polyrhythm

* Airboarder fix courtesy of Huebird of Happiness

* Fix Airboarder pattern length
  • Loading branch information
ahemtoday authored and chrislo27 committed Feb 12, 2017
1 parent 269ad77 commit b6771ea
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions core/assets/sounds/cues/airboarder/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
"cues": [
{
"id": "airboarder/hup",
"duration": 0.5,
"duration": 1,
"name": "ready"
},
{
"id": "airboarder/crouch",
"duration": 0.5,
"duration": 1,
"name": "crouch"
},
{
"id": "airboarder/glow",
"duration": 0.5,
"duration": 1,
"name": "glow"
},
{
"id": "airboarder/jump",
"duration": 0.5,
"duration": 1,
"name": "jump"
}
],
Expand All @@ -35,15 +35,15 @@
},
{
"id": "airboarder/crouch",
"beat": 0.5
"beat": 1
},
{
"id": "airboarder/crouch",
"beat": 1
"beat": 2
},
{
"id": "airboarder/crouch",
"beat": 1.5
"beat": 3
}
]
},
Expand All @@ -57,15 +57,15 @@
},
{
"id": "airboarder/glow",
"beat": 0.5
"beat": 1
},
{
"id": "airboarder/glow",
"beat": 1
"beat": 2
},
{
"id": "airboarder/glow",
"beat": 1.5
"beat": 3
}
]
},
Expand All @@ -79,15 +79,15 @@
},
{
"id": "airboarder/jump",
"beat": 0.5
"beat": 1
},
{
"id": "airboarder/jump",
"beat": 1
"beat": 2
},
{
"id": "airboarder/jump",
"beat": 1.5
"beat": 3
}
]
}
Expand Down

0 comments on commit b6771ea

Please sign in to comment.