feat: extract face paint canvas image and tutorials

also add some face flags but unsure
This commit is contained in:
trafficlunar 2026-04-14 20:19:43 +01:00
parent 1ff3823209
commit 43645eb782
24 changed files with 542 additions and 267 deletions

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "miis" ADD COLUMN "isFromSaveFile" BOOLEAN NOT NULL DEFAULT false;