mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 06:34:15 +00:00
feat: extract face paint canvas image and tutorials
also add some face flags but unsure
This commit is contained in:
parent
1ff3823209
commit
43645eb782
24 changed files with 542 additions and 267 deletions
|
|
@ -1,2 +0,0 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "miis" ADD COLUMN "miiData" BYTEA;
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "miis" ADD COLUMN "isFromSaveFile" BOOLEAN NOT NULL DEFAULT false;
|
||||
Loading…
Add table
Add a link
Reference in a new issue