fix(common): adjust z indexes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user