fun: fire jitter

This commit is contained in:
cha0s 2019-04-21 21:55:03 -05:00
parent c460b201e6
commit 9c02bed6d9
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ {
"frameRate": 0.15, "frameRate": 0.2,
"frameCount": 4, "frameCount": 4,
"frameSize": [32, 32], "frameSize": [32, 32],
"directionCount": 1, "directionCount": 1,

View File

@ -38,6 +38,7 @@ function fireJSON(position) {
params: { params: {
animations: { animations: {
idle: { idle: {
jitter: 0.1,
offset: [0, 0], offset: [0, 0],
uri: '/fire.animation.json', uri: '/fire.animation.json',
}, },