mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-10 23:50:21 -04:00
"At least it builds, now"
This commit is contained in:
parent
8009a9b543
commit
c81ba5be8e
27 changed files with 112 additions and 88 deletions
|
@ -85,6 +85,7 @@ private:
|
|||
|
||||
Checkbox checkbox_am_a {
|
||||
{ 16, 68 },
|
||||
20,
|
||||
""
|
||||
};
|
||||
Button button_setam_a {
|
||||
|
@ -93,6 +94,7 @@ private:
|
|||
};
|
||||
Checkbox checkbox_am_b {
|
||||
{ 16, 68+40 },
|
||||
20,
|
||||
""
|
||||
};
|
||||
Button button_setam_b {
|
||||
|
@ -101,7 +103,8 @@ private:
|
|||
};
|
||||
Checkbox checkbox_am_c {
|
||||
{ 16, 68+40+40 },
|
||||
""
|
||||
20,
|
||||
" "
|
||||
};
|
||||
Button button_setam_c {
|
||||
{ 48, 64+40+40, 48, 32 },
|
||||
|
@ -109,6 +112,7 @@ private:
|
|||
};
|
||||
Checkbox checkbox_am_d {
|
||||
{ 16, 68+40+40+40 },
|
||||
20,
|
||||
""
|
||||
};
|
||||
Button button_setam_d {
|
||||
|
@ -117,6 +121,7 @@ private:
|
|||
};
|
||||
Checkbox checkbox_am_e {
|
||||
{ 16, 68+40+40+40+40 },
|
||||
20,
|
||||
""
|
||||
};
|
||||
Button button_setam_e {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue