From 894997fdf34e13c4822f66f24976ea3168106e8b Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 10 May 2016 10:00:12 +0100 Subject: [PATCH] Angel tweaks. --- data/fighters/angel.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/data/fighters/angel.json b/data/fighters/angel.json index a29eba4..aa01fc2 100644 --- a/data/fighters/angel.json +++ b/data/fighters/angel.json @@ -9,23 +9,23 @@ "guns" : [ { "type" : "BT_PLASMA", - "x" : -12, - "y" : -12 + "x" : -10, + "y" : 0 }, { "type" : "BT_PLASMA", - "x" : 12, - "y" : -12 + "x" : 10, + "y" : 0 }, { "type" : "BT_MAG", - "x" : -8, - "y" : -12 + "x" : -4, + "y" : -6 }, { "type" : "BT_MAG", - "x" : 8, - "y" : -12 + "x" : 4, + "y" : -6 } ], "missiles" : 3,