Skip to content

Commit

Permalink
#115 fix naming issues and frame size taken by 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Skytrias committed Dec 25, 2017
1 parent 6f011e7 commit ec4120c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/renderer/core/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,43 +44,43 @@
},

{
"type": "sound_effects",
"type": "sound_effects",
"name": "sfx_drop0",
"options": {}
},
{
"type": "sound_effects",
"type": "sound_effects",
"name": "sfx_drop1",
"options": {}
},
{
"type": "sound_effects",
"type": "sound_effects",
"name": "sfx_drop2",
"options": {}
},
{
"type": "sound_effects",
"type": "sound_effects",
"name": "sfx_drop3",
"options": {}
},

{
"type": "sound_effects",
"type": "sound_effects",
"name": "sfx_pop0",
"options": {}
},
{
"type": "sound_effects",
"type": "sound_effects",
"name": "sfx_pop1",
"options": {}
},
{
"type": "sound_effects",
"type": "sound_effects",
"name": "sfx_pop2",
"options": {}
},
{
"type": "sound_effects",
"type": "sound_effects",
"name": "sfx_pop3",
"options": {}
},
Expand All @@ -107,7 +107,7 @@
"options": {
"x": 16,
"y": 16,
"frames": 36
"frames": 18
}
},
{
Expand All @@ -116,7 +116,7 @@
"options": {
"x": 16,
"y": 24,
"frames": 36
"frames": 18
}
},

Expand Down

0 comments on commit ec4120c

Please sign in to comment.