Added rename Leg

This commit is contained in:
Absolutely disgusting
2025-11-04 08:51:30 +04:00
parent 8f3e3b3aba
commit 011dc69d0f
42 changed files with 653 additions and 636 deletions

View File

@@ -16,7 +16,24 @@ namespace _2DGAMELIB
["頭"] = "Head",
["後髪0"] = "BackHair0",
["後髪1"] = "BackHair1",
["横髪"] = "SideHair"
["横髪"] = "SideHair",
["脚"] = "Leg"
//["腕"] = "Arm",
//["肩"] = "Shoulder",
//["胸"] = "Chest",
//["乳房"] = "Breast",
//["腹"] = "Abdomen",
//["顔"] = "Face",
//["目"] = "Eye",
//["眉"] = "Eyebrow",
//["瞼"] = "Eyelid",
//["鼻"] = "Nose",
//["口"] = "Mouth",
//["耳"] = "Ear",
//["触覚"] = "Antenna",
//["髪"] = "Hair",
//["基髪"] = "BaseHair",
//["吹出し"] = "SpeechBubble",
};
public static void MigrateKeys(this Obj obj)