From 1e36dc12fc935ba782e1c11e0d371844053232a7 Mon Sep 17 00:00:00 2001 From: StyledStrike Date: Mon, 8 Jul 2024 12:49:00 -0300 Subject: [PATCH] Add layers to rp_southside --- data_static/gminimap/rp_southside.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data_static/gminimap/rp_southside.json diff --git a/data_static/gminimap/rp_southside.json b/data_static/gminimap/rp_southside.json new file mode 100644 index 0000000..fd6ed94 --- /dev/null +++ b/data_static/gminimap/rp_southside.json @@ -0,0 +1,17 @@ +{ + "bottom": -1500, + "top": 3000, + "layers": [ + { + "bottom": -5000.0, + "top": -143.0 + } + ], + "triggers": [ + { + "layerIndex": 1, + "ax": -3048, "ay": 912, "az": -1100, + "bx": 5708, "by": 8484, "bz": -120 + } + ] +} \ No newline at end of file