diff --git a/config/de_inferno.json b/config/de_inferno.json deleted file mode 100644 index d34bd00..0000000 --- a/config/de_inferno.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "a": [ - { - "type": 0, - "teams": [ 2, 3 ], - "x": [ -860, -260, -165 ], - "y": [ -616, -4, 265 ] - }, - { - "type": 0, - "teams": [ 2, 3 ], - "x": [ -701, -250, -165 ], - "y": [ 342, -32, 265 ] - }, - { - "type": 1, - "teams": [ 2, 3 ], - "x": [ 45, 757, 80 ], - "y": [ 152, 940, 180 ] - } - ], - "b": [] -} \ No newline at end of file diff --git a/config/de_mirage.json b/config/de_mirage.json new file mode 100644 index 0000000..a3a7bf9 --- /dev/null +++ b/config/de_mirage.json @@ -0,0 +1,23 @@ +{ + "a": [ + { + "type": 0, + "teams": [ 2, 3 ], + "x": [ -2301.0, -743.0, 300.0 ], + "y": [ 1400.2 , -2700.5, -300.0 ] + }, + { + "type": 0, + "teams": [ 3 ], + "x": [ -1237.6, -463.6, -355.0 ], + "y": [ -593.5 , -803.7, 100.0 ] + }, + { + "type": 1, + "teams": [ 2 ], + "x": [ -580.3, -807.3, -355.0 ], + "y": [ -734.3 , -838.3, 100.0 ] + } + ], + "b": [] +} \ No newline at end of file diff --git a/src/Globals.cs b/src/Globals.cs index de7a33a..ea15610 100644 --- a/src/Globals.cs +++ b/src/Globals.cs @@ -7,7 +7,7 @@ namespace Zones; public partial class Zones { public override string ModuleName => "Retakes-Zones"; - public override string ModuleVersion => "1.0.1"; + public override string ModuleVersion => "1.0.2"; public override string ModuleAuthor => "https://github.com/oscar-wos/Retakes-Zones"; private static PluginCapability RetakesPluginEventSenderCapability { get; } = new("retakes_plugin:event_sender");