From 14feb41fa005713892993aa7a357a3f207e31d89 Mon Sep 17 00:00:00 2001 From: cha0s Date: Mon, 29 Apr 2019 01:00:22 -0500 Subject: [PATCH] fun: slower fire --- resource/blue-fire.animation.json | 2 +- resource/fire.animation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/blue-fire.animation.json b/resource/blue-fire.animation.json index dbd8a6f..2c05253 100644 --- a/resource/blue-fire.animation.json +++ b/resource/blue-fire.animation.json @@ -1,5 +1,5 @@ { - "frameRate": 0.2, + "frameRate": 0.25, "frameCount": 4, "frameSize": [32, 32], "directionCount": 1, diff --git a/resource/fire.animation.json b/resource/fire.animation.json index 9160f15..0c113c6 100644 --- a/resource/fire.animation.json +++ b/resource/fire.animation.json @@ -1,5 +1,5 @@ { - "frameRate": 0.2, + "frameRate": 0.25, "frameCount": 4, "frameSize": [32, 32], "directionCount": 1,