From ac84a8eef529146bad48891971f4dacd17320d7a Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 27 May 2016 09:47:50 +0100 Subject: [PATCH] Made Leopard's specs consistent with those on website. --- data/fighters/leopard.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/data/fighters/leopard.json b/data/fighters/leopard.json index ad1c6a2..5cbf824 100644 --- a/data/fighters/leopard.json +++ b/data/fighters/leopard.json @@ -6,7 +6,13 @@ "reloadTime" : 16, "shieldRechargeRate" : 70, "texture" : "gfx/fighters/leopard.png", + "combinedGuns" : 1, "guns" : [ + { + "type" : "BT_PARTICLE", + "x" : 0, + "y" : -16 + }, { "type" : "BT_PLASMA", "x" : -12, @@ -16,11 +22,6 @@ "type" : "BT_PLASMA", "x" : 12, "y" : -12 - }, - { - "type" : "BT_PLASMA", - "x" : 0, - "y" : -16 } ], "missiles" : 3,