mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-08 00:47:10 -05:00
feat(mii editor): add icons, mobile layout, saving animation,
This commit is contained in:
@@ -255,6 +255,15 @@ router.get('/miieditor', requireLoginMiddleware, async (request, response) => {
|
||||
[0x17,0x01,0x13,0x15,0x16,0x05,0x00,0x08,0x0a,0x10,0x06,0x0d],
|
||||
[0x07,0x09,0x02,0x11,0x03,0x04,0x0f,0x0b,0x14,0x12,0x0e,0x0c],
|
||||
[0x1b,0x1e,0x18,0x19,0x1d,0x1c,0x1a,0x23,0x1f,0x22,0x21,0x20]
|
||||
],
|
||||
'arrayOf6': [
|
||||
0,1,2,3,4,5
|
||||
],
|
||||
'arrayOf9': [
|
||||
0,1,2,3,4,5,6,7,8
|
||||
],
|
||||
'arrayOf12': [
|
||||
0,1,2,3,4,5,6,7,8,9,10,11
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user