From de14612f0c2e573f92fce6d2ca984ed9db12a776 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Mon, 29 Dec 2025 21:10:11 +0100 Subject: [PATCH] fix(common): adjust z indexes --- app/components/Common/Bars.vue | 2 +- app/components/Common/ButtonSelector.vue | 2 +- app/components/Common/Buttons.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/Common/Bars.vue b/app/components/Common/Bars.vue index 361f83d..c26042d 100644 --- a/app/components/Common/Bars.vue +++ b/app/components/Common/Bars.vue @@ -57,7 +57,7 @@ onRender((ctx) => { BAR_WIDTH, BAR_HEIGHT, ); -}); +}, 50); defineOptions({ render: () => null, diff --git a/app/components/Common/ButtonSelector.vue b/app/components/Common/ButtonSelector.vue index 08d445f..8a14fad 100644 --- a/app/components/Common/ButtonSelector.vue +++ b/app/components/Common/ButtonSelector.vue @@ -109,7 +109,7 @@ onRender((ctx) => { CORNER_SIZE, ); ctx.restore(); -}); +}, 40); defineOptions({ render: () => null, diff --git a/app/components/Common/Buttons.vue b/app/components/Common/Buttons.vue index 5c7d4e8..4a4f901 100644 --- a/app/components/Common/Buttons.vue +++ b/app/components/Common/Buttons.vue @@ -46,7 +46,7 @@ onRender((ctx) => { drawButton(assets.common.B, props.bLabel, 31, 5); drawButton(assets.common.A, props.aLabel, 144, 0); -}); +}, 60); onClick((x, y) => { if (props.yOffset !== 0) return;