fix(common): adjust z indexes

This commit is contained in:
2025-12-29 21:10:11 +01:00
parent d77d595370
commit fd7987cac1
3 changed files with 3 additions and 3 deletions

View File

@@ -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;