Register intake fx in sounds.json. Might help with #322?

dev
Arona Jones 2015-10-04 03:44:31 +01:00
parent 4113d05b04
commit caedd2fb28
1 changed files with 34 additions and 53 deletions

View File

@ -1,116 +1,97 @@
{
"drill.steam":
{
"drill.steam": {
"category": "block",
"sounds":
[
"sounds": [
"drill"
]
},
"raygun":
{
"raygun": {
"category": "block",
"sounds":
[
"sounds": [
"raygun"
]
},
"musket":
{
"musket": {
"category": "block",
"sounds":
[
"sounds": [
"musket"
]
},
"rifle":
{
"rifle": {
"category": "block",
"sounds":
[
"sounds": [
"rifle"
]
},
"reload":
{
"reload": {
"category": "block",
"sounds":
[
"sounds": [
"reload"
]
},
"rocket":
{
"rocket": {
"category": "block",
"sounds":
[
"sounds": [
"rocket"
]
},
"hitflesh":
{
"hitflesh": {
"category": "block",
"sounds":
[
"sounds": [
"hitflesh"
]
},
"hitblock":
{
"hitblock": {
"category": "block",
"sounds":
[
"sounds": [
"hitblock"
]
},
"warp":
{
"warp": {
"category": "block",
"sounds":
[
"sounds": [
"warp"
]
},
"allclear":
{
"allclear": {
"category": "block",
"sounds":
[
"sounds": [
"allclear"
]
},
"intruderalert":
{
"intruderalert": {
"category": "block",
"sounds":
[
"sounds": [
"intruderalert"
]
},
"nuclearalarm":
{
"nuclearalarm": {
"category": "block",
"sounds":
[
"sounds": [
"nuclearalarm"
]
},
"standard":
{
"standard": {
"category": "block",
"sounds":
[
"sounds": [
"standard"
]
},
"intake": {
"category": "block",
"sounds": [
"intake"
]
}
}
}