feat(nds): add pressed state for all buttons
This commit is contained in:
@@ -393,6 +393,7 @@ onRender((ctx) => {
|
||||
10,
|
||||
2,
|
||||
88,
|
||||
false,
|
||||
);
|
||||
drawButton(
|
||||
ctx,
|
||||
@@ -400,6 +401,7 @@ onRender((ctx) => {
|
||||
108,
|
||||
2,
|
||||
88,
|
||||
false,
|
||||
);
|
||||
drawButton(
|
||||
ctx,
|
||||
@@ -407,6 +409,7 @@ onRender((ctx) => {
|
||||
206,
|
||||
2,
|
||||
40,
|
||||
false,
|
||||
);
|
||||
}, 110);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user