From 9d8bd29ab7286e363d4692a1a89efab34dbb7379 Mon Sep 17 00:00:00 2001 From: SilverSokolova <80606782+SilverSokolova@users.noreply.github.com> Date: Mon, 23 Jan 2023 22:29:12 -0600 Subject: [PATCH] Fix teleporters and overlapping buttons The Light and Misc Objects buttons are in the same space, so I've moved the latter down one row. I also added `teleporter` to its list of filters, since teleporters don't show in any category --- interface/sip/sip.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/sip/sip.config b/interface/sip/sip.config index cf5f9dc..95fd64a 100644 --- a/interface/sip/sip.config +++ b/interface/sip/sip.config @@ -640,8 +640,8 @@ "baseImageChecked": "/interface/sip/categories/otherselected.png", "hoverImageChecked": "/interface/sip/categories/otherselected.png?brightness=30", "pressedOffset": [0, -1], - "position": [112, -347], - "data": ["other", "generic", "teleportmarker"] + "position": [112, -372], + "data": ["other", "generic", "teleportmarker", "teleporter"] }, { "baseImage": "/interface/sip/categories/platforms.png",