From 1b8e6817a2e33bafc811eaa34b4ec51e5910e784 Mon Sep 17 00:00:00 2001 From: Kruphixx Date: Mon, 9 Dec 2024 11:57:01 +0100 Subject: [PATCH 1/3] Fixed item selection screen overlap --- resource/ui/itemselectionpanel.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res index 7944eee..c0dec4b 100644 --- a/resource/ui/itemselectionpanel.res +++ b/resource/ui/itemselectionpanel.res @@ -187,7 +187,7 @@ "ControlName" "ImagePanel" "fieldName" "BottomLine" "xpos" "c-305" - "ypos" "330" + "ypos" "320" "zpos" "2" "wide" "610" "tall" "10" @@ -284,7 +284,7 @@ "ControlName" "CExButton" "fieldName" "ShowBackpack" "xpos" "c100" - "ypos" "340" + "ypos" "330" "zpos" "20" "wide" "200" "tall" "25" From c0798289a393cb70ab5afa544a1bddb94847537b Mon Sep 17 00:00:00 2001 From: Kruphixx Date: Mon, 9 Dec 2024 12:03:14 +0100 Subject: [PATCH 2/3] Update itemselectionpanel.res --- resource/ui/itemselectionpanel.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res index c0dec4b..2b9bc85 100644 --- a/resource/ui/itemselectionpanel.res +++ b/resource/ui/itemselectionpanel.res @@ -284,7 +284,7 @@ "ControlName" "CExButton" "fieldName" "ShowBackpack" "xpos" "c100" - "ypos" "330" + "ypos" "331" "zpos" "20" "wide" "200" "tall" "25" From 9e284a0d02eb5811eaa5fa7b25b36b445ce3c248 Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 9 Dec 2024 10:31:19 -0500 Subject: [PATCH 3/3] Create CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..85c5b6d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @CriticalFlaw