From 41bf183402039269e3d9920290c35e7159c67f21 Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 5 Apr 2016 09:59:22 +0100 Subject: [PATCH] Gun position fixes. --- data/fighters/blizzard.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/fighters/blizzard.json b/data/fighters/blizzard.json index 3d7d2a6..64305f0 100644 --- a/data/fighters/blizzard.json +++ b/data/fighters/blizzard.json @@ -14,12 +14,12 @@ }, { "type" : "BT_PLASMA", - "x" : -14, + "x" : 14, "y" : 0 }, { "type" : "BT_PARTICLE", - "x" : 8, + "x" : -8, "y" : 0 }, {