ProjectRR — нативный прототип на ассетах ProjectR

- Все 189 скелетов Spine сконвертированы в нативные Godot Skeleton2D (.tscn), без Spine в рантайме
- Меню + сцены: подземелье (карта комнат), просмотр спрайтов, нативные анимации
- Кастомизация цвета (кожа/волосы/глаза) через шейдер
- Вытащенные текстуры/UI/шрифты + нарезка спрайтов из атласа
- Датасет комнат для LoRA, офлайн-инструменты конвертации в tools/

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Leonid Pershin
2026-08-03 16:29:21 +03:00
co-authored by Claude Opus 4.8
commit 04cf5f90b0
2193 changed files with 360105 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
{
"Id": "Elf",
"Name": "#Elf",
"Figure": "Elf",
"Gene": "Elf",
"Type": "Slave",
"Gender": "Female",
"Race": "Elf",
"Priority": [0, 3, 2],
"FilterPriority": [202],
"ConceptionRate": [50],
"BabyGrowthTime": [60],
"FetalGrowthTime": [240],
"Health": [30],
"Damage": [6],
"CriticalHtiChance": [12],
"CriticalHtiMultiplier": [170],
"KnockbackStability": [20],
"KnockbackDistance": [130],
"CaptureChance": [50],
"Defense": [5],
"WalkingSpeed": [320],
"WalkingSpeedMultiplier": [1],
"AttackSpeedMultiplier": [1],
"Size": [1, 0.5],
"Deployment": [2, 1],
"Script": "CharacterScripts.Elf",
"ScriptCombat": "CharacterBehaviourScripts.Attacker",
"ScriptRetreat": "CharacterBehaviourScripts.Retreat",
"Skill": [
{
"Hide": true,
"HitType": "Melee",
"State": "Attack",
"Range": [1.5],
},
],
}
+482
View File
@@ -0,0 +1,482 @@
[
{
"Figure": ["Elf"],
"State": ["Patrol"],
"Spine": [
{
"Path": "%spine\woman_combat0",
"Animation": ["walk_0"],
"Loop": true,
"IsCombat": true,
},
{
"Path": "%spine\woman_combat1",
"Animation": ["walk_0"],
"Loop": true,
"IsCombat": true,
},
],
"Script": "ConditionScripts.Class",
},
{
"Figure": ["Elf"],
"State": ["Chase"],
"Spine": [
{
"Path": "%spine\woman_combat0",
"Animation": ["walk_0"],
"Loop": true,
"IsCombat": true,
},
{
"Path": "%spine\woman_combat1",
"Animation": ["walk_0"],
"Loop": true,
"IsCombat": true,
},
],
"Script": "ConditionScripts.Class",
},
{
"Figure": ["Elf"],
"State": ["Attack"],
"Spine": [
{
"Path": "%spine\woman_combat0",
"Animation": ["attack_0"],
"Loop": true,
"IsCombat": true,
},
{
"Path": "%spine\woman_combat1",
"Animation": ["attack_0"],
"Loop": true,
"IsCombat": true,
},
],
"Script": "ConditionScripts.Class",
},
{
"Figure": ["Elf"],
"State": ["Wait"],
"Spine": [
{
"Path": "%spine\woman_combat0",
"Animation": ["idle_0"],
"Loop": true,
"IsCombat": true,
},
{
"Path": "%spine\woman_combat1",
"Animation": ["idle_0"],
"Loop": true,
"IsCombat": true,
},
],
"Script": "ConditionScripts.Class",
},
{
"Figure": ["Elf"],
"State": ["Knockback"],
"Spine": [
{
"Path": "%spine\woman_combat0",
"Animation": ["knockback_0"],
"Loop": true,
"IsCombat": true,
},
{
"Path": "%spine\woman_combat1",
"Animation": ["knockback_0"],
"Loop": true,
"IsCombat": true,
},
],
"Script": "ConditionScripts.Class",
},
{
"Figure": ["Elf"],
"State": ["Stun"],
"Spine": [
{
"Path": "%spine\woman_combat0",
"Animation": ["stun_0"],
"Loop": true,
"IsCombat": true,
},
{
"Path": "%spine\woman_combat1",
"Animation": ["stun_0"],
"Loop": true,
"IsCombat": true,
},
],
"Script": "ConditionScripts.Class",
},
{
"Figure": ["Elf"],
"State": ["Down"],
"Spine": [
{
"Path": "%spine\woman_down",
"Animation": ["idle_0", "idle_1"],
"Loop": true,
"IsCombat": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["Dead"],
"Spine": [
{
"Path": "%spine\woman_dead",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["Drop"],
"Spine": [
{
"Path": "%spine\woman_milk2",
"Animation": ["idle_0", "idle_1"],
"Loop": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["Captured"],
"Spine": [
{
"Path": "%spine\woman_down",
"Animation": ["idle_0", "idle_1"],
"Loop": true,
},
{
"Path": "%spine\woman_milk2",
"Animation": ["milk_0", "milk_1", "milk_titsA_exist$1", "milk_titsB_exist$2"],
"Loop": true,
},
],
"Script": "ConditionScripts.Captured",
},
{
"Figure": ["Elf"],
"State": ["Portrait"],
"Spine": [
{
"Path": "character\baby\spine\human_baby",
"Animation": ["animation"],
"Loop": false,
},
{
"Path": "%spine\woman_portrait_stand",
"Animation": ["animation"],
"Loop": false,
},
],
"Script": "ConditionScripts.Portrait",
},
{
"Figure": ["Elf"],
"State": ["PortraitCombat"],
"Spine": [
{
"Path": "character\baby\spine\human_baby",
"Animation": ["animation"],
"Loop": false,
},
{
"Path": "%spine\woman_portrait_combat0",
"Animation": ["animation"],
"Loop": false,
},
{
"Path": "%spine\woman_portrait_combat1",
"Animation": ["animation"],
"Loop": false,
},
],
"Script": "ConditionScripts.Portrait_Woman",
},
{
"Figure": ["Elf"],
"State": ["Information"],
"Spine": [
{
"Path": "%spine\woman_stand",
"Animation": ["information"],
"Loop": false,
},
],
},
{
"Figure": ["Elf"],
"State": ["Idle"],
"Spine": [
{
"Path": "%spine\woman_stand",
"Animation": ["idle_0"],
"Loop": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["Milk"],
"Spine": [
{
"Path": "%spine\woman_milk",
"Animation": ["idle_0", "idle_1"],
"Loop": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["Feed"],
"Spine": [
{
"Path": "%spine\woman_milk",
"Animation": ["milk_0", "milk_titsA_exist$1", "milk_titsB_exist$2", "milk_sound_ear$0"],
"Loop": true,
},
{
"Path": "%spine\woman_milk2",
"Animation": ["milk_0", "milk_titsA_exist$1", "milk_titsB_exist$2", "milk_sound_ear$0"],
"Loop": true,
},
],
"Script": "ConditionScripts.Feed",
},
{
"Figure": ["Elf"],
"State": ["Birth"],
"Spine": [
{
"Path": "%spine\woman_birth",
"Animation": ["birthA_0", "birthA_sound_ear$0"],
"Loop": false,
},
],
},
{
"Figure": ["Elf"],
"State": ["Womb"],
"Spine": [
{
"Path": "character\womb\spine\womb",
"Animation": ["idle_0", "fetus_fetuscount$0", "pregnant_pregnantsize$0"],
"Loop": true,
"IsPart": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["Baby"],
"Spine": [
{
"Path": "character\baby\spine\human_baby",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["Fetus"],
"Spine": [
{
"Path": "character\baby\spine\human_fetus",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["FetusHead"],
"Spine": [
{
"Path": "character\baby\spine\human_fetus_head",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["FetusBody"],
"Spine": [
{
"Path": "character\baby\spine\human_fetus_body",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["SuckleRight"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_right",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["SuckleLeft"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_left",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["SuckleRightHead"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_right_head",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["SuckleRightBody"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_right_body",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["SuckleLeftHead"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_left_head",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["SuckleLeftBody"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_left_body",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["PilloryIdle"],
"Spine": [
{
"Path": "%spine\woman_pillory",
"Animation": ["idle_0"],
"Loop": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["Hair"],
"Spine": [
{
"Path": "%spine\woman_hair",
"Animation": ["animation"],
"Loop": true,
"IsPart": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["Hair2"],
"Spine": [
{
"Path": "%spine\woman_hair2",
"Animation": ["animation"],
"Loop": true,
"IsPart": true,
},
],
},
{
"Figure": ["Elf"],
"State": ["Map"],
"Spine": [
{
"Path": "%spine\woman_stand",
"Animation": ["portrait"],
"Loop": false,
},
],
},
]
+12
View File
@@ -0,0 +1,12 @@
[
{
"Gene": ["Elf", "Player1"],
"CharacterId": "Elf",
"Chance": 70,
},
{
"Gene": ["Elf1", "Player1"],
"CharacterId": "Elf",
"Chance": 70,
},
]
+23
View File
@@ -0,0 +1,23 @@
{
"PrototypeId": "Elf",
"Id": "ElfBow",
"Health": [20],
"Damage": [8],
"CriticalHtiChance": [14],
"CriticalHtiMultiplier": [190],
"KnockbackStability": [15],
"Defense": [0],
"AttackSpeedMultiplier": [1],
"Skill": [
{
"Hide": true,
"HitType": "Projectile:HumanArrow",
"State": "Attack",
"Range": [13],
},
],
}
+48
View File
@@ -0,0 +1,48 @@
{
"Id": "Human",
"Name": "#Woman",
"Figure": "Human",
"Gene": "Human",
"Type": "Slave",
"Gender": "Female",
"Race": "Human",
"Priority": [0, 1, 1],
"FilterPriority": [201],
"ConceptionRate": [70],
"BabyGrowthTime": [60],
"FetalGrowthTime": [180],
"Health": [35],
"Damage": [4],
"CriticalHtiChance": [15],
"CriticalHtiMultiplier": [150],
"KnockbackStability": [15],
"KnockbackDistance": [130],
"CaptureChance": [55],
"Defense": [5],
"WalkingSpeed": [320],
"WalkingSpeedMultiplier": [1],
"AttackSpeedMultiplier": [1],
"Size": [1, 0.5],
"Deployment": [2, 1],
"Script": "CharacterScripts.Human",
"ScriptCombat": "CharacterBehaviourScripts.Attacker",
"ScriptRetreat": "CharacterBehaviourScripts.Retreat",
"Skill": [
{
"Hide": true,
"HitType": "Melee",
"State": "Attack",
"Range": [1.5],
},
],
}
+484
View File
@@ -0,0 +1,484 @@
[
{
"Figure": ["Human"],
"State": ["Patrol"],
"Spine": [
{
"Path": "%spine\woman_combat0",
"Animation": ["walk_0"],
"Loop": true,
"IsCombat": true,
},
{
"Path": "%spine\woman_combat1",
"Animation": ["walk_0"],
"Loop": true,
"IsCombat": true,
},
],
"Script": "ConditionScripts.Class",
},
{
"Figure": ["Human"],
"State": ["Chase"],
"Spine": [
{
"Path": "%spine\woman_combat0",
"Animation": ["walk_0"],
"Loop": true,
"IsCombat": true,
},
{
"Path": "%spine\woman_combat1",
"Animation": ["walk_0"],
"Loop": true,
"IsCombat": true,
},
],
"Script": "ConditionScripts.Class",
},
{
"Figure": ["Human"],
"State": ["Attack"],
"Spine": [
{
"Path": "%spine\woman_combat0",
"Animation": ["attack_0"],
"Loop": true,
"IsCombat": true,
},
{
"Path": "%spine\woman_combat1",
"Animation": ["attack_0"],
"Loop": true,
"IsCombat": true,
},
],
"Script": "ConditionScripts.Class",
},
{
"Figure": ["Human"],
"State": ["Wait"],
"Spine": [
{
"Path": "%spine\woman_combat0",
"Animation": ["idle_0"],
"Loop": true,
"IsCombat": true,
},
{
"Path": "%spine\woman_combat1",
"Animation": ["idle_0"],
"Loop": true,
"IsCombat": true,
},
],
"Script": "ConditionScripts.Class",
},
{
"Figure": ["Human"],
"State": ["Knockback"],
"Spine": [
{
"Path": "%spine\woman_combat0",
"Animation": ["knockback_0"],
"Loop": true,
"IsCombat": true,
},
{
"Path": "%spine\woman_combat1",
"Animation": ["knockback_0"],
"Loop": true,
"IsCombat": true,
},
],
"Script": "ConditionScripts.Class",
},
{
"Figure": ["Human"],
"State": ["Stun"],
"Spine": [
{
"Path": "%spine\woman_combat0",
"Animation": ["stun_0"],
"Loop": true,
"IsCombat": true,
},
{
"Path": "%spine\woman_combat1",
"Animation": ["stun_0"],
"Loop": true,
"IsCombat": true,
},
],
"Script": "ConditionScripts.Class",
},
{
"Figure": ["Human"],
"State": ["Down"],
"Spine": [
{
"Path": "%spine\woman_down",
"Animation": ["idle_0", "idle_1"],
"Loop": true,
"IsCombat": true,
},
],
},
{
"Figure": ["Human"],
"State": ["Dead"],
"Spine": [
{
"Path": "%spine\woman_dead",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Human"],
"State": ["Drop"],
"Spine": [
{
"Path": "%spine\woman_milk2",
"Animation": ["idle_0", "idle_1"],
"Loop": true,
},
],
},
{
"Figure": ["Human"],
"State": ["Captured"],
"Spine": [
{
"Path": "%spine\woman_down",
"Animation": ["idle_0", "idle_1"],
"Loop": true,
},
{
"Path": "%spine\woman_milk2",
"Animation": ["milk_0", "milk_1", "milk_titsA_exist$1", "milk_titsB_exist$2"],
"Loop": true,
},
],
"Script": "ConditionScripts.Captured",
},
{
"Figure": ["Human"],
"State": ["Portrait"],
"Spine": [
{
"Path": "character\baby\spine\human_baby",
"Animation": ["animation"],
"Loop": false,
},
{
"Path": "%spine\woman_portrait_stand",
"Animation": ["animation"],
"Loop": false,
},
],
"Script": "ConditionScripts.Portrait",
},
{
"Figure": ["Human"],
"State": ["PortraitCombat"],
"Spine": [
{
"Path": "character\baby\spine\human_baby",
"Animation": ["animation"],
"Loop": false,
},
{
"Path": "%spine\woman_portrait_combat0",
"Animation": ["animation"],
"Loop": false,
},
{
"Path": "%spine\woman_portrait_combat1",
"Animation": ["animation"],
"Loop": false,
},
],
"Script": "ConditionScripts.Portrait_Woman",
},
{
"Figure": ["Human"],
"State": ["Information"],
"Spine": [
{
"Path": "%spine\woman_stand",
"Animation": ["information"],
"Loop": false,
},
],
},
{
"Figure": ["Human"],
"State": ["Idle"],
"Spine": [
{
"Path": "%spine\woman_stand",
"Animation": ["idle_0"],
"Loop": true,
},
],
},
{
"Figure": ["Human"],
"State": ["Milk"],
"Spine": [
{
"Path": "%spine\woman_milk",
"Animation": ["idle_0", "idle_1"],
"Loop": true,
},
],
},
{
"Figure": ["Human"],
"State": ["Feed"],
"Spine": [
{
"Path": "%spine\woman_milk",
"Animation": ["milk_0", "milk_titsA_exist$1", "milk_titsB_exist$2", "milk_sound_ear$0"],
"Loop": true,
},
{
"Path": "%spine\woman_milk2",
"Animation": ["milk_0", "milk_titsA_exist$1", "milk_titsB_exist$2", "milk_sound_ear$0"],
"Loop": true,
},
],
"Script": "ConditionScripts.Feed",
},
{
"Figure": ["Human"],
"State": ["Birth"],
"Spine": [
{
"Path": "%spine\woman_birth",
"Animation": ["birthA_0", "birthA_sound_ear$0"],
"Loop": false,
},
],
},
{
"Figure": ["Human"],
"State": ["Womb"],
"Spine": [
{
"Path": "character\womb\spine\womb",
"Animation": ["idle_0", "fetus_fetuscount$0", "pregnant_pregnantsize$0"],
"Loop": true,
"IsPart": true,
},
],
},
{
"Figure": ["Human"],
"State": ["Baby"],
"Spine": [
{
"Path": "character\baby\spine\human_baby",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Human"],
"State": ["Fetus"],
"Spine": [
{
"Path": "character\baby\spine\human_fetus",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Human"],
"State": ["FetusHead"],
"Spine": [
{
"Path": "character\baby\spine\human_fetus_head",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Human"],
"State": ["FetusBody"],
"Spine": [
{
"Path": "character\baby\spine\human_fetus_body",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Human"],
"State": ["SuckleRight"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_right",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Human"],
"State": ["SuckleLeft"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_left",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Human"],
"State": ["SuckleRightHead"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_right_head",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Human"],
"State": ["SuckleRightBody"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_right_body",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Human"],
"State": ["SuckleLeftHead"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_left_head",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Human"],
"State": ["SuckleLeftBody"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_left_body",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Human"],
"State": ["PilloryIdle"],
"Spine": [
{
"Path": "%spine\woman_pillory",
"Animation": ["idle_0"],
"Loop": true,
},
],
},
{
"Figure": ["Human"],
"State": ["Hair"],
"Spine": [
{
"Path": "%spine\woman_hair",
"Animation": ["animation"],
"Loop": true,
"IsPart": true,
},
],
},
{
"Figure": ["Human"],
"State": ["Hair2"],
"Spine": [
{
"Path": "%spine\woman_hair2",
"Animation": ["animation"],
"Loop": true,
"IsPart": true,
},
],
},
{
"Figure": ["Human"],
"State": ["Map"],
"Spine": [
{
"Path": "%spine\woman_stand",
"Animation": ["portrait"],
"Loop": false,
},
],
},
]
+17
View File
@@ -0,0 +1,17 @@
[
{
"Gene": ["Human", "Player1"],
"CharacterId": "Human",
"Chance": 70,
},
{
"Gene": ["Sister", "Player1"],
"CharacterId": "Human",
"Chance": 70,
},
{
"Gene": ["Knight", "Player1"],
"CharacterId": "Human",
"Chance": 70,
},
]
+23
View File
@@ -0,0 +1,23 @@
{
"PrototypeId": "Human",
"Id": "HumanBow",
"Health": [25],
"Damage": [6],
"CriticalHtiChance": [17],
"CriticalHtiMultiplier": [170],
"KnockbackStability": [10],
"Defense": [0],
"AttackSpeedMultiplier": [1],
"Skill": [
{
"Hide": true,
"HitType": "Projectile:HumanArrow",
"State": "Attack",
"Range": [15],
},
],
}
@@ -0,0 +1,7 @@
{
"Id": "HumanArrow",
"Name": "#Arrow",
"Type": "Arrow",
"Figure": "HumanArrow",
"Speed": [20],
}
@@ -0,0 +1,22 @@
[
{
"Figure": ["HumanArrow"],
"State": ["Fly"],
"Image": [
{
"Path": "%image\fly.png",
"Pivot": [0.981, 0.556],
},
],
},
{
"Figure": ["HumanArrow"],
"State": ["Stuck"],
"Image": [
{
"Path": "%image\stuck.png",
"Pivot": [0.979, 0.576],
},
],
},
]
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://blof18a4kkm7r"
path="res://.godot/imported/fly.png-3fcd0a3e3aa945545de4a2def7ce5d10.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://characters/human/projectile/arrow/image/fly.png"
dest_files=["res://.godot/imported/fly.png-3fcd0a3e3aa945545de4a2def7ce5d10.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bojjpn86oi326"
path="res://.godot/imported/stuck.png-0c94beaf8b8a565bb6eea42e4381cfc7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://characters/human/projectile/arrow/image/stuck.png"
dest_files=["res://.godot/imported/stuck.png-0c94beaf8b8a565bb6eea42e4381cfc7.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
@@ -0,0 +1,297 @@
woman_birth.png
size:684,684
filter:Linear,Linear
BabyA_0
bounds:606,332,40,40
offsets:519,173,1080,1080
BabyA_0_1
bounds:606,332,40,40
offsets:519,173,1080,1080
BabyA_1
bounds:619,245,46,40
offsets:513,173,1080,1080
BabyA_1_1
bounds:628,203,47,40
offsets:512,173,1080,1080
BabyB_0
bounds:619,287,30,43
offsets:513,186,1080,1080
BabyB_0_1
bounds:619,287,30,43
offsets:513,186,1080,1080
BabyB_1
bounds:488,10,30,44
offsets:513,186,1080,1080
BabyB_1_1
bounds:488,10,30,44
offsets:513,186,1080,1080
BabyD4_1
bounds:283,10,36,15
offsets:528,200,1080,1080
BabyD4_1_1
bounds:283,10,36,15
offsets:528,200,1080,1080
C_armA
bounds:2,272,123,126
offsets:366,146,1080,1080
C_armB
bounds:476,56,44,59
offsets:502,210,1080,1080
C_armclothA_1
bounds:460,117,47,41
offsets:385,146,1080,1080
C_bodyA_3
bounds:357,410,106,95
offsets:477,151,1080,1080
C_bodyA_4
bounds:221,169,110,103
offsets:476,151,1080,1080
C_bodyA_L_3
bounds:321,24,40,72
offsets:542,168,1080,1080
C_bodyA_L_4
bounds:154,2,48,81
offsets:535,169,1080,1080
C_bodyB
bounds:465,438,76,90
offsets:462,188,1080,1080
C_chainA_1
bounds:366,284,92,33
offsets:341,134,1080,1080
C_chainB_1
bounds:409,653,160,29
offsets:337,151,1080,1080
C_chainC_1
bounds:2,2,96,28
offsets:562,148,1080,1080
C_eyeA1_a
bounds:615,105,48,17
offsets:483,277,1080,1080
C_eyeA1_b
bounds:547,101,52,19
offsets:481,275,1080,1080
C_eyeB1_a
bounds:572,3,48,17
offsets:483,277,1080,1080
C_eyeB1_b
bounds:522,41,52,19
offsets:481,275,1080,1080
C_eyeB2_a
bounds:627,21,45,17
offsets:485,276,1080,1080
C_faceA1_a
bounds:615,124,45,37
offsets:488,266,1080,1080
C_faceA1_b
bounds:618,402,44,38
offsets:490,262,1080,1080
C_faceA2
bounds:601,113,12,7
offsets:484,277,1080,1080
C_faceB1_a
bounds:546,62,45,37
offsets:488,266,1080,1080
C_faceB1_b
bounds:593,61,44,38
offsets:490,262,1080,1080
C_faceB2
bounds:601,104,12,7
offsets:484,277,1080,1080
C_hairA_0
bounds:320,277,44,108
offsets:457,221,1080,1080
C_hairA_1
bounds:333,173,50,102
offsets:448,222,1080,1080
C_hairA_2
bounds:204,6,33,77
offsets:468,243,1080,1080
C_hairA_3
bounds:583,235,34,95
offsets:465,233,1080,1080
C_hairB_0
bounds:402,2,34,51
offsets:507,282,1080,1080
C_hairB_1
bounds:482,160,68,64
offsets:476,271,1080,1080
C_hairB_2
bounds:313,98,39,69
offsets:508,266,1080,1080
C_hairB_3
bounds:546,374,70,64
offsets:475,270,1080,1080
C_hairC_0
bounds:540,332,64,40
offsets:474,287,1080,1080
C_hairC_2
bounds:543,440,62,48
offsets:476,284,1080,1080
C_hairD_0
bounds:120,53,32,96
offsets:521,232,1080,1080
C_hairD_1
bounds:447,185,33,97
offsets:521,231,1080,1080
C_hairD_2
bounds:545,236,36,94
offsets:517,236,1080,1080
C_hairD_3
bounds:363,17,37,88
offsets:512,243,1080,1080
C_hairE_0
bounds:366,319,90,89
offsets:450,268,1080,1080
C_hairE_1
bounds:122,159,97,109
offsets:443,248,1080,1080
C_hairE_2
bounds:2,151,118,119
offsets:426,238,1080,1080
C_hairE_3
bounds:2,400,218,209
offsets:322,148,1080,1080
C_hairF_0
bounds:482,226,61,91
offsets:424,273,1080,1080
C_hairG_1
bounds:2,32,116,117
offsets:384,143,1080,1080
C_headA_0
bounds:402,55,72,60
offsets:465,259,1080,1080
C_headA_1
bounds:571,622,109,60
offsets:428,259,1080,1080
C_legA1
bounds:127,270,77,128
offsets:379,100,1080,1080
C_legA2
bounds:222,387,133,107
offsets:418,129,1080,1080
C_legA2_L
bounds:353,507,97,102
offsets:434,132,1080,1080
C_legB1
bounds:222,496,129,113
offsets:623,123,1080,1080
C_legB2
bounds:206,274,112,111
offsets:538,135,1080,1080
C_legB2_L
bounds:385,180,60,102
offsets:569,140,1080,1080
C_nippleA
bounds:639,40,24,22
offsets:468,240,1080,1080
C_nippleB
bounds:460,164,19,19
offsets:535,244,1080,1080
C_pussyA_a
bounds:650,375,22,25
offsets:540,147,1080,1080
C_pussyA_b
bounds:544,624,25,27
offsets:538,145,1080,1080
C_pussyB
bounds:239,2,42,23
offsets:534,159,1080,1080
C_pussyC_a
bounds:639,64,28,25
offsets:544,146,1080,1080
C_pussyC_b
bounds:618,374,30,26
offsets:543,145,1080,1080
C_semenA_1
bounds:522,62,22,53
offsets:524,129,1080,1080
C_semenA_2
bounds:624,544,52,76
offsets:496,129,1080,1080
C_semenB_1
bounds:100,9,15,21
offsets:542,137,1080,1080
C_semenB_2
bounds:460,296,19,21
offsets:540,135,1080,1080
C_semenC_1
bounds:120,2,22,49
offsets:559,135,1080,1080
C_semenC_2
bounds:354,107,40,64
offsets:551,134,1080,1080
C_semenD_2
bounds:576,43,52,16
offsets:530,125,1080,1080
C_semenD_3
bounds:409,625,129,26
offsets:507,115,1080,1080
C_semeninA_1_1
bounds:639,91,43,12
offsets:519,170,1080,1080
C_semeninA_2_1
bounds:520,15,50,24
offsets:515,165,1080,1080
C_semeninA_3_1
bounds:625,515,57,27
offsets:496,170,1080,1080
C_semeninA_4_1
bounds:628,470,54,43
offsets:497,167,1080,1080
C_semeninA_5_1
bounds:465,384,79,52
offsets:497,172,1080,1080
C_semeninA_6_1
bounds:458,319,80,63
offsets:497,171,1080,1080
C_semeninA_7_1
bounds:239,27,80,68
offsets:492,173,1080,1080
C_semeninB_1_1
bounds:409,611,34,12
offsets:515,170,1080,1080
C_semeninB_2_1
bounds:576,22,49,19
offsets:502,170,1080,1080
C_semeninB_3_1
bounds:607,442,56,26
offsets:511,170,1080,1080
C_semeninB_4_1
bounds:552,122,61,42
offsets:514,170,1080,1080
C_semeninB_5_1
bounds:544,490,79,52
offsets:498,170,1080,1080
C_semeninB_6_1
bounds:552,166,74,67
offsets:497,170,1080,1080
C_semeninB_7_1
bounds:228,97,83,70
offsets:493,170,1080,1080
C_titsA
bounds:438,7,48,46
offsets:464,219,1080,1080
C_titsA_L
bounds:509,117,36,41
offsets:468,221,1080,1080
C_titsB
bounds:628,163,46,38
offsets:509,227,1080,1080
C_titsB_L
bounds:520,2,26,11
offsets:522,252,1080,1080
C_wombA_3_1
bounds:154,85,72,72
offsets:501,166,1080,1080
C_wombA_4_1
bounds:452,530,90,93
offsets:490,160,1080,1080
C_wombB_3_1
bounds:396,117,62,61
offsets:506,171,1080,1080
C_wombB_4_1
bounds:544,544,78,76
offsets:496,168,1080,1080
shadow
bounds:2,611,405,71
offsets:340,102,1080,1080
Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bgtkeodkb063w"
path="res://.godot/imported/woman_birth.png-40996057a8ec0f47af0320a7387e3c96.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://characters/human/spine/woman_birth.png"
dest_files=["res://.godot/imported/woman_birth.png-40996057a8ec0f47af0320a7387e3c96.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.
@@ -0,0 +1,174 @@
woman_combat0.png
size:656,656
filter:Linear,Linear
C_armA1
bounds:424,87,55,103
offsets:466,378,1080,1080
C_armA2
bounds:140,42,64,97
offsets:479,455,1080,1080
C_armA3
bounds:575,19,36,48
offsets:468,369,1080,1080
C_armB1
bounds:598,395,54,94
offsets:551,454,1080,1080
C_armB2
bounds:524,190,60,85
offsets:563,395,1080,1080
C_armB3
bounds:505,497,30,35
offsets:598,375,1080,1080
C_bodyA
bounds:297,60,72,106
offsets:516,463,1080,1080
C_bodyB
bounds:415,555,89,99
offsets:506,380,1080,1080
C_bodyB_L
bounds:587,72,23,48
offsets:566,399,1080,1080
C_cloth_bodyA1
bounds:297,8,66,50
offsets:516,504,1080,1080
C_cloth_bodyA2
bounds:506,534,90,48
offsets:507,425,1080,1080
C_cloth_bodyA3
bounds:211,118,83,67
offsets:525,460,1080,1080
C_cloth_bodyB1
bounds:163,354,179,123
offsets:436,322,1080,1080
C_eyeA1_a
bounds:551,282,47,20
offsets:542,566,1080,1080
C_eyeA1_b
bounds:190,2,48,21
offsets:541,565,1080,1080
C_eyeB1_a
bounds:594,122,47,20
offsets:542,566,1080,1080
C_eyeB1_b
bounds:240,2,48,21
offsets:541,565,1080,1080
C_eyeB2_a
bounds:600,295,43,17
offsets:544,566,1080,1080
C_faceA1_a
bounds:586,192,43,40
offsets:548,553,1080,1080
C_faceA1_b
bounds:542,388,44,47
offsets:548,548,1080,1080
C_faceA1_c
bounds:586,234,43,46
offsets:548,547,1080,1080
C_faceB1_a
bounds:586,314,43,40
offsets:548,553,1080,1080
C_faceB2_b
bounds:445,506,44,47
offsets:548,548,1080,1080
C_faceB2_c
bounds:594,144,43,46
offsets:548,547,1080,1080
C_hairA_0
bounds:99,4,39,113
offsets:524,509,1080,1080
C_hairA_1
bounds:371,73,51,107
offsets:500,515,1080,1080
C_hairA_2
bounds:551,304,33,82
offsets:522,528,1080,1080
C_hairA_3
bounds:465,379,36,110
offsets:519,512,1080,1080
C_hairB_0
bounds:620,600,33,54
offsets:564,572,1080,1080
C_hairB_1
bounds:522,122,70,66
offsets:531,561,1080,1080
C_hairB_2
bounds:480,199,42,67
offsets:561,559,1080,1080
C_hairB_3
bounds:371,2,61,69
offsets:532,557,1080,1080
C_hairC_0
bounds:522,69,63,51
offsets:533,575,1080,1080
C_hairC_2
bounds:512,19,61,48
offsets:532,574,1080,1080
C_hairD_0
bounds:480,268,31,109
offsets:572,511,1080,1080
C_hairD_1
bounds:513,277,36,103
offsets:572,516,1080,1080
C_hairD_2
bounds:481,98,39,99
offsets:569,521,1080,1080
C_hairD_3
bounds:503,382,37,107
offsets:568,515,1080,1080
C_hairE_0
bounds:206,25,89,91
offsets:505,547,1080,1080
C_hairE_1
bounds:2,3,95,114
offsets:498,524,1080,1080
C_hairE_2
bounds:344,357,119,120
offsets:480,518,1080,1080
C_hairE_3
bounds:2,358,159,296
offsets:435,342,1080,1080
C_hairF_0
bounds:542,437,54,95
offsets:475,533,1080,1080
C_hairG_1
bounds:115,141,94,211
offsets:442,319,1080,1080
C_hairG_2
bounds:2,119,111,237
offsets:425,293,1080,1080
C_headA_0
bounds:434,14,76,71
offsets:517,542,1080,1080
C_headA_1
bounds:506,584,112,70
offsets:482,543,1080,1080
C_legA1
bounds:298,168,61,184
offsets:492,258,1080,1080
C_legA1_L
bounds:598,491,56,91
offsets:491,325,1080,1080
C_legA2
bounds:211,187,85,165
offsets:468,134,1080,1080
C_legA3
bounds:140,2,48,38
offsets:465,126,1080,1080
C_legB1
bounds:361,182,60,173
offsets:543,264,1080,1080
C_legB1_L
bounds:491,496,12,57
offsets:586,331,1080,1080
C_legB2
bounds:423,192,55,163
offsets:556,139,1080,1080
C_legB3
bounds:600,356,53,37
offsets:565,133,1080,1080
shadow
bounds:163,479,280,61
offsets:403,112,1080,1080
weapon
bounds:163,542,250,112
offsets:443,295,1080,1080
Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://4bm2a5gjsblx"
path="res://.godot/imported/woman_combat0.png-a00d84f0495ba638b486b242cdfbba0d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://characters/human/spine/woman_combat0.png"
dest_files=["res://.godot/imported/woman_combat0.png-a00d84f0495ba638b486b242cdfbba0d.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.
@@ -0,0 +1,186 @@
woman_combat1.png
size:736,736
filter:Linear,Linear
C_armA1
bounds:388,51,48,89
offsets:470,391,1080,1080
C_armA2
bounds:402,272,50,90
offsets:485,455,1080,1080
C_armA3_a
bounds:228,295,35,52
offsets:468,365,1080,1080
C_armA3_b
bounds:517,37,47,60
offsets:463,357,1080,1080
C_armB1
bounds:438,72,42,89
offsets:552,454,1080,1080
C_armB2
bounds:638,245,55,80
offsets:565,396,1080,1080
C_armB3
bounds:256,42,32,35
offsets:598,375,1080,1080
C_bodyA
bounds:144,7,72,106
offsets:516,463,1080,1080
C_bodyB
bounds:570,327,89,99
offsets:506,380,1080,1080
C_bodyB_L
bounds:705,686,23,48
offsets:566,399,1080,1080
C_cloth_bodyA1
bounds:480,2,55,33
offsets:518,521,1080,1080
C_cloth_bodyA2
bounds:297,258,103,77
offsets:493,395,1080,1080
C_cloth_bodyA3
bounds:454,287,83,67
offsets:525,460,1080,1080
C_cloth_bodyA4
bounds:570,113,56,71
offsets:534,397,1080,1080
C_cloth_bodyB1
bounds:2,26,140,262
offsets:461,222,1080,1080
C_eyeA1_a
bounds:218,2,47,20
offsets:542,566,1080,1080
C_eyeA1_b
bounds:2,3,48,21
offsets:541,565,1080,1080
C_eyeB1_a
bounds:297,566,47,20
offsets:542,566,1080,1080
C_eyeB1_b
bounds:52,3,48,21
offsets:541,565,1080,1080
C_eyeB2_a
bounds:537,18,43,17
offsets:544,566,1080,1080
C_faceA1_a
bounds:628,82,43,40
offsets:548,553,1080,1080
C_faceA1_b
bounds:388,2,44,47
offsets:548,548,1080,1080
C_faceA1_c
bounds:691,126,43,46
offsets:548,547,1080,1080
C_faceB1_a
bounds:616,34,43,40
offsets:548,553,1080,1080
C_faceB2_b
bounds:434,2,44,47
offsets:548,548,1080,1080
C_faceB2_c
bounds:691,78,43,46
offsets:548,547,1080,1080
C_hairA_0
bounds:256,180,39,113
offsets:524,509,1080,1080
C_hairA_1
bounds:661,345,51,107
offsets:500,515,1080,1080
C_hairA_2
bounds:482,106,33,82
offsets:522,528,1080,1080
C_hairA_3
bounds:218,24,36,110
offsets:519,512,1080,1080
C_hairB_0
bounds:482,50,33,54
offsets:564,572,1080,1080
C_hairB_1
bounds:560,186,70,66
offsets:531,561,1080,1080
C_hairB_2
bounds:661,9,42,67
offsets:561,559,1080,1080
C_hairB_3
bounds:632,174,61,69
offsets:532,557,1080,1080
C_hairC_0
bounds:163,296,63,51
offsets:533,575,1080,1080
C_hairC_2
bounds:628,124,61,48
offsets:532,574,1080,1080
C_hairD_0
bounds:394,147,31,109
offsets:572,511,1080,1080
C_hairD_1
bounds:522,182,36,103
offsets:572,516,1080,1080
C_hairD_2
bounds:256,79,39,99
offsets:569,521,1080,1080
C_hairD_3
bounds:427,163,37,107
offsets:568,515,1080,1080
C_hairE_0
bounds:297,49,89,91
offsets:505,547,1080,1080
C_hairE_1
bounds:297,142,95,114
offsets:498,524,1080,1080
C_hairE_2
bounds:456,428,119,120
offsets:480,518,1080,1080
C_hairE_3
bounds:2,290,159,296
offsets:435,342,1080,1080
C_hairF_0
bounds:466,190,54,95
offsets:475,533,1080,1080
C_hairF_1
bounds:297,337,94,211
offsets:442,319,1080,1080
C_hairG_2
bounds:163,349,111,237
offsets:425,293,1080,1080
C_headA_0
bounds:560,254,76,71
offsets:517,542,1080,1080
C_headA_1
bounds:456,356,112,70
offsets:482,543,1080,1080
C_legA1
bounds:393,364,61,184
offsets:492,258,1080,1080
C_legA1_L
bounds:577,428,57,120
offsets:494,284,1080,1080
C_legA2
bounds:636,454,78,157
offsets:469,135,1080,1080
C_legA3
bounds:566,37,48,37
offsets:464,126,1080,1080
C_legB1
bounds:144,115,60,173
offsets:543,264,1080,1080
C_legB1_L
bounds:517,99,51,81
offsets:549,314,1080,1080
C_legB2
bounds:206,136,48,157
offsets:555,140,1080,1080
C_legB3
bounds:570,76,55,35
offsets:562,133,1080,1080
arrow
bounds:276,295,19,291
offsets:650,210,1080,1080
shadow
bounds:346,550,280,61
offsets:403,112,1080,1080
weaponA
bounds:2,588,342,146
offsets:432,337,1080,1080
weaponB
bounds:346,613,357,121
offsets:421,361,1080,1080
Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://drscwpde0ymvb"
path="res://.godot/imported/woman_combat1.png-4d81258b724d86e588c47016537851f0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://characters/human/spine/woman_combat1.png"
dest_files=["res://.godot/imported/woman_combat1.png-4d81258b724d86e588c47016537851f0.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.
@@ -0,0 +1,66 @@
woman_dead.png
size:524,524
filter:Linear,Linear
C_armA
bounds:2,161,176,91
offsets:321,115,1080,1080
C_body_0
bounds:2,254,218,104
offsets:437,110,1080,1080
C_body_1
bounds:2,360,219,104
offsets:436,110,1080,1080
C_cloth_bodyA2
bounds:410,95,33,74
offsets:511,126,1080,1080
C_eyeA1_a
bounds:435,272,28,21
offsets:419,153,1080,1080
C_eyeB1_a
bounds:180,233,31,19
offsets:414,153,1080,1080
C_faceA1_c
bounds:503,486,17,34
offsets:411,145,1080,1080
C_faceB1_c
bounds:180,202,15,29
offsets:411,144,1080,1080
C_hairA_0
bounds:347,171,97,79
offsets:377,114,1080,1080
C_hairA_1
bounds:185,7,107,80
offsets:372,115,1080,1080
C_hairA_2
bounds:310,86,98,83
offsets:377,111,1080,1080
C_hairA_3
bounds:409,378,95,86
offsets:373,110,1080,1080
C_hairF_0
bounds:223,278,133,89
offsets:328,123,1080,1080
C_hairF_1
bounds:223,369,184,95
offsets:286,121,1080,1080
C_hairF_2
bounds:222,187,123,89
offsets:360,126,1080,1080
C_hairF_3
bounds:185,89,123,96
offsets:367,124,1080,1080
C_headA_0
bounds:435,295,80,81
offsets:384,122,1080,1080
C_headA_1
bounds:358,252,75,115
offsets:388,123,1080,1080
C_legA_0
bounds:2,83,181,76
offsets:629,101,1080,1080
C_legA_1
bounds:2,9,181,72
offsets:626,105,1080,1080
shadow
bounds:2,466,499,54
offsets:300,112,1080,1080
Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bmkoesugoyiwx"
path="res://.godot/imported/woman_dead.png-6961aeb7d87598131fc83545f2d399f0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://characters/human/spine/woman_dead.png"
dest_files=["res://.godot/imported/woman_dead.png-6961aeb7d87598131fc83545f2d399f0.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.
+162
View File
@@ -0,0 +1,162 @@
woman_down.png
size:644,644
filter:Linear,Linear
C_armA1
bounds:114,7,105,50
offsets:434,184,1080,1080
C_armA2
bounds:477,170,55,88
offsets:483,188,1080,1080
C_armA2_L
bounds:605,351,23,51
offsets:505,220,1080,1080
C_armB1
bounds:81,192,101,64
offsets:394,139,1080,1080
C_armB2
bounds:378,172,59,90
offsets:433,176,1080,1080
C_armclothA
bounds:504,348,99,108
offsets:431,136,1080,1080
C_armclothB
bounds:259,2,55,32
offsets:394,137,1080,1080
C_armclothC
bounds:266,102,48,60
offsets:419,154,1080,1080
C_body
bounds:2,13,110,158
offsets:449,132,1080,1080
C_eyeA1_a
bounds:559,129,46,21
offsets:462,284,1080,1080
C_eyeB1_a
bounds:559,106,46,21
offsets:462,284,1080,1080
C_eyeB2_a
bounds:81,176,21,14
offsets:463,289,1080,1080
C_faceA1_a
bounds:399,11,52,47
offsets:462,265,1080,1080
C_faceA1_b
bounds:479,123,53,45
offsets:462,268,1080,1080
C_faceB1_a
bounds:488,21,52,47
offsets:462,265,1080,1080
C_faceB1_b
bounds:398,60,53,45
offsets:462,268,1080,1080
C_hairA_0
bounds:266,164,46,109
offsets:443,232,1080,1080
C_hairA_1
bounds:208,103,56,102
offsets:426,235,1080,1080
C_hairA_2
bounds:570,152,33,84
offsets:446,250,1080,1080
C_hairA_3
bounds:534,155,34,103
offsets:443,233,1080,1080
C_hairB_0
bounds:453,50,33,55
offsets:493,287,1080,1080
C_hairB_1
bounds:356,110,70,60
offsets:458,281,1080,1080
C_hairB_2
bounds:316,115,38,68
offsets:489,271,1080,1080
C_hairB_3
bounds:259,36,70,64
offsets:453,278,1080,1080
C_hairC_0
bounds:331,60,65,48
offsets:456,295,1080,1080
C_hairC_2
bounds:331,23,66,35
offsets:455,300,1080,1080
C_hairD_0
bounds:579,238,30,108
offsets:493,230,1080,1080
C_hairD_1
bounds:221,2,36,99
offsets:497,240,1080,1080
C_hairD_2
bounds:605,490,37,93
offsets:495,244,1080,1080
C_hairD_3
bounds:439,161,36,101
offsets:493,238,1080,1080
C_hairE_0
bounds:486,260,91,86
offsets:429,275,1080,1080
C_hairE_1
bounds:504,458,96,114
offsets:423,248,1080,1080
C_hairE_2
bounds:173,277,117,120
offsets:406,243,1080,1080
C_hairE_3
bounds:2,402,184,240
offsets:335,122,1080,1080
C_hairF_0
bounds:314,185,62,88
offsets:396,271,1080,1080
C_hairG_1
bounds:188,399,138,129
offsets:342,128,1080,1080
C_headA_0
bounds:184,207,80,68
offsets:439,263,1080,1080
C_headA_1
bounds:485,574,116,68
offsets:403,263,1080,1080
C_legA1
bounds:391,264,93,133
offsets:514,111,1080,1080
C_legA2
bounds:328,399,122,129
offsets:486,131,1080,1080
C_legA2_L
bounds:292,275,97,122
offsets:494,134,1080,1080
C_legB1
bounds:81,258,90,142
offsets:595,127,1080,1080
C_legB2
bounds:114,59,92,131
offsets:532,140,1080,1080
C_legB2_L
bounds:452,403,50,125
offsets:554,143,1080,1080
C_nippleA
bounds:611,457,31,31
offsets:467,211,1080,1080
C_nippleB
bounds:534,125,23,28
offsets:430,185,1080,1080
C_titsA
bounds:428,107,49,52
offsets:460,199,1080,1080
C_titsA_L
bounds:488,70,49,51
offsets:460,199,1080,1080
C_titsB
bounds:603,585,39,57
offsets:433,182,1080,1080
C_titsB_L
bounds:605,404,34,51
offsets:433,182,1080,1080
shadow
bounds:188,586,295,56
offsets:389,112,1080,1080
weaponA_0
bounds:2,173,77,227
offsets:575,130,1080,1080
weaponA_1
bounds:188,530,280,54
offsets:374,89,1080,1080
Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bpfn5uitcb4ky"
path="res://.godot/imported/woman_down.png-51d2be17926d53cafe641c86defd4014.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://characters/human/spine/woman_down.png"
dest_files=["res://.godot/imported/woman_down.png-51d2be17926d53cafe641c86defd4014.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.
@@ -0,0 +1,18 @@
woman_hair.png
size:256,128
filter:Linear,Linear
C_hairA_0
bounds:55,11,39,113
offsets:524,509,1080,1080
C_hairA_1
bounds:2,17,51,107
offsets:500,515,1080,1080
C_hairB_0
bounds:96,2,33,54
offsets:564,572,1080,1080
C_hairB_1
bounds:96,58,70,66
offsets:531,561,1080,1080
C_hairC_0
bounds:168,73,63,51
offsets:533,575,1080,1080
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://usxon7rqmvoj"
path="res://.godot/imported/woman_hair.png-0727edf6488e1c509e48d8da450fabeb.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://characters/human/spine/woman_hair.png"
dest_files=["res://.godot/imported/woman_hair.png-0727edf6488e1c509e48d8da450fabeb.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.
@@ -0,0 +1,15 @@
woman_hair2.png
size:128,512
filter:Linear,Linear
C_hairD_0
bounds:2,2,31,109
offsets:572,511,1080,1080
C_hairD_1
bounds:58,105,36,103
offsets:572,516,1080,1080
C_hairF_0
bounds:2,113,54,95
offsets:475,533,1080,1080
C_hairG_1
bounds:2,210,94,211
offsets:442,319,1080,1080
Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cerqr354r17wc"
path="res://.godot/imported/woman_hair2.png-15b3575d7caec48237268777107ca6b7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://characters/human/spine/woman_hair2.png"
dest_files=["res://.godot/imported/woman_hair2.png-15b3575d7caec48237268777107ca6b7.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.
+201
View File
@@ -0,0 +1,201 @@
woman_milk.png
size:620,620
filter:Linear,Linear
B_bodyA_1_0
bounds:445,46,46,32
offsets:518,232,1080,1080
B_bodyB_1_0
bounds:573,227,45,36
offsets:576,237,1080,1080
B_headA_1_0
bounds:525,265,48,41
offsets:518,250,1080,1080
B_headB_1_0
bounds:167,129,41,45
offsets:587,253,1080,1080
C_armA_0
bounds:167,176,39,183
offsets:503,284,1080,1080
C_armA_L
bounds:393,120,33,83
offsets:506,297,1080,1080
C_armB
bounds:119,178,46,181
offsets:533,285,1080,1080
C_armchainA_1
bounds:433,12,41,32
offsets:505,410,1080,1080
C_armchainB_1
bounds:546,187,44,33
offsets:530,410,1080,1080
C_bodyA_0
bounds:24,201,93,158
offsets:494,161,1080,1080
C_chain_1
bounds:2,116,20,243
offsets:529,417,1080,1080
C_eyeA1_a
bounds:52,6,46,17
offsets:537,323,1080,1080
C_eyeA1_b
bounds:100,5,46,18
offsets:536,322,1080,1080
C_eyeB1_a
bounds:546,168,46,17
offsets:537,323,1080,1080
C_eyeB1_b
bounds:472,220,46,18
offsets:536,322,1080,1080
C_eyeB2_a
bounds:476,29,42,15
offsets:539,323,1080,1080
C_faceA1_a
bounds:493,46,44,43
offsets:542,309,1080,1080
C_faceA1_b
bounds:525,222,46,41
offsets:542,308,1080,1080
C_faceB1_a
bounds:362,6,44,43
offsets:542,309,1080,1080
C_faceB1_b
bounds:498,177,46,41
offsets:542,308,1080,1080
C_hairA_0
bounds:2,7,48,107
offsets:515,271,1080,1080
C_hairA_1
bounds:148,15,44,106
offsets:515,271,1080,1080
C_hairA_2
bounds:586,441,32,82
offsets:518,288,1080,1080
C_hairA_3
bounds:268,87,35,91
offsets:518,283,1080,1080
C_hairB_0
bounds:486,91,34,54
offsets:562,328,1080,1080
C_hairB_1
bounds:428,147,68,64
offsets:531,317,1080,1080
C_hairB_2
bounds:445,80,39,65
offsets:561,314,1080,1080
C_hairB_3
bounds:378,52,65,66
offsets:528,316,1080,1080
C_hairC_0
bounds:268,2,66,47
offsets:526,333,1080,1080
C_hairC_2
bounds:440,317,64,40
offsets:529,336,1080,1080
C_hairD_0
bounds:194,11,33,107
offsets:559,268,1080,1080
C_hairD_1
bounds:466,360,38,98
offsets:559,278,1080,1080
C_hairD_2
bounds:229,23,37,95
offsets:563,281,1080,1080
C_hairD_3
bounds:426,359,38,99
offsets:563,279,1080,1080
C_hairE_0
bounds:467,471,89,89
offsets:502,309,1080,1080
C_hairE_1
bounds:208,180,95,114
offsets:496,284,1080,1080
C_hairE_2
bounds:208,296,113,118
offsets:479,280,1080,1080
C_hairE_3
bounds:2,361,195,257
offsets:397,142,1080,1080
C_hairF_0
bounds:561,525,57,93
offsets:471,303,1080,1080
C_hairG_1
bounds:199,416,118,144
offsets:416,146,1080,1080
C_headA_0
bounds:506,308,79,70
offsets:512,300,1080,1080
C_headA_1
bounds:323,285,115,70
offsets:476,300,1080,1080
C_legA
bounds:319,460,146,100
offsets:416,108,1080,1080
C_legA_L
bounds:425,213,45,70
offsets:515,122,1080,1080
C_legB
bounds:305,205,118,78
offsets:548,132,1080,1080
C_legB_L
bounds:454,562,105,56
offsets:558,143,1080,1080
C_milkA_0_1
bounds:199,387,7,27
offsets:537,241,1080,1080
C_milkB_0_1
bounds:498,147,27,28
offsets:577,242,1080,1080
C_nippleA_0
bounds:469,286,29,29
offsets:528,251,1080,1080
C_nippleB_0
bounds:408,20,23,30
offsets:582,251,1080,1080
C_pregnant_1
bounds:305,51,71,81
offsets:516,173,1080,1080
C_pregnant_2
bounds:506,380,78,89
offsets:514,168,1080,1080
C_pregnant_3
bounds:52,25,94,94
offsets:508,165,1080,1080
C_pregnant_4
bounds:323,357,101,101
offsets:507,161,1080,1080
C_pregnant_L_1
bounds:601,384,12,55
offsets:570,185,1080,1080
C_pregnant_L_2
bounds:586,383,13,56
offsets:574,182,1080,1080
C_pregnant_L_3
bounds:305,134,86,69
offsets:511,171,1080,1080
C_pregnant_L_4
bounds:24,121,90,78
offsets:511,169,1080,1080
C_semenB_1
bounds:229,2,35,19
offsets:547,147,1080,1080
C_semenB_2
bounds:472,240,51,44
offsets:547,142,1080,1080
C_semenB_3
bounds:440,285,27,30
offsets:544,135,1080,1080
C_titsA_0
bounds:116,123,49,53
offsets:517,242,1080,1080
C_titsA_L_0
bounds:336,2,24,47
offsets:521,244,1080,1080
C_titsB_0
bounds:210,124,47,54
offsets:557,242,1080,1080
C_titsB_L_0
bounds:268,59,34,26
offsets:569,267,1080,1080
shadow
bounds:199,562,253,56
offsets:414,107,1080,1080
Binary file not shown.

After

Width:  |  Height:  |  Size: 205 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://brhdi0cx80nv8"
path="res://.godot/imported/woman_milk.png-41c2215a868cde190c8eb153a4e5fb2e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://characters/human/spine/woman_milk.png"
dest_files=["res://.godot/imported/woman_milk.png-41c2215a868cde190c8eb153a4e5fb2e.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.
@@ -0,0 +1,207 @@
woman_milk2.png
size:636,636
filter:Linear,Linear
B_bodyA_0
bounds:461,118,37,36
offsets:529,230,1080,1080
B_bodyB_1
bounds:500,123,45,35
offsets:571,235,1080,1080
B_headA_0
bounds:593,246,41,42
offsets:519,249,1080,1080
B_headB_1
bounds:410,189,45,49
offsets:584,248,1080,1080
C_armA
bounds:123,228,98,30
offsets:532,233,1080,1080
C_armB
bounds:401,339,101,27
offsets:508,225,1080,1080
C_armC
bounds:380,243,29,86
offsets:502,228,1080,1080
C_armD
bounds:294,65,69,70
offsets:555,241,1080,1080
C_armleftchainA_1
bounds:413,93,32,49
offsets:556,225,1080,1080
C_armleftchainB_1
bounds:379,194,29,47
offsets:564,208,1080,1080
C_bodyA_0
bounds:197,410,93,162
offsets:493,160,1080,1080
C_chainA_1
bounds:473,567,139,67
offsets:454,105,1080,1080
C_chainB_1
bounds:558,469,75,64
offsets:570,174,1080,1080
C_chainC_1
bounds:492,234,25,103
offsets:573,118,1080,1080
C_chainD_1
bounds:442,535,160,30
offsets:438,155,1080,1080
C_eyeA1_a
bounds:580,171,48,17
offsets:536,323,1080,1080
C_eyeB1_a
bounds:365,74,48,17
offsets:536,323,1080,1080
C_eyeB2_a
bounds:370,14,44,16
offsets:538,322,1080,1080
C_faceA1_a
bounds:365,93,46,43
offsets:541,309,1080,1080
C_faceA1_b
bounds:357,138,47,40
offsets:541,309,1080,1080
C_faceB1_a
bounds:406,144,46,43
offsets:541,309,1080,1080
C_faceB1_b
bounds:370,32,47,40
offsets:541,309,1080,1080
C_hairA_0
bounds:509,354,48,108
offsets:515,270,1080,1080
C_hairA_1
bounds:107,2,44,107
offsets:515,270,1080,1080
C_hairA_2
bounds:457,156,32,83
offsets:518,288,1080,1080
C_hairA_3
bounds:593,290,35,93
offsets:518,282,1080,1080
C_hairB_0
bounds:333,9,35,54
offsets:561,328,1080,1080
C_hairB_1
bounds:222,343,68,65
offsets:531,316,1080,1080
C_hairB_2
bounds:539,175,39,67
offsets:561,313,1080,1080
C_hairB_3
bounds:222,274,64,67
offsets:529,315,1080,1080
C_hairC_0
bounds:213,14,67,50
offsets:526,331,1080,1080
C_hairC_2
bounds:291,137,64,41
offsets:529,335,1080,1080
C_hairD_0
bounds:519,244,33,108
offsets:560,267,1080,1080
C_hairD_1
bounds:411,240,39,97
offsets:559,278,1080,1080
C_hairD_2
bounds:452,241,38,96
offsets:563,280,1080,1080
C_hairD_3
bounds:554,254,37,98
offsets:564,279,1080,1080
C_hairE_0
bounds:117,137,91,89
offsets:501,309,1080,1080
C_hairE_1
bounds:123,260,97,115
offsets:495,283,1080,1080
C_hairE_2
bounds:2,111,113,117
offsets:478,282,1080,1080
C_hairE_3
bounds:2,377,193,257
offsets:398,142,1080,1080
C_hairF_0
bounds:153,42,58,93
offsets:470,302,1080,1080
C_hairG_1
bounds:2,230,119,145
offsets:415,146,1080,1080
C_headA_0
bounds:213,66,79,69
offsets:512,301,1080,1080
C_headA_1
bounds:442,464,114,69
offsets:477,301,1080,1080
C_legA
bounds:292,472,148,100
offsets:415,108,1080,1080
C_legA_L
bounds:491,160,46,72
offsets:515,121,1080,1080
C_legB
bounds:292,390,119,80
offsets:547,131,1080,1080
C_legB_L
bounds:292,331,107,57
offsets:557,143,1080,1080
C_milkA_0_1
bounds:276,245,7,27
offsets:537,242,1080,1080
C_milkB_0_1
bounds:559,354,27,29
offsets:576,241,1080,1080
C_nippleA_0
bounds:604,535,30,30
offsets:527,250,1080,1080
C_nippleB_0
bounds:197,377,22,31
offsets:582,251,1080,1080
C_pregnant_1
bounds:559,385,72,82
offsets:515,172,1080,1080
C_pregnant_2
bounds:210,137,79,89
offsets:513,168,1080,1080
C_pregnant_3
bounds:413,368,94,94
offsets:508,165,1080,1080
C_pregnant_4
bounds:2,9,103,100
offsets:506,162,1080,1080
C_pregnant_L_1
bounds:447,85,12,57
offsets:570,185,1080,1080
C_pregnant_L_2
bounds:614,577,14,57
offsets:574,182,1080,1080
C_pregnant_L_3
bounds:291,180,86,69
offsets:511,171,1080,1080
C_pregnant_L_4
bounds:288,251,90,78
offsets:512,169,1080,1080
C_semenB_1
bounds:500,103,35,18
offsets:547,147,1080,1080
C_semenB_2
bounds:223,228,51,44
offsets:547,142,1080,1080
C_semenB_3
bounds:153,2,31,38
offsets:542,130,1080,1080
C_titsA_0
bounds:282,9,49,54
offsets:517,242,1080,1080
C_titsA_L_0
bounds:419,44,26,47
offsets:520,244,1080,1080
C_titsB_0
bounds:580,190,47,54
offsets:556,242,1080,1080
C_titsB_L_0
bounds:461,90,33,26
offsets:570,267,1080,1080
shadow
bounds:197,574,274,60
offsets:402,105,1080,1080
Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bvqio27d26ipa"
path="res://.godot/imported/woman_milk2.png-2f59502744f793a5f95c424818407fbe.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://characters/human/spine/woman_milk2.png"
dest_files=["res://.godot/imported/woman_milk2.png-2f59502744f793a5f95c424818407fbe.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.
@@ -0,0 +1,111 @@
woman_pillory.png
size:720,720
filter:Linear,Linear
C_SD1
bounds:2,242,274,476
offsets:403,130,1080,1080
C_SD2_0
bounds:278,543,260,119
offsets:410,271,1080,1080
C_SD2_4
bounds:2,107,261,133
offsets:409,258,1080,1080
C_armA
bounds:622,573,87,145
offsets:550,410,1080,1080
C_armB
bounds:549,395,88,146
offsets:443,410,1080,1080
C_armclothA
bounds:528,2,48,32
offsets:593,499,1080,1080
C_armclothB
bounds:642,305,48,31
offsets:440,500,1080,1080
C_bodyA
bounds:2,42,135,63
offsets:473,306,1080,1080
C_bodyA_L
bounds:528,56,107,19
offsets:487,346,1080,1080
C_bodyB_0
bounds:626,141,80,116
offsets:500,320,1080,1080
C_bodyB_1
bounds:540,543,80,119
offsets:500,317,1080,1080
C_bodyB_2
bounds:542,128,82,129
offsets:500,307,1080,1080
C_bodyB_3
bounds:549,259,91,134
offsets:495,302,1080,1080
C_bodyB_4
bounds:438,180,102,141
offsets:490,295,1080,1080
C_chainA
bounds:219,14,39,91
offsets:599,513,1080,1080
C_chainB
bounds:642,338,39,91
offsets:443,513,1080,1080
C_hairbackA_0
bounds:476,8,50,77
offsets:512,418,1080,1080
C_hairbackB_1
bounds:439,323,108,218
offsets:471,241,1080,1080
C_head
bounds:139,27,78,78
offsets:501,405,1080,1080
C_legA
bounds:278,119,158,210
offsets:548,128,1080,1080
C_legB
bounds:278,331,159,210
offsets:374,129,1080,1080
C_pussyA_a
bounds:642,272,28,31
offsets:526,311,1080,1080
C_pussyA_b
bounds:578,2,32,32
offsets:524,310,1080,1080
C_pussyB
bounds:675,456,21,23
offsets:530,314,1080,1080
C_semenA_1
bounds:2,2,22,16
offsets:529,306,1080,1080
C_semenA_2
bounds:26,4,31,14
offsets:525,307,1080,1080
C_semenA_3
bounds:26,4,31,14
offsets:525,307,1080,1080
C_semenB1_2
bounds:438,128,33,50
offsets:499,267,1080,1080
C_semenB1_3
bounds:639,481,62,90
offsets:470,227,1080,1080
C_semenB2_2
bounds:639,431,34,48
offsets:548,269,1080,1080
C_semenB2_3
bounds:476,87,64,91
offsets:548,226,1080,1080
C_semenC_2
bounds:528,36,90,18
offsets:497,128,1080,1080
C_semenC_3
bounds:2,20,121,20
offsets:479,129,1080,1080
C_semenC_4
bounds:265,8,209,109
offsets:438,121,1080,1080
C_tits
bounds:542,77,78,49
offsets:501,371,1080,1080
shadow
bounds:278,664,335,54
offsets:374,114,1080,1080
Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c0nkumw8aee6m"
path="res://.godot/imported/woman_pillory.png-c11a75ba8f97c0a7cc5e5f72715d4c6d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://characters/human/spine/woman_pillory.png"
dest_files=["res://.godot/imported/woman_pillory.png-c11a75ba8f97c0a7cc5e5f72715d4c6d.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.
@@ -0,0 +1,101 @@
woman_portrait_combat0.png
size:408,408
filter:Linear,Linear
C_armA2
bounds:357,160,47,64
offsets:0,0,47,65
C_armB1
bounds:168,22,47,61
C_bodyA
bounds:2,60,68,81
C_cloth_bodyA1
bounds:2,11,63,47
offsets:0,1,63,48
C_cloth_bodyA3
bounds:276,184,79,39
C_eyeA1_a
bounds:302,35,44,17
offsets:0,0,45,17
C_eyeA1_b
bounds:302,16,44,17
offsets:1,0,45,17
C_eyeB1_a
bounds:67,17,44,17
offsets:0,0,45,17
C_eyeB1_b
bounds:336,141,44,17
offsets:1,0,45,17
C_eyeB2_a
bounds:347,125,41,14
C_faceA1_a
bounds:260,10,40,38
C_faceA1_b
bounds:217,46,41,44
offsets:0,0,42,44
C_faceA1_c
bounds:217,2,41,42
offsets:1,0,42,42
C_faceB1_a
bounds:300,54,40,38
C_faceB2_b
bounds:354,226,42,44
C_faceB2_c
bounds:274,94,41,42
offsets:1,0,42,42
C_hairA_0
bounds:96,144,36,110
C_hairA_1
bounds:134,188,47,102
offsets:1,0,48,103
C_hairA_2
bounds:243,101,29,79
offsets:1,0,30,79
C_hairA_3
bounds:183,183,32,107
C_hairB_0
bounds:136,31,30,53
C_hairB_1
bounds:292,275,66,62
offsets:1,0,67,62
C_hairB_2
bounds:360,272,38,65
C_hairB_3
bounds:217,182,57,65
C_hairC_0
bounds:292,225,60,48
C_hairC_2
bounds:276,138,58,44
C_hairD_0
bounds:72,36,27,105
offsets:0,0,28,106
C_hairD_1
bounds:136,86,33,100
offsets:0,0,33,101
C_hairD_2
bounds:171,85,35,96
offsets:0,0,35,97
C_hairD_3
bounds:101,38,33,104
offsets:0,0,33,105
C_hairE_0
bounds:206,318,84,88
offsets:1,0,85,88
C_hairE_1
bounds:2,143,92,111
C_hairE_2
bounds:102,292,102,114
C_hairE_3
bounds:2,256,98,150
C_hairF_0
bounds:208,92,33,88
offsets:0,0,33,89
C_hairG_1
bounds:317,94,28,42
C_hairG_2
bounds:260,50,38,42
C_headA_0
bounds:217,249,73,67
offsets:0,0,73,69
C_headA_1
bounds:292,339,98,67
offsets:0,0,98,69
Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://t4m3i7qc7w3v"
path="res://.godot/imported/woman_portrait_combat0.png-23d5f67a6f5a0b89440f4ca035af3323.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://characters/human/spine/woman_portrait_combat0.png"
dest_files=["res://.godot/imported/woman_portrait_combat0.png-23d5f67a6f5a0b89440f4ca035af3323.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
@@ -0,0 +1,101 @@
woman_portrait_combat1.png
size:408,408
filter:Linear,Linear
C_armA2
bounds:357,166,40,58
C_armB1
bounds:2,2,36,56
offsets:0,0,37,56
C_bodyA
bounds:2,60,68,81
C_cloth_bodyA1
bounds:72,4,53,30
offsets:0,1,53,31
C_cloth_bodyA3
bounds:276,184,79,39
C_eyeA1_a
bounds:276,165,44,17
offsets:0,0,45,17
C_eyeA1_b
bounds:269,62,44,17
offsets:1,0,45,17
C_eyeB1_a
bounds:314,146,44,17
offsets:0,0,45,17
C_eyeB1_b
bounds:314,127,44,17
offsets:1,0,45,17
C_eyeB2_a
bounds:269,46,41,14
C_faceA1_a
bounds:274,81,40,38
C_faceA1_b
bounds:166,39,41,44
offsets:0,0,42,44
C_faceA1_c
bounds:209,2,41,42
offsets:1,0,42,42
C_faceB1_a
bounds:295,6,40,38
C_faceB2_b
bounds:354,226,42,44
C_faceB2_c
bounds:252,2,41,42
offsets:1,0,42,42
C_hairA_0
bounds:96,144,36,110
C_hairA_1
bounds:134,188,47,102
offsets:1,0,48,103
C_hairA_2
bounds:243,101,29,79
offsets:1,0,30,79
C_hairA_3
bounds:183,183,32,107
C_hairB_0
bounds:40,5,30,53
C_hairB_1
bounds:292,275,66,62
offsets:1,0,67,62
C_hairB_2
bounds:360,272,38,65
C_hairB_3
bounds:217,182,57,65
C_hairC_0
bounds:292,225,60,48
C_hairC_2
bounds:209,46,58,44
C_hairD_0
bounds:72,36,27,105
offsets:0,0,28,106
C_hairD_1
bounds:136,86,33,100
offsets:0,0,33,101
C_hairD_2
bounds:171,85,35,96
offsets:0,0,35,97
C_hairD_3
bounds:101,38,33,104
offsets:0,0,33,105
C_hairE_0
bounds:206,318,84,88
offsets:1,0,85,88
C_hairE_1
bounds:2,143,92,111
C_hairE_2
bounds:102,292,102,114
C_hairE_3
bounds:2,256,98,150
C_hairF_0
bounds:208,92,33,88
offsets:0,0,33,89
C_hairF_1
bounds:136,42,28,42
C_hairG_2
bounds:274,121,38,42
C_headA_0
bounds:217,249,73,67
offsets:0,0,73,69
C_headA_1
bounds:292,339,98,67
offsets:0,0,98,69
Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c2jmvlvor346"
path="res://.godot/imported/woman_portrait_combat1.png-03ba298bef142b9e77b8505ebaf013a0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://characters/human/spine/woman_portrait_combat1.png"
dest_files=["res://.godot/imported/woman_portrait_combat1.png-03ba298bef142b9e77b8505ebaf013a0.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
@@ -0,0 +1,102 @@
woman_portrait_stand.png
size:384,384
filter:Linear,Linear
C_armA2
bounds:316,177,36,58
C_armA2_L
bounds:362,331,18,51
C_armB1
bounds:304,100,36,56
offsets:0,0,37,56
C_body
bounds:292,301,68,81
offsets:0,0,69,81
C_eyeA1_a
bounds:316,158,44,17
offsets:0,0,45,17
C_eyeB1_a
bounds:315,3,44,17
offsets:0,0,45,17
C_eyeB2_a
bounds:102,2,41,14
C_faceA1_a
bounds:207,10,44,39
offsets:0,0,44,40
C_faceB1_a
bounds:304,59,44,39
offsets:0,0,44,40
C_hairA_0
bounds:96,120,36,110
C_hairA_1
bounds:134,164,47,102
offsets:1,0,48,103
C_hairA_2
bounds:273,77,29,79
offsets:1,0,30,79
C_hairA_3
bounds:183,159,32,107
C_hairB_0
bounds:175,6,30,53
C_hairB_1
bounds:292,237,66,62
offsets:1,0,67,62
C_hairB_2
bounds:276,158,38,65
C_hairB_3
bounds:217,158,57,65
C_hairC_0
bounds:253,9,60,48
C_hairC_2
bounds:2,4,58,44
C_hairD_0
bounds:209,51,27,105
offsets:0,0,28,106
C_hairD_1
bounds:102,18,33,100
offsets:0,0,33,101
C_hairD_2
bounds:172,61,35,96
offsets:0,0,35,97
C_hairD_3
bounds:137,58,33,104
offsets:0,0,33,105
C_hairE_0
bounds:206,294,84,88
offsets:1,0,85,88
C_hairE_1
bounds:2,119,92,111
C_hairE_2
bounds:102,268,102,114
C_hairE_3
bounds:2,232,98,150
C_hairF_0
bounds:238,68,33,88
offsets:0,0,33,89
C_hairG_1
bounds:354,193,28,42
C_hairG_2
bounds:62,6,38,42
C_headA_0
bounds:217,225,73,67
offsets:0,0,73,69
C_headA_1
bounds:2,50,98,67
offsets:0,0,98,69
C_milkA_1
bounds:292,225,4,10
C_milkB_1
bounds:362,320,5,9
C_nippleA
bounds:342,133,31,23
offsets:1,0,33,25
C_nippleB
bounds:342,108,21,23
C_titsA
bounds:315,22,45,35
C_titsA_L
bounds:206,272,7,20
C_titsB
bounds:137,19,36,37
C_titsB_L
bounds:102,245,27,21
offsets:1,2,30,24
Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cf0kj0yfs3ieu"
path="res://.godot/imported/woman_portrait_stand.png-fe7c306f6b5a71216cc3c39f3d6fac20.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://characters/human/spine/woman_portrait_stand.png"
dest_files=["res://.godot/imported/woman_portrait_stand.png-fe7c306f6b5a71216cc3c39f3d6fac20.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
@@ -0,0 +1,225 @@
woman_stand.png
size:684,684
filter:Linear,Linear
C_armA1
bounds:121,53,68,105
offsets:454,373,1080,1080
C_armA2
bounds:319,115,46,93
offsets:491,452,1080,1080
C_armA2_L
bounds:291,3,20,70
offsets:508,468,1080,1080
C_armB1
bounds:395,134,42,90
offsets:552,453,1080,1080
C_armB2
bounds:292,210,66,103
offsets:565,374,1080,1080
C_armclothA_1
bounds:319,63,54,50
offsets:449,385,1080,1080
C_armclothB_1
bounds:534,100,48,43
offsets:583,385,1080,1080
C_body
bounds:259,443,90,186
offsets:505,382,1080,1080
C_chainA_1
bounds:485,148,20,95
offsets:452,329,1080,1080
C_chainB_1
bounds:654,232,20,94
offsets:452,249,1080,1080
C_chainC_1
bounds:375,21,20,94
offsets:452,167,1080,1080
C_chainD_1
bounds:397,38,20,94
offsets:593,327,1080,1080
C_chainE_1
bounds:419,39,20,93
offsets:593,246,1080,1080
C_chainF_1
bounds:263,3,26,67
offsets:587,192,1080,1080
C_chainG_1
bounds:428,627,154,55
offsets:452,151,1080,1080
C_eyeA1_a
bounds:491,33,47,20
offsets:542,566,1080,1080
C_eyeB1_a
bounds:397,16,47,20
offsets:542,566,1080,1080
C_eyeB2_a
bounds:604,168,42,16
offsets:545,567,1080,1080
C_faceA1_a
bounds:483,100,49,43
offsets:542,553,1080,1080
C_faceB1_a
bounds:491,55,49,43
offsets:542,553,1080,1080
C_hairA_0
bounds:345,327,40,114
offsets:523,509,1080,1080
C_hairA_1
bounds:527,332,50,105
offsets:501,516,1080,1080
C_hairA_2
bounds:570,172,32,81
offsets:522,528,1080,1080
C_hairA_3
bounds:387,335,35,109
offsets:519,513,1080,1080
C_hairB_0
bounds:441,40,33,55
offsets:564,571,1080,1080
C_hairB_1
bounds:191,2,70,65
offsets:531,562,1080,1080
C_hairB_2
bounds:604,186,42,67
offsets:561,559,1080,1080
C_hairB_3
bounds:507,164,61,69
offsets:532,557,1080,1080
C_hairC_0
bounds:115,160,64,52
offsets:532,574,1080,1080
C_hairC_2
bounds:121,3,61,48
offsets:531,574,1080,1080
C_hairD_0
bounds:360,216,30,109
offsets:572,511,1080,1080
C_hairD_1
bounds:242,72,35,102
offsets:573,517,1080,1080
C_hairD_2
bounds:279,75,38,99
offsets:570,521,1080,1080
C_hairD_3
bounds:392,226,37,107
offsets:568,515,1080,1080
C_hairE_0
bounds:594,591,88,91
offsets:506,546,1080,1080
C_hairE_1
bounds:479,511,96,114
offsets:498,523,1080,1080
C_hairE_2
bounds:2,29,117,118
offsets:481,520,1080,1080
C_hairE_3
bounds:2,388,159,294
offsets:435,343,1080,1080
C_hairF_0
bounds:511,235,52,95
offsets:476,533,1080,1080
C_hairG_1
bounds:163,418,94,211
offsets:442,319,1080,1080
C_hairG_2
bounds:2,149,111,237
offsets:425,293,1080,1080
C_headA_0
bounds:181,176,76,70
offsets:517,543,1080,1080
C_headA_1
bounds:479,439,113,70
offsets:480,543,1080,1080
C_legA1
bounds:351,446,62,183
offsets:491,259,1080,1080
C_legA1_L
bounds:292,315,51,126
offsets:494,278,1080,1080
C_legA2
bounds:176,248,75,168
offsets:468,126,1080,1080
C_legA2_L
bounds:439,154,44,89
offsets:483,180,1080,1080
C_legB1
bounds:115,214,59,172
offsets:543,265,1080,1080
C_legB1_L
bounds:191,69,49,105
offsets:549,283,1080,1080
C_legB2
bounds:415,456,62,169
offsets:560,133,1080,1080
C_legB2_L
bounds:259,176,23,78
offsets:573,175,1080,1080
C_milkA_1
bounds:363,32,10,29
offsets:544,468,1080,1080
C_milkB_1
bounds:540,17,24,30
offsets:586,467,1080,1080
C_nippleA
bounds:284,177,31,31
offsets:535,479,1080,1080
C_nippleB
bounds:446,7,21,31
offsets:589,477,1080,1080
C_pregnant_1
bounds:594,425,74,85
offsets:524,394,1080,1080
C_pregnant_2
bounds:431,245,78,89
offsets:525,391,1080,1080
C_pregnant_3
bounds:579,328,93,95
offsets:520,388,1080,1080
C_pregnant_4
bounds:424,336,101,101
offsets:519,385,1080,1080
C_pregnant_L_1
bounds:476,37,13,58
offsets:582,408,1080,1080
C_pregnant_L_2
bounds:568,41,14,57
offsets:585,404,1080,1080
C_pregnant_L_3
bounds:565,255,87,71
offsets:521,393,1080,1080
C_pregnant_L_4
bounds:577,512,91,77
offsets:523,392,1080,1080
C_semenA_2
bounds:648,143,13,35
offsets:544,312,1080,1080
C_semenA_3
bounds:367,117,26,97
offsets:528,251,1080,1080
C_semenB_1
bounds:566,2,18,37
offsets:543,358,1080,1080
C_semenB_3
bounds:253,256,37,160
offsets:542,238,1080,1080
C_semenC_2
bounds:507,145,56,17
offsets:520,133,1080,1080
C_semenC_3
bounds:2,5,87,22
offsets:501,132,1080,1080
C_titsA
bounds:313,7,48,54
offsets:527,469,1080,1080
C_titsA_L
bounds:542,49,24,49
offsets:530,471,1080,1080
C_titsB
bounds:441,97,40,55
offsets:568,469,1080,1080
C_titsB_L
bounds:648,180,29,50
offsets:578,470,1080,1080
shadow
bounds:163,631,263,51
offsets:405,116,1080,1080
Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c7ucktgaingfp"
path="res://.godot/imported/woman_stand.png-48b11972d133d3de734afea30dd3c1b5.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://characters/human/spine/woman_stand.png"
dest_files=["res://.godot/imported/woman_stand.png-48b11972d133d3de734afea30dd3c1b5.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+144
View File
@@ -0,0 +1,144 @@
[gd_scene format=3]
[ext_resource type="Texture2D" path="res://characters/human/spine/woman_dead.png" id="1_h38ox"]
[sub_resource type="Animation" id="Animation_eqjn7"]
length = 0.001
loop_mode = 1
[sub_resource type="AnimationLibrary" id="AnimationLibrary_gx53k"]
_data = {
&"animation": SubResource("Animation_eqjn7")
}
[node name="Native" type="Node2D" unique_id=166957305]
[node name="SpineRoot" type="Node2D" parent="." unique_id=1062548661]
position = Vector2(621.568, 404.14682)
scale = Vector2(1.3900636, -1.3900636)
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=979136507]
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=1587094899]
rest = Transform2D(1, 0, 0, 1, 0, 0)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="shadow" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=57336730]
texture = ExtResource("1_h38ox")
skeleton = NodePath("..")
polygon = PackedVector2Array(249.43536, 18.03442, 258.56378, -17.2652, -72.80899, -27.83105, -239.96597, -9.21356, -233.55148, 9.38684, -72.16025, 25.03778)
uv = PackedVector2Array(491.43536, 473.96564, 500.56384, 509.26523, 169.19101, 519.8311, 2.0340383, 501.2136, 8.4485445, 482.61316, 169.83977, 466.96222)
polygons = [PackedInt32Array(2, 4, 5), PackedInt32Array(2, 5, 0), PackedInt32Array(2, 0, 1), PackedInt32Array(3, 4, 2)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1)]
[node name="C_hairF_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=595971250]
modulate = Color(0.42352942, 0.29803923, 0.2627451, 1)
z_index = 1
texture = ExtResource("1_h38ox")
skeleton = NodePath("..")
polygon = PackedVector2Array(-50.985634, 45.71765, -50.94052, -5.0979, -146.621, -15.02643, -172.06772, 5.64075, -172.02673, 58.3653, -119.70071, 79.77563)
uv = PackedVector2Array(307.01437, 123.282425, 307.05948, 174.09793, 211.379, 184.02647, 185.93227, 163.35928, 185.97324, 110.63469, 238.29926, 89.224396)
polygons = [PackedInt32Array(5, 3, 4), PackedInt32Array(2, 5, 0), PackedInt32Array(2, 0, 1), PackedInt32Array(2, 3, 5)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1)]
[node name="C_body_combat$0_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=855911816]
modulate = Color(1, 0.9411765, 0.9019608, 1)
z_index = 2
texture = ExtResource("1_h38ox")
skeleton = NodePath("..")
polygon = PackedVector2Array(114.65887, 27.14288, 113.03223, -29.23712, -59.30124, -16.48022, -103.85397, 10.02216, -78.46899, 61.71484, 50.678764, 73.81104)
uv = PackedVector2Array(220.65894, 406.85712, 219.03227, 463.23715, 46.698803, 450.48022, 2.1460392, 423.97784, 27.531025, 372.2852, 156.67879, 360.18896)
polygons = [PackedInt32Array(2, 4, 5), PackedInt32Array(3, 4, 2), PackedInt32Array(1, 5, 0), PackedInt32Array(2, 5, 1)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1)]
[node name="C_cloth_bodyA2" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1040724361]
z_index = 3
texture = ExtResource("1_h38ox")
skeleton = NodePath("..")
polygon = PackedVector2Array(3.5140374, 58.56018, -13.229249, -13.16089, -28.00928, -11.83167, -28.073332, 52.86176, -7.4270024, 59.19238)
uv = PackedVector2Array(442.51407, 96.439865, 425.77078, 168.16095, 410.99075, 166.83168, 410.92667, 102.1383, 431.57303, 95.807655)
polygons = [PackedInt32Array(1, 2, 3), PackedInt32Array(4, 1, 3), PackedInt32Array(1, 4, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1)]
[node name="C_headA_ear$0_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=2069089725]
modulate = Color(1, 0.9411765, 0.9019608, 1)
z_index = 4
texture = ExtResource("1_h38ox")
skeleton = NodePath("..")
polygon = PackedVector2Array(-93.26606, 97.86011, -77.48395, -5.34375, -137.46298, -16.61719, -151.26825, -2.88123, -147.07382, 23.39502, -96.09748, 96.37195)
uv = PackedVector2Array(416.73398, 252.13992, 432.51608, 355.3438, 372.53702, 366.61725, 358.73175, 352.88126, 362.92618, 326.60507, 413.90256, 253.6281)
polygons = [PackedInt32Array(5, 0, 1), PackedInt32Array(4, 5, 1), PackedInt32Array(2, 3, 4), PackedInt32Array(1, 2, 4)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1)]
[node name="C_eyeB1_#01" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1073137874]
modulate = Color(0.36862746, 0.1764706, 0.50980395, 1)
z_index = 5
texture = ExtResource("1_h38ox")
skeleton = NodePath("..")
polygon = PackedVector2Array(-95.33878, 14.0157, -125.53043, 13.90346, -108.62225, 31.99571)
uv = PackedVector2Array(210.66284, 250.98286, 180.47119, 251.09512, 197.37932, 233.00287)
polygons = [PackedInt32Array(1, 2, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1)]
[node name="C_faceB1" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=591926470]
z_index = 6
texture = ExtResource("1_h38ox")
skeleton = NodePath("..")
polygon = PackedVector2Array(-114.03, 29.62299, -117.90918, 14.43353, -128.95801, 4.78192, -115.9136, 32.33887)
uv = PackedVector2Array(194.97003, 205.37706, 191.09085, 220.56653, 180.042, 230.2181, 193.08644, 202.66112)
polygons = [PackedInt32Array(1, 3, 0), PackedInt32Array(1, 2, 3)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_legA_combat$0" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1805839467]
z_index = 7
texture = ExtResource("1_h38ox")
skeleton = NodePath("..")
polygon = PackedVector2Array(266.48566, 11.36395, 237.8056, -3.83405, 99.01465, -34.34241, 86.32092, -21.25006, 103.73102, 29.86542, 227.41241, 36.35883)
uv = PackedVector2Array(182.48576, 34.63609, 153.80565, 49.83411, 15.014686, 80.34241, 2.3209743, 67.2501, 19.731031, 16.134632, 143.41249, 9.641201)
polygons = [PackedInt32Array(1, 5, 0), PackedInt32Array(2, 3, 4), PackedInt32Array(1, 2, 4), PackedInt32Array(1, 4, 5)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1)]
[node name="C_armA_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=764445776]
modulate = Color(1, 0.9411765, 0.9019608, 1)
z_index = 8
texture = ExtResource("1_h38ox")
skeleton = NodePath("..")
polygon = PackedVector2Array(-63.352512, 65.07813, -43.84061, -19.5329, -196.4448, -24.961, -218.74039, -13.6076, -202.51947, 6.21027, -127.38394, -0.414, -82.06653, 9.55627, -98.82843, 65.01221)
uv = PackedVector2Array(157.64748, 161.92188, 177.15941, 246.53293, 24.555223, 251.96101, 2.2596018, 240.60764, 18.48053, 220.78978, 93.61608, 227.414, 138.93349, 217.44374, 122.17157, 161.9878)
polygons = [PackedInt32Array(6, 7, 0), PackedInt32Array(6, 0, 1), PackedInt32Array(2, 4, 5), PackedInt32Array(3, 4, 2), PackedInt32Array(1, 2, 5), PackedInt32Array(1, 5, 6)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1)]
[node name="C_hairA_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=210400071]
modulate = Color(0.42352942, 0.29803923, 0.2627451, 1)
z_index = 9
texture = ExtResource("1_h38ox")
skeleton = NodePath("..")
polygon = PackedVector2Array(-73.259, 27.19409, -72.54391, -14.75873, -128.45169, -29.5921, -166.48163, 8.38916, -154.36902, 37.94806, -101.36285, 55.50818)
uv = PackedVector2Array(502.741, 406.806, 503.45612, 448.7588, 447.54834, 463.59213, 409.5184, 425.61096, 421.631, 396.052, 474.63715, 378.49185)
polygons = [PackedInt32Array(2, 4, 5), PackedInt32Array(2, 5, 0), PackedInt32Array(2, 0, 1), PackedInt32Array(3, 4, 2)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1)]
[node name="C_eyeA1_#01" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=393345774]
modulate = Color(0.36862746, 0.1764706, 0.50980395, 1)
z_index = 10
texture = ExtResource("1_h38ox")
skeleton = NodePath("..")
polygon = PackedVector2Array(-93.21805, 13.90448, -120.90723, 14.03595, -111.64813, 33.03345)
uv = PackedVector2Array(462.78198, 292.09552, 435.0928, 291.96402, 444.35187, 272.96652)
polygons = [PackedInt32Array(1, 2, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1)]
[node name="C_faceA1" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1100229313]
z_index = 11
texture = ExtResource("1_h38ox")
skeleton = NodePath("..")
polygon = PackedVector2Array(-117.02762, 15.35022, -128.2956, 5.10712, -112.60199, 38.33972)
uv = PackedVector2Array(514.97235, 509.6498, 503.70444, 519.89294, 519.398, 486.66034)
polygons = [PackedInt32Array(0, 1, 2)]
bones = ["root", PackedFloat32Array(1, 1, 1)]
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=571633593]
root_node = NodePath("../SpineRoot/Skeleton2D")
libraries/ = SubResource("AnimationLibrary_gx53k")
File diff suppressed because one or more lines are too long
+135
View File
@@ -0,0 +1,135 @@
[gd_scene format=3]
[ext_resource type="Texture2D" path="res://characters/human/spine/woman_hair2.png" id="1_ny1ex"]
[sub_resource type="Animation" id="Animation_mxopt"]
length = 0.033333335
loop_mode = 1
[sub_resource type="AnimationLibrary" id="AnimationLibrary_72uqb"]
_data = {
&"animation": SubResource("Animation_mxopt")
}
[node name="Native" type="Node2D" unique_id=45875649]
[node name="SpineRoot" type="Node2D" parent="." unique_id=152028909]
position = Vector2(716.64355, 213.29874)
scale = Vector2(1.9264671, -1.9264671)
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=951776845]
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=782398509]
rest = Transform2D(1, 0, 0, 1, 0, 0)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_headA" type="Bone2D" parent="SpineRoot/Skeleton2D/root" unique_id=173981486]
rotation = 1.2937627
rest = Transform2D(0.2735036, 0.96187097, -0.96187097, 0.2735036, 0, 0)
auto_calculate_length_and_angle = false
length = 65.20668
bone_angle = 0.0
[node name="C_hairF" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA" unique_id=231938029]
position = Vector2(74.04413, 3.6889114)
rotation = 1.6333584
rest = Transform2D(-0.06252123, 0.99804366, -0.99804366, -0.06252123, 74.04413, 3.6889114)
auto_calculate_length_and_angle = false
length = 46.43444
bone_angle = 0.0
[node name="C_hairF2" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA/C_hairF" unique_id=26052954]
position = Vector2(65.03681, 7.4512634)
rotation = 1.5581622
rest = Transform2D(0.012633778, 0.9999202, -0.9999202, 0.012633778, 65.03681, 7.4512634)
auto_calculate_length_and_angle = false
length = 41.401863
bone_angle = 0.0
[node name="C_hairF3" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA/C_hairF/C_hairF2" unique_id=55128152]
position = Vector2(41.401855, 0)
rotation = -0.08632135
rest = Transform2D(0.9962766, -0.086214185, 0.086214185, 0.9962766, 41.401855, 0)
auto_calculate_length_and_angle = false
length = 45.07717
bone_angle = 0.0
[node name="C_hairG_hairback0_02" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA/C_hairF" unique_id=2138053391]
position = Vector2(33.012695, 100.70386)
rotation = 1.5503267
rest = Transform2D(0.020468192, 0.9997905, -0.9997905, 0.020468192, 33.012695, 100.70386)
auto_calculate_length_and_angle = false
length = 69.371376
bone_angle = 0.0
[node name="C_hairG_hairback0_03" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA/C_hairF/C_hairG_hairback0_02" unique_id=538950898]
position = Vector2(69.37137, 0)
rotation = -0.38891342
rest = Transform2D(0.92532164, -0.3791832, 0.3791832, 0.92532164, 69.37137, 0)
auto_calculate_length_and_angle = false
length = 69.41686
bone_angle = 0.0
[node name="C_hairG_hairback0_04" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA/C_hairF/C_hairG_hairback0_02/C_hairG_hairback0_03" unique_id=1071134718]
position = Vector2(69.41687, -1.5258789e-05)
rotation = 0.5487277
rest = Transform2D(0.8531889, 0.52160215, -0.52160215, 0.8531889, 69.41687, -1.5258789e-05)
auto_calculate_length_and_angle = false
length = 66.93669
bone_angle = 0.0
[node name="C_hair_front" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA" unique_id=300410648]
position = Vector2(75.585754, 2.4227371)
rest = Transform2D(1, 0, 0, 1, 75.585754, 2.4227371)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_hairD" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA/C_hair_front" unique_id=614267536]
position = Vector2(-4.601166, -0.035346985)
rotation = -2.8234057
rest = Transform2D(-0.9498042, -0.312845, 0.312845, -0.9498042, -4.601166, -0.035346985)
auto_calculate_length_and_angle = false
length = 23.066023
bone_angle = 0.0
[node name="C_hairD2" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA/C_hair_front/C_hairD" unique_id=1979420619]
position = Vector2(23.06604, -1.1444092e-05)
rotation = 0.015747221
rest = Transform2D(0.999876, 0.015746571, -0.015746571, 0.999876, 23.06604, -1.1444092e-05)
auto_calculate_length_and_angle = false
length = 21.454412
bone_angle = 0.0
[node name="C_hairD3" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA/C_hair_front/C_hairD/C_hairD2" unique_id=1096559323]
position = Vector2(21.454407, 0)
rotation = -0.013277711
rest = Transform2D(0.99991184, -0.013277321, 0.013277321, 0.99991184, 21.454407, 0)
auto_calculate_length_and_angle = false
length = 34.19555
bone_angle = 0.0
[node name="C_hairG_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=639584098]
modulate = Color(0.42352942, 0.29803923, 0.2627451, 1)
texture = ExtResource("1_ny1ex")
skeleton = NodePath("..")
polygon = PackedVector2Array(-40.375526, -15.987524, -32.677303, -16.217396, -30.781649, -29.798216, -30.072323, -46.039215, -30.655624, -58.801865, -31.20172, -71.95235, -32.479595, -86.62942, -34.369083, -100.00946, -42.03541, -117.013824, -54.998158, -129.46783, -66.227295, -137.71709, -76.64142, -145.56238, -82.76111, -156.0139, -86.99367, -165.99435, -89.730354, -177.75117, -90.79493, -189.24915, -90.721344, -199.21973, -88.203575, -210.39539, -83.72528, -222.04776, -84.59883, -225.64688, -92.40761, -218.97171, -96.31608, -219.80981, -103.93277, -210.24184, -108.44812, -201.96289, -114.04379, -202.26453, -120.03201, -188.58788, -121.914024, -177.98108, -122.12141, -165.06665, -113.588776, -147.94728, -103.8988, -131.68715, -95.59276, -119.1466, -87.87432, -107.77637, -80.924774, -96.23376, -74.22874, -84.28041, -66.57878, -71.452774, -60.213135, -58.754074, -54.419712, -46.635677, -49.46792, -35.392067, -44.233322, -21.860733, -107.43822, -149.4342, -112.47536, -157.63329, -116.59324, -166.71478, -118.65217, -176.4879, -101.4925, -194.98546, -99.66626, -201.90298, -96.677826, -210.31488, -108.29941, -174.13681, -105.034294, -162.6813, -101.10509, -154.54614, -93.578735, -144.8615, -73.76416, -134.40388, -61.422493, -125.105354, -51.631645, -116.588326, -44.603855, -107.5136, -41.2834, -98.7144, -39.45714, -87.369514, -44.32714, -97.88426, -50.41466, -107.956345, -57.55365, -117.36427, -61.87024, -123.11976, -65.63342, -122.62171, -58.38377, -111.33213, -52.074867, -98.38233, -46.784668, -85.29762, -42.412743, -71.185684, -39.258297, -56.4426, -36.269886, -41.777275, -34.997036, -23.6808, -64.732414, -81.93789, -71.37333, -93.33818, -80.670616, -107.118065, -91.7388, -120.6766)
uv = PackedVector2Array(84.723755, 210.57007, 92.42206, 210.80005, 94.31763, 224.38092, 95.02692, 240.62195, 94.443665, 253.38446, 93.89752, 266.5349, 92.61975, 281.21204, 90.73004, 294.59204, 83.06384, 311.5965, 70.1015, 324.0492, 58.87195, 332.29968, 48.457825, 340.14502, 42.338104, 350.59656, 38.10547, 360.57715, 35.368835, 372.33386, 34.30432, 383.8318, 34.3779, 393.80243, 36.89557, 404.97803, 41.37387, 416.63037, 40.500336, 420.22955, 32.691498, 413.55426, 28.783173, 414.39264, 21.166412, 404.8244, 16.651031, 396.5454, 11.055359, 396.84717, 5.067169, 383.1706, 3.1851807, 372.56372, 2.9777527, 359.64935, 11.510498, 342.5299, 21.20044, 326.26965, 29.5065, 313.7292, 37.224884, 302.35895, 44.173584, 290.81732, 50.870453, 278.86304, 58.520447, 266.03546, 64.88623, 253.33685, 70.67969, 241.21832, 75.63147, 229.97467, 80.86609, 216.44336, 17.66098, 344.01678, 12.623871, 352.21582, 8.505951, 361.2973, 6.4470215, 371.07043, 23.60669, 389.568, 25.432983, 396.48553, 28.421326, 404.8974, 16.799744, 368.71936, 20.06488, 357.2638, 23.99408, 349.12866, 31.520508, 339.44403, 51.335083, 328.9864, 63.676025, 319.68915, 73.46704, 311.17206, 80.4953, 302.09613, 83.81586, 293.29694, 85.64215, 281.9521, 80.772095, 292.46674, 74.68457, 302.53876, 67.5455, 311.94666, 63.228943, 317.7022, 59.46579, 317.20416, 66.715454, 305.9145, 73.02435, 292.96478, 78.314575, 279.88013, 82.686584, 265.76825, 85.841, 251.0252, 88.82941, 236.35986, 90.102356, 218.26343, 60.36682, 276.52045, 53.72592, 287.92065, 44.42859, 301.7005, 33.360443, 315.25903)
polygons = [PackedInt32Array(39, 28, 29), PackedInt32Array(49, 39, 29), PackedInt32Array(48, 39, 49), PackedInt32Array(12, 49, 11), PackedInt32Array(48, 49, 12), PackedInt32Array(40, 28, 39), PackedInt32Array(40, 39, 48), PackedInt32Array(47, 40, 48), PackedInt32Array(27, 28, 40), PackedInt32Array(13, 48, 12), PackedInt32Array(47, 48, 13), PackedInt32Array(41, 27, 40), PackedInt32Array(41, 40, 47), PackedInt32Array(46, 41, 47), PackedInt32Array(42, 27, 41), PackedInt32Array(42, 41, 46), PackedInt32Array(14, 47, 13), PackedInt32Array(46, 47, 14), PackedInt32Array(26, 27, 42), PackedInt32Array(25, 26, 42), PackedInt32Array(15, 46, 14), PackedInt32Array(43, 46, 15), PackedInt32Array(43, 15, 16), PackedInt32Array(44, 43, 16), PackedInt32Array(25, 46, 43), PackedInt32Array(46, 25, 42), PackedInt32Array(23, 43, 44), PackedInt32Array(23, 25, 43), PackedInt32Array(24, 25, 23), PackedInt32Array(22, 23, 44), PackedInt32Array(45, 44, 16), PackedInt32Array(22, 44, 45), PackedInt32Array(45, 16, 17), PackedInt32Array(20, 45, 17), PackedInt32Array(21, 45, 20), PackedInt32Array(22, 45, 21), PackedInt32Array(20, 17, 18), PackedInt32Array(19, 20, 18), PackedInt32Array(33, 34, 68), PackedInt32Array(69, 33, 68), PackedInt32Array(32, 33, 69), PackedInt32Array(56, 63, 55), PackedInt32Array(62, 68, 63), PackedInt32Array(62, 63, 56), PackedInt32Array(69, 68, 62), PackedInt32Array(54, 56, 55), PackedInt32Array(7, 55, 6), PackedInt32Array(54, 55, 7), PackedInt32Array(70, 32, 69), PackedInt32Array(56, 57, 62), PackedInt32Array(53, 56, 54), PackedInt32Array(31, 32, 70), PackedInt32Array(53, 57, 56), PackedInt32Array(61, 69, 62), PackedInt32Array(61, 62, 57), PackedInt32Array(70, 69, 61), PackedInt32Array(57, 58, 61), PackedInt32Array(53, 54, 7), PackedInt32Array(52, 57, 53), PackedInt32Array(8, 53, 7), PackedInt32Array(52, 53, 8), PackedInt32Array(52, 58, 57), PackedInt32Array(71, 30, 31), PackedInt32Array(71, 31, 70), PackedInt32Array(60, 70, 61), PackedInt32Array(60, 61, 58), PackedInt32Array(71, 70, 60), PackedInt32Array(59, 60, 58), PackedInt32Array(51, 59, 58), PackedInt32Array(51, 58, 52), PackedInt32Array(9, 51, 52), PackedInt32Array(9, 52, 8), PackedInt32Array(50, 71, 60), PackedInt32Array(51, 50, 60), PackedInt32Array(51, 60, 59), PackedInt32Array(10, 50, 51), PackedInt32Array(10, 51, 9), PackedInt32Array(71, 29, 30), PackedInt32Array(49, 71, 50), PackedInt32Array(49, 29, 71), PackedInt32Array(11, 49, 50), PackedInt32Array(11, 50, 10), PackedInt32Array(67, 0, 1), PackedInt32Array(38, 0, 67), PackedInt32Array(67, 1, 2), PackedInt32Array(67, 37, 38), PackedInt32Array(67, 66, 37), PackedInt32Array(67, 2, 66), PackedInt32Array(66, 2, 3), PackedInt32Array(36, 37, 66), PackedInt32Array(65, 36, 66), PackedInt32Array(65, 66, 3), PackedInt32Array(35, 36, 65), PackedInt32Array(4, 65, 3), PackedInt32Array(64, 35, 65), PackedInt32Array(64, 65, 4), PackedInt32Array(34, 35, 64), PackedInt32Array(5, 64, 4), PackedInt32Array(68, 34, 64), PackedInt32Array(63, 68, 64), PackedInt32Array(5, 55, 64), PackedInt32Array(55, 63, 64), PackedInt32Array(5, 6, 55)]
bones = ["root/C_headA/C_hairF/C_hairG_hairback0_02", PackedFloat32Array(1, 1, 0.99981, 0.99017, 0.94373, 0.82426, 0.62249, 0.38345, 0.17994, 0.05824, 0.01039, 0.00023, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00038, 0.00941, 0.05787, 0.18162, 0.3929, 0.63638, 0.83926, 0.95224, 0.99363, 0.99996, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00196, 0.00921, 0.05808, 0.14195, 0.23936, 0.27322, 0.22816, 0.12707, 0.04742, 0.00861, 0.03257, 0.13221, 0.33425, 0.58564, 0.81233, 0.94278, 0.99299, 1, 0.18774, 0.14676, 0.0756, 0.03662), "root/C_headA/C_hairF/C_hairG_hairback0_02/C_hairG_hairback0_03", PackedFloat32Array(0, 0, 0.00019, 0.00983, 0.05627, 0.17574, 0.37751, 0.61628, 0.81044, 0.88189, 0.80237, 0.59748, 0.35338, 0.15296, 0.04407, 0.00531, 3e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0.00154, 0.03522, 0.13807, 0.3425, 0.5934, 0.80841, 0.88731, 0.81193, 0.6071, 0.36362, 0.16074, 0.04776, 0.00637, 4e-05, 0.01538, 0.01189, 0.00574, 0.00246, 0, 0, 0, 0.00303, 0.00706, 0.01463, 0.01892, 0.99494, 0.98865, 0.94086, 0.85767, 0.76064, 0.72678, 0.77184, 0.87293, 0.9522, 0.99034, 0.96449, 0.86626, 0.66524, 0.41436, 0.18767, 0.05722, 0.00701, 0, 0.81226, 0.85324, 0.9244, 0.96338), "root/C_headA/C_hairF/C_hairG_hairback0_02/C_hairG_hairback0_03/C_hairG_hairback0_04", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0.00027, 0.00962, 0.05988, 0.18724, 0.40229, 0.64662, 0.84704, 0.95593, 0.99469, 0.99997, 1, 1, 1, 1, 1, 1, 1, 1, 0.99846, 0.96478, 0.86193, 0.6575, 0.40622, 0.18218, 0.05482, 0.00644, 0, 0, 0, 0, 0, 0, 0.98462, 0.98811, 0.99426, 0.99754, 1, 1, 1, 0.99697, 0.99294, 0.98537, 0.98108, 0.0031, 0.00213, 0.00105, 0.00038, 0, 0, 0, 0, 0.00038, 0.00105, 0.00294, 0.00153, 0.00051, 0, 0, 0, 0, 0, 0, 0, 0, 0)]
[node name="C_hairD_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1312080261]
modulate = Color(0.42352942, 0.29803923, 0.2627451, 1)
z_index = 1
texture = ExtResource("1_ny1ex")
skeleton = NodePath("..")
polygon = PackedVector2Array(22.310171, 73.20681, 26.128086, 68.87007, 29.965624, 60.983196, 31.791115, 53.431553, 32.170925, 43.13594, 32.241467, 31.005436, 32.4245, 21.5792, 32.937656, 13.61307, 35.591644, 8.8539295, 42.552353, 1.9326782, 39.089283, -4.950632, 39.23652, -17.612415, 34.67518, -24.147232, 30.949753, -29.070415, 27.263252, -28.798615, 22.384092, -23.002396, 23.387484, -15.607761, 10.0849, -23.238316, 14.180848, -10.160133, 13.475823, -2.0286944, 11.118432, 7.204566, 8.77159, 14.767516, 7.6836767, 27.555983, 9.084179, 39.837017, 11.738403, 51.57464, 14.02722, 62.052567, 16.9687, 70.3927, 19.673748, 73.346054, 24.189571, -10.87122, 24.734396, -4.9169025, 24.306309, 4.150694, 27.808811, -5.7341976, 28.314747, -14.723919, 26.952656, -0.06448194, 21.426455, 10.131685, 20.258951, 19.860897, 26.758066, 9.820349, 26.251888, 17.525656, 26.67265, 28.784916, 27.450985, 42.75608, 31.325235, 6.8971653, 34.52413, 0.7935295)
uv = PackedVector2Array(73.403625, 105.37344, 77.221436, 109.7103, 81.05908, 117.59717, 82.8844, 125.14865, 83.26373, 135.4448, 83.334595, 147.57498, 83.51788, 157.00085, 84.03082, 164.96735, 86.68494, 169.72638, 93.64551, 176.64764, 90.18225, 183.5307, 90.329346, 196.19281, 85.76807, 202.72742, 82.04254, 207.65076, 78.35614, 207.3789, 73.47699, 201.58258, 74.48053, 194.18799, 61.177795, 201.81848, 65.273926, 188.74048, 64.56891, 180.60901, 62.211487, 171.37573, 59.864807, 163.81268, 58.776917, 151.0246, 60.17743, 138.74326, 62.831665, 127.005615, 65.12067, 116.52695, 68.06201, 108.18829, 70.76703, 105.23419, 75.28259, 189.45142, 75.82739, 183.4972, 75.399414, 174.42963, 78.901794, 184.31439, 79.407715, 193.3042, 78.045715, 178.64484, 72.51953, 168.44855, 71.35211, 158.71936, 77.8512, 168.76001, 77.34534, 161.05444, 77.76581, 149.79544, 78.54413, 135.82422, 82.418335, 171.68317, 85.61713, 177.78668)
polygons = [PackedInt32Array(38, 5, 6), PackedInt32Array(35, 22, 38), PackedInt32Array(37, 35, 38), PackedInt32Array(6, 37, 38), PackedInt32Array(21, 22, 35), PackedInt32Array(37, 6, 7), PackedInt32Array(34, 35, 37), PackedInt32Array(21, 35, 34), PackedInt32Array(36, 37, 7), PackedInt32Array(34, 37, 36), PackedInt32Array(40, 36, 7), PackedInt32Array(20, 21, 34), PackedInt32Array(8, 40, 7), PackedInt32Array(30, 34, 36), PackedInt32Array(33, 30, 36), PackedInt32Array(41, 40, 8), PackedInt32Array(41, 8, 9), PackedInt32Array(40, 33, 36), PackedInt32Array(33, 40, 41), PackedInt32Array(30, 19, 20), PackedInt32Array(30, 20, 34), PackedInt32Array(29, 30, 33), PackedInt32Array(19, 30, 29), PackedInt32Array(10, 41, 9), PackedInt32Array(31, 33, 41), PackedInt32Array(31, 41, 10), PackedInt32Array(29, 33, 31), PackedInt32Array(18, 19, 29), PackedInt32Array(28, 18, 29), PackedInt32Array(28, 29, 31), PackedInt32Array(32, 31, 10), PackedInt32Array(28, 31, 32), PackedInt32Array(16, 18, 28), PackedInt32Array(16, 28, 32), PackedInt32Array(32, 10, 11), PackedInt32Array(16, 17, 18), PackedInt32Array(12, 32, 11), PackedInt32Array(32, 15, 16), PackedInt32Array(12, 15, 32), PackedInt32Array(12, 14, 15), PackedInt32Array(13, 14, 12), PackedInt32Array(39, 3, 4), PackedInt32Array(39, 4, 5), PackedInt32Array(39, 23, 24), PackedInt32Array(38, 39, 5), PackedInt32Array(38, 23, 39), PackedInt32Array(22, 23, 38), PackedInt32Array(2, 25, 1), PackedInt32Array(3, 25, 2), PackedInt32Array(25, 26, 1), PackedInt32Array(25, 3, 24), PackedInt32Array(39, 24, 3), PackedInt32Array(26, 27, 0), PackedInt32Array(26, 0, 1)]
bones = ["root/C_headA/C_hair_front/C_hairD", PackedFloat32Array(0.32652, 0.62172, 0.73846, 0.65651, 0.41597, 0.20023, 0.06656, 0.0119, 0.00019, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00174, 0.04069, 0.15391, 0.3732, 0.51806, 0.5144, 0.29337, 0.22026, 0, 0, 0, 0, 0, 0, 0, 0, 0.00976, 0.03416, 0.07077, 0.09151, 0, 0), "root/C_headA/C_hair_front/C_hairD/C_hairD2", PackedFloat32Array(0.00681, 0.04494, 0.14395, 0.29691, 0.42742, 0.4455, 0.33838, 0.18104, 0.06424, 0.01199, 0.00071, 0, 0, 0, 0, 0, 0, 0, 0.00111, 0.03114, 0.12541, 0.28214, 0.41787, 0.42669, 0.30726, 0.14305, 0.03997, 0.00196, 0, 0.0001, 0.00179, 0, 0, 0.03482, 0.0009, 0.00119, 0.12554, 0.29659, 0.47718, 0.57955, 0, 0), "root/C_headA/C_hairF", PackedFloat32Array(0.66667, 0.33333, 0.11111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.11111, 0.33333, 0.66667, 0.77778, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), "root/C_headA/C_hair_front/C_hairD/C_hairD2/C_hairD3", PackedFloat32Array(0, 1e-05, 0.00648, 0.04658, 0.15662, 0.35427, 0.59505, 0.80706, 0.93556, 0.98801, 0.99929, 1, 1, 1, 1, 1, 1, 1, 0.99889, 0.96886, 0.87286, 0.67717, 0.42823, 0.20011, 0.06357, 0.00921, 0, 0, 1, 0.9999, 0.99821, 1, 1, 0.96518, 0.9991, 0.99881, 0.8647, 0.66924, 0.45205, 0.32894, 1, 1)]
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=2031599433]
root_node = NodePath("../SpineRoot/Skeleton2D")
libraries/ = SubResource("AnimationLibrary_72uqb")
+129
View File
@@ -0,0 +1,129 @@
[gd_scene format=3]
[ext_resource type="Texture2D" path="res://characters/human/spine/woman_hair.png" id="1_05bnm"]
[sub_resource type="Animation" id="Animation_o1q6w"]
length = 0.033333335
loop_mode = 1
[sub_resource type="AnimationLibrary" id="AnimationLibrary_8yjmd"]
_data = {
&"animation": SubResource("Animation_o1q6w")
}
[node name="Native" type="Node2D" unique_id=1859113858]
[node name="SpineRoot" type="Node2D" parent="." unique_id=922666609]
position = Vector2(715.7687, 494.297)
scale = Vector2(5.220527, -5.220527)
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=2039603454]
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=374523957]
rest = Transform2D(1, 0, 0, 1, 0, 0)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_headA" type="Bone2D" parent="SpineRoot/Skeleton2D/root" unique_id=1055449012]
position = Vector2(-2.4824628e-14, 0)
rotation = 1.2937627
rest = Transform2D(0.2735036, 0.96187097, -0.96187097, 0.2735036, -2.4824628e-14, 0)
auto_calculate_length_and_angle = false
length = 65.20668
bone_angle = 0.0
[node name="C_hair_front" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA" unique_id=742446994]
position = Vector2(75.585754, 2.4227371)
rest = Transform2D(1, 0, 0, 1, 75.585754, 2.4227371)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_hairB" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA/C_hair_front" unique_id=2097453775]
position = Vector2(-1.2819519, -1.9784927)
rotation = -2.9289863
rest = Transform2D(-0.9774843, -0.21100827, 0.21100827, -0.9774843, -1.2819519, -1.9784927)
auto_calculate_length_and_angle = false
length = 13.778588
bone_angle = 0.0
[node name="C_hairB2" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA/C_hair_front/C_hairB" unique_id=354942659]
position = Vector2(13.7786255, -3.8146973e-06)
rotation = -0.16931584
rest = Transform2D(0.9857003, -0.16850802, 0.16850802, 0.9857003, 13.7786255, -3.8146973e-06)
auto_calculate_length_and_angle = false
length = 21.543571
bone_angle = 0.0
[node name="C_hairA" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA/C_hair_front" unique_id=1725488458]
position = Vector2(-13.391357, 31.374207)
rotation = 2.9418216
rest = Transform2D(-0.980112, 0.19844496, -0.19844496, -0.980112, -13.391357, 31.374207)
auto_calculate_length_and_angle = false
length = 23.040503
bone_angle = 0.0
[node name="C_hairA2" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA/C_hair_front/C_hairA" unique_id=99840543]
position = Vector2(23.040466, -1.5258789e-05)
rotation = 0.35603642
scale = Vector2(0.99999994, 0.99999994)
rest = Transform2D(0.9372857, 0.34856197, -0.34856197, 0.9372857, 23.040466, -1.5258789e-05)
auto_calculate_length_and_angle = false
length = 28.131853
bone_angle = 0.0
[node name="C_hairA3" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA/C_hair_front/C_hairA/C_hairA2" unique_id=1590204226]
position = Vector2(28.131866, -7.6293945e-06)
rotation = 0.24453421
rest = Transform2D(0.9702502, 0.24210441, -0.24210441, 0.9702502, 28.131866, -7.6293945e-06)
auto_calculate_length_and_angle = false
length = 28.552023
bone_angle = 0.0
[node name="C_hairD" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA/C_hair_front" unique_id=1738295383]
position = Vector2(-4.601166, -0.035346985)
rotation = -2.8234057
rest = Transform2D(-0.9498042, -0.312845, 0.312845, -0.9498042, -4.601166, -0.035346985)
auto_calculate_length_and_angle = false
length = 23.066023
bone_angle = 0.0
[node name="C_hairD2" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA/C_hair_front/C_hairD" unique_id=1789579866]
position = Vector2(23.06604, -1.1444092e-05)
rotation = 0.015747221
rest = Transform2D(0.999876, 0.015746571, -0.015746571, 0.999876, 23.06604, -1.1444092e-05)
auto_calculate_length_and_angle = false
length = 21.454412
bone_angle = 0.0
[node name="C_hairD3" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_headA/C_hair_front/C_hairD/C_hairD2" unique_id=1242759884]
position = Vector2(21.454407, 0)
rotation = -0.013277711
rest = Transform2D(0.99991184, -0.013277321, 0.013277321, 0.99991184, 21.454407, 0)
auto_calculate_length_and_angle = false
length = 34.19555
bone_angle = 0.0
[node name="C_hairB_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1543179720]
modulate = Color(0.42352942, 0.29803923, 0.2627451, 1)
texture = ExtResource("1_05bnm")
skeleton = NodePath("..")
polygon = PackedVector2Array(7.286173, 79.02408, 14.381343, 80.89164, 21.140884, 78.2686, 25.41037, 74.99527, 28.66414, 69.90991, 32.218754, 63.095448, 34.81715, 54.551823, 35.3152, 45.550423, 35.138313, 36.079884, 32.556023, 29.572332, 26.488674, 21.72001, 22.025238, 18.758202, 18.828333, 19.079325, 20.148573, 26.095688, 21.235931, 31.87458, 15.867384, 27.539074, 9.300179, 24.312553, 1.9096107, 21.566471, 1.7066306, 27.324389, 1.5617868, 33.7146, 1.9410636, 40.291626, -1.3785818, 35.911407, -7.5526323, 32.279564, -18.290833, 31.91003, -19.149273, 22.938179, -17.440891, 16.402874, -23.099075, 16.385841, -29.949095, 24.506948, -33.374977, 32.315784, -33.345276, 42.444077, -30.436626, 51.215168, -25.596626, 58.080116, -19.76576, 63.839188, -12.483231, 69.63403, -3.327587, 75.43341, -20.270452, 35.955177, -17.525053, 42.117027, -12.400158, 50.596714, -7.64159, 47.912865, -3.6150055, 57.125202, 2.3639405, 68.16858, 3.3400142, 54.31833, 2.6689126, 45.96009, 6.8384156, 27.843561, 9.156731, 34.310383, 23.066864, 37.17812, 25.62927, 42.852, 27.276527, 50.96625, 26.727423, 61.581745, 24.775393, 69.02554, 29.403366, 38.813335, 27.2309, 27.892271)
uv = PackedVector2Array(137.38733, 60.558136, 144.48242, 58.690582, 151.24176, 61.313416, 155.51123, 64.58664, 158.76556, 69.67154, 162.31982, 76.486725, 164.91821, 85.03018, 165.4159, 94.032196, 165.23889, 103.50256, 162.65717, 110.00995, 156.58978, 117.86212, 152.12646, 120.8241, 148.9295, 120.50287, 150.2497, 113.48651, 151.3371, 107.70758, 145.96857, 112.04303, 139.40137, 115.26959, 132.0108, 118.015625, 131.8078, 112.25751, 131.66296, 105.86755, 132.0423, 99.29056, 128.72266, 103.67044, 122.54846, 107.30261, 111.81, 107.67172, 110.951965, 116.64392, 112.66022, 123.17926, 107.00195, 123.196106, 100.15192, 115.075134, 96.726135, 107.26642, 96.7558, 97.13794, 99.664795, 88.36737, 104.50464, 81.50198, 110.33533, 75.74286, 117.6181, 69.94809, 126.77368, 64.14789, 109.83063, 103.627014, 112.57599, 97.46512, 117.700806, 88.98486, 122.45953, 91.66925, 126.486084, 82.45694, 132.46503, 71.41437, 133.44116, 85.2634, 132.77008, 93.62161, 136.93964, 111.73834, 139.25806, 105.27142, 153.16803, 102.40396, 155.73029, 96.73007, 157.3775, 88.61594, 156.82849, 78.00037, 154.8761, 70.55725, 159.5044, 100.76883, 157.33203, 111.68988)
polygons = [PackedInt32Array(14, 44, 45), PackedInt32Array(47, 6, 7), PackedInt32Array(46, 45, 44), PackedInt32Array(8, 50, 7), PackedInt32Array(50, 46, 7), PackedInt32Array(10, 11, 13), PackedInt32Array(11, 12, 13), PackedInt32Array(10, 51, 9), PackedInt32Array(10, 13, 51), PackedInt32Array(13, 14, 51), PackedInt32Array(14, 45, 51), PackedInt32Array(51, 50, 9), PackedInt32Array(51, 45, 50), PackedInt32Array(9, 50, 8), PackedInt32Array(45, 46, 50), PackedInt32Array(46, 47, 7), PackedInt32Array(47, 46, 41), PackedInt32Array(49, 2, 3), PackedInt32Array(49, 40, 2), PackedInt32Array(48, 4, 5), PackedInt32Array(6, 47, 48), PackedInt32Array(6, 48, 5), PackedInt32Array(49, 48, 40), PackedInt32Array(48, 49, 4), PackedInt32Array(47, 41, 48), PackedInt32Array(49, 3, 4), PackedInt32Array(36, 37, 38), PackedInt32Array(26, 24, 25), PackedInt32Array(26, 27, 24), PackedInt32Array(24, 27, 23), PackedInt32Array(27, 35, 23), PackedInt32Array(27, 28, 35), PackedInt32Array(23, 36, 22), PackedInt32Array(36, 38, 22), PackedInt32Array(23, 35, 36), PackedInt32Array(22, 38, 21), PackedInt32Array(28, 29, 35), PackedInt32Array(35, 29, 36), PackedInt32Array(29, 30, 36), PackedInt32Array(36, 31, 37), PackedInt32Array(30, 31, 36), PackedInt32Array(38, 37, 39), PackedInt32Array(31, 32, 37), PackedInt32Array(37, 32, 39), PackedInt32Array(32, 33, 39), PackedInt32Array(40, 33, 34), PackedInt32Array(40, 39, 33), PackedInt32Array(40, 34, 0), PackedInt32Array(40, 0, 1), PackedInt32Array(1, 2, 40), PackedInt32Array(41, 38, 39), PackedInt32Array(39, 40, 41), PackedInt32Array(17, 43, 16), PackedInt32Array(17, 18, 43), PackedInt32Array(16, 43, 15), PackedInt32Array(18, 19, 43), PackedInt32Array(43, 44, 15), PackedInt32Array(15, 44, 14), PackedInt32Array(43, 19, 44), PackedInt32Array(44, 19, 20), PackedInt32Array(21, 38, 20), PackedInt32Array(42, 46, 44), PackedInt32Array(42, 44, 20), PackedInt32Array(20, 38, 42), PackedInt32Array(42, 41, 46), PackedInt32Array(42, 38, 41), PackedInt32Array(41, 40, 48)]
bones = ["root/C_headA/C_hair_front", PackedFloat32Array(0.33465, 0.43809, 0.42176, 0.30785, 0.18156, 0.08445, 0.01774, 0.00349, 0.00024, 1e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00072, 0.00507, 0.02234, 0.07066, 0.18018, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7e-05, 0.00015, 0.0003, 0.00047, 0.00056, 0, 0), "root/C_headA/C_hair_front/C_hairB", PackedFloat32Array(0.11203, 0.21093, 0.2798, 0.28074, 0.2308, 0.1674, 0.0691, 0.04018, 0.03358, 0.01316, 0.00308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00063, 0.00668, 0.03712, 0.00015, 0.00016, 0.00017, 0.03592, 0.03754, 0.03917, 0.0329, 0.0329, 0, 0, 0.01812, 0.0302, 0.05298, 0.07582, 0.08655, 0, 0), "root/C_headA/C_hair_front/C_hairB/C_hairB2", PackedFloat32Array(0.00503, 0.00447, 0.00665, 0.02483, 0.07771, 0.15821, 0.14901, 0.14754, 0.17682, 0.08173, 0.02331, 0, 0.09269, 0.23574, 0.22036, 0.99652, 0.9868, 0.9611, 0.90151, 0.79432, 0.64825, 0.47914, 0.31473, 0.18018, 0.08761, 0.03497, 0.01076, 0.00232, 0.00029, 0.00022, 0.00078, 0.00185, 0.00339, 0.00484, 0.0056, 0.09126, 0.09281, 0.09435, 0.30451, 0.30468, 0.30485, 0.65367, 0.65367, 0.98771, 0.98771, 0.07207, 0.09231, 0.10778, 0.10997, 0.09857, 0, 0), "root/C_headA/C_hair_front/C_hairA", PackedFloat32Array(0.53087, 0.27244, 0.08564, 0.01486, 0.00034, 0, 0, 0, 0, 0, 0, 0, 0, 2e-05, 9e-05, 0.00169, 0.00614, 0.01699, 0.03895, 0.07095, 0.10052, 0.11528, 0.10728, 0.0808, 0.04849, 0.02571, 0.0273, 0.07272, 0.17909, 0.34842, 0.55083, 0.73422, 0.85065, 0.87188, 0.76543, 0.29284, 0.3021, 0.31133, 0.53303, 0.53473, 0.53648, 0.2267, 0.2267, 0.00605, 0.00605, 0, 0, 0, 0, 0, 0, 0), "root/C_headA/C_hair_front/C_hairA/C_hairA2", PackedFloat32Array(0.0014, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3e-05, 9e-05, 0.00179, 0.00706, 0.02191, 0.05953, 0.13473, 0.25123, 0.40557, 0.57799, 0.73901, 0.8639, 0.93932, 0.96194, 0.92496, 0.82062, 0.65136, 0.44768, 0.25886, 0.12299, 0.04594, 0.01166, 0.61575, 0.60493, 0.59414, 0.12654, 0.12305, 0.11951, 0.08672, 0.08672, 0.00623, 0.00623, 0, 0, 0, 0, 0, 0, 0), "root/C_headA/C_hair_front/C_hairD", PackedFloat32Array(0.01602, 0.07407, 0.20615, 0.37172, 0.50958, 0.55228, 0.3056, 0.19703, 0.15974, 0.05325, 0.01065, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.15974, 0.26623, 0.46857, 0.66559, 0.75877, 0, 0), "root/C_headA/C_hair_front/C_hairD/C_hairD2", PackedFloat32Array(0, 0, 0, 0, 0, 0.03766, 0.45855, 0.61177, 0.62963, 0.85185, 0.96296, 1, 0.90731, 0.76421, 0.77946, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.75, 0.61111, 0.37037, 0.14815, 0.05556, 1, 1)]
[node name="C_hairA_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1661216747]
modulate = Color(0.42352942, 0.29803923, 0.2627451, 1)
z_index = 1
texture = ExtResource("1_05bnm")
skeleton = NodePath("..")
polygon = PackedVector2Array(-21.120342, 75.54641, -21.377186, 66.101074, -22.68904, 56.318813, -23.153347, 48.200672, -23.501106, 36.154026, -23.154894, 23.76159, -21.08373, 14.111864, -14.8109665, 1.1765481, -16.411053, -2.2335308, -25.806036, 2.8827362, -29.733908, -6.2446384, -31.940847, -14.59524, -30.02524, -21.73202, -38.286034, -29.442049, -43.617085, -27.25051, -48.826202, -20.106482, -51.024994, -11.516493, -50.595627, -2.8799744, -58.66777, -3.0535603, -64.34241, -1.0420743, -64.20361, 1.7037314, -54.599354, 6.8916216, -48.84628, 13.87448, -44.918766, 21.87275, -42.58802, 29.652826, -41.600254, 41.223427, -41.323914, 52.399193, -37.092556, 61.727352, -31.160398, 69.86825, -24.805084, 75.62003, -37.14105, 1.8873463, -39.267235, -10.200414, -34.968723, 10.487111, -48.51329, 0.44675913, -45.12712, 8.715263, -41.504738, 20.488033, -28.235764, 25.488512, -28.629513, 15.448239, -26.42458, 7.5733986, -27.290798, 52.591293, -28.550745, 45.34653, -28.708237, 38.259254, -29.653238, 29.951323, -30.322575, 66.75661, -34.18156, 56.441235, -37.33112, 44.549778, -39.614796, 30.847668)
uv = PackedVector2Array(45.981445, 18.03888, 45.72467, 27.484222, 44.41284, 37.26645, 43.948425, 45.384766, 43.600586, 57.431396, 43.946716, 69.82376, 46.017883, 79.47327, 52.29071, 92.408875, 50.69043, 95.81891, 41.295532, 90.702515, 37.367676, 99.829956, 35.160706, 108.18054, 37.076294, 115.31714, 28.81549, 123.02734, 23.484375, 120.83563, 18.275269, 113.69183, 16.076538, 105.10193, 16.506042, 96.46533, 8.433746, 96.638855, 2.7592468, 94.62732, 2.8978577, 91.88141, 12.502258, 86.69348, 18.255432, 79.71069, 22.182922, 71.71246, 24.513672, 63.932495, 25.501587, 52.361877, 25.777588, 41.18564, 30.009277, 31.858002, 35.941406, 23.717072, 42.296875, 17.965271, 29.960571, 91.69794, 27.83435, 103.78577, 32.132996, 83.098206, 18.588379, 93.13849, 21.974548, 84.869934, 25.596924, 73.09717, 38.865845, 68.09686, 38.472168, 78.137085, 40.677002, 86.01184, 39.811035, 40.99405, 38.551086, 48.238922, 38.393555, 55.32614, 37.448425, 63.633972, 36.779236, 26.828705, 32.920654, 37.144684, 29.770752, 49.035583, 27.486938, 62.73764)
polygons = [PackedInt32Array(46, 36, 35), PackedInt32Array(23, 24, 35), PackedInt32Array(37, 36, 5), PackedInt32Array(37, 5, 6), PackedInt32Array(37, 32, 36), PackedInt32Array(32, 35, 36), PackedInt32Array(35, 34, 22), PackedInt32Array(35, 22, 23), PackedInt32Array(34, 35, 32), PackedInt32Array(38, 37, 6), PackedInt32Array(32, 37, 38), PackedInt32Array(21, 22, 34), PackedInt32Array(7, 9, 38), PackedInt32Array(30, 34, 32), PackedInt32Array(30, 32, 38), PackedInt32Array(30, 38, 9), PackedInt32Array(7, 38, 6), PackedInt32Array(33, 21, 34), PackedInt32Array(33, 34, 30), PackedInt32Array(8, 9, 7), PackedInt32Array(17, 21, 33), PackedInt32Array(18, 20, 21), PackedInt32Array(18, 19, 20), PackedInt32Array(21, 17, 18), PackedInt32Array(10, 30, 9), PackedInt32Array(31, 33, 30), PackedInt32Array(31, 30, 10), PackedInt32Array(17, 33, 31), PackedInt32Array(16, 17, 31), PackedInt32Array(11, 31, 10), PackedInt32Array(15, 16, 31), PackedInt32Array(14, 15, 31), PackedInt32Array(14, 31, 11), PackedInt32Array(14, 11, 12), PackedInt32Array(13, 14, 12), PackedInt32Array(3, 39, 2), PackedInt32Array(40, 44, 39), PackedInt32Array(40, 39, 3), PackedInt32Array(45, 26, 44), PackedInt32Array(40, 45, 44), PackedInt32Array(25, 26, 45), PackedInt32Array(41, 45, 40), PackedInt32Array(4, 40, 3), PackedInt32Array(41, 40, 4), PackedInt32Array(45, 41, 46), PackedInt32Array(45, 46, 25), PackedInt32Array(42, 46, 41), PackedInt32Array(42, 41, 4), PackedInt32Array(24, 25, 46), PackedInt32Array(5, 36, 42), PackedInt32Array(5, 42, 4), PackedInt32Array(35, 24, 46), PackedInt32Array(42, 36, 46), PackedInt32Array(1, 43, 28), PackedInt32Array(27, 28, 43), PackedInt32Array(44, 27, 43), PackedInt32Array(2, 43, 1), PackedInt32Array(44, 43, 2), PackedInt32Array(39, 44, 2), PackedInt32Array(26, 27, 44), PackedInt32Array(1, 28, 29), PackedInt32Array(1, 29, 0)]
bones = ["root/C_headA/C_hair_front/C_hairA", PackedFloat32Array(0.9111, 0.74474, 0.63363, 0.4572, 0.27427, 0.1001, 0.02102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00204, 0.02402, 0.09925, 0.25863, 0.4855, 0.68161, 0.82775, 0.90893, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.33569, 0.26018, 0.12734, 0.05611, 0.69609, 0.57781, 0.38335, 0.26534), "root/C_headA/C_hair_front/C_hairA/C_hairA2", PackedFloat32Array(0.0889, 0.25526, 0.35688, 0.48055, 0.54168, 0.48935, 0.31618, 0.13327, 0.03276, 0.00068, 0, 0, 0, 0, 0, 0, 0, 0, 0.00025, 0.00434, 0.02906, 0.10619, 0.25993, 0.45904, 0.61047, 0.62002, 0.48066, 0.31329, 0.17225, 0.09107, 0.00335, 0.0026, 0.00404, 0.11189, 0.13954, 0.16554, 0.34705, 0.28694, 0.2222, 0.66431, 0.73982, 0.87266, 0.94389, 0.30026, 0.41368, 0.59901, 0.71185), "root/C_headA/C_hair_front/C_hairA/C_hairA2/C_hairA3", PackedFloat32Array(0, 0, 0.00949, 0.06225, 0.18405, 0.41055, 0.6628, 0.86673, 0.96724, 0.99932, 1, 1, 1, 1, 1, 1, 1, 1, 0.99975, 0.99566, 0.97094, 0.89381, 0.73803, 0.51694, 0.29028, 0.12135, 0.03383, 0.0051, 0, 0, 0.99665, 0.9974, 0.99596, 0.88811, 0.86046, 0.83446, 0.65295, 0.71306, 0.7778, 0, 0, 0, 0, 0.00365, 0.00852, 0.01764, 0.02281)]
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=978298314]
root_node = NodePath("../SpineRoot/Skeleton2D")
libraries/ = SubResource("AnimationLibrary_8yjmd")
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+942
View File
@@ -0,0 +1,942 @@
[gd_scene format=3]
[ext_resource type="Texture2D" path="res://characters/human/spine/woman_pillory.png" id="1_fgb1j"]
[sub_resource type="Animation" id="Animation_4srfq"]
length = 2.6666667
loop_mode = 1
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("root/C_root:position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [Vector2(0.468, 216.21), Vector2(0.468, 216.197), Vector2(0.468, 216.184), Vector2(0.468, 216.171), Vector2(0.468, 216.157), Vector2(0.468, 216.121), Vector2(0.468, 216.085), Vector2(0.468, 216.049), Vector2(0.468, 216.013), Vector2(0.468, 215.96), Vector2(0.468, 215.907), Vector2(0.468, 215.854), Vector2(0.468, 215.801), Vector2(0.468, 215.737), Vector2(0.468, 215.672), Vector2(0.468, 215.608), Vector2(0.468, 215.543), Vector2(0.468, 215.473), Vector2(0.468, 215.403), Vector2(0.468, 215.333), Vector2(0.468, 215.263), Vector2(0.468, 215.193), Vector2(0.468, 215.123), Vector2(0.468, 215.053), Vector2(0.468, 214.983), Vector2(0.468, 214.918), Vector2(0.468, 214.854), Vector2(0.468, 214.79), Vector2(0.468, 214.725), Vector2(0.468, 214.672), Vector2(0.468, 214.619), Vector2(0.468, 214.566), Vector2(0.468, 214.513), Vector2(0.468, 214.477), Vector2(0.468, 214.441), Vector2(0.468, 214.405), Vector2(0.468, 214.369), Vector2(0.468, 214.356), Vector2(0.468, 214.342), Vector2(0.468, 214.329), Vector2(0.468, 214.316), Vector2(0.468, 214.329), Vector2(0.468, 214.342), Vector2(0.468, 214.356), Vector2(0.468, 214.369), Vector2(0.468, 214.405), Vector2(0.468, 214.441), Vector2(0.468, 214.477), Vector2(0.468, 214.513), Vector2(0.468, 214.566), Vector2(0.468, 214.619), Vector2(0.468, 214.672), Vector2(0.468, 214.725), Vector2(0.468, 214.79), Vector2(0.468, 214.854), Vector2(0.468, 214.918), Vector2(0.468, 214.983), Vector2(0.468, 215.053), Vector2(0.468, 215.123), Vector2(0.468, 215.193), Vector2(0.468, 215.263), Vector2(0.468, 215.333), Vector2(0.468, 215.403), Vector2(0.468, 215.473), Vector2(0.468, 215.543), Vector2(0.468, 215.608), Vector2(0.468, 215.672), Vector2(0.468, 215.737), Vector2(0.468, 215.801), Vector2(0.468, 215.854), Vector2(0.468, 215.907), Vector2(0.468, 215.96), Vector2(0.468, 216.013), Vector2(0.468, 216.049), Vector2(0.468, 216.085), Vector2(0.468, 216.121), Vector2(0.468, 216.157), Vector2(0.468, 216.171), Vector2(0.468, 216.184), Vector2(0.468, 216.197), Vector2(0.468, 216.21)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath("root/C_root/C_bodyB_pregnantsize$0_#00:position")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [Vector2(0, 0), Vector2(0, -0.01), Vector2(0, -0.019), Vector2(0, -0.029), Vector2(0, -0.038), Vector2(0, -0.065), Vector2(0, -0.091), Vector2(0, -0.117), Vector2(0, -0.143), Vector2(0, -0.181), Vector2(0, -0.22), Vector2(0, -0.258), Vector2(0, -0.297), Vector2(0, -0.343), Vector2(0, -0.39), Vector2(0, -0.437), Vector2(0, -0.483), Vector2(0, -0.534), Vector2(0, -0.585), Vector2(0, -0.636), Vector2(0, -0.687), Vector2(0, -0.738), Vector2(0, -0.788), Vector2(0, -0.839), Vector2(0, -0.89), Vector2(0, -0.937), Vector2(0, -0.983), Vector2(0, -1.03), Vector2(0, -1.077), Vector2(0, -1.115), Vector2(0, -1.154), Vector2(0, -1.192), Vector2(0, -1.231), Vector2(0, -1.257), Vector2(0, -1.283), Vector2(0, -1.309), Vector2(0, -1.335), Vector2(0, -1.345), Vector2(0, -1.354), Vector2(0, -1.364), Vector2(0, -1.373), Vector2(0, -1.364), Vector2(0, -1.354), Vector2(0, -1.345), Vector2(0, -1.335), Vector2(0, -1.309), Vector2(0, -1.283), Vector2(0, -1.257), Vector2(0, -1.231), Vector2(0, -1.192), Vector2(0, -1.154), Vector2(0, -1.115), Vector2(0, -1.077), Vector2(0, -1.03), Vector2(0, -0.983), Vector2(0, -0.937), Vector2(0, -0.89), Vector2(0, -0.839), Vector2(0, -0.788), Vector2(0, -0.738), Vector2(0, -0.687), Vector2(0, -0.636), Vector2(0, -0.585), Vector2(0, -0.534), Vector2(0, -0.483), Vector2(0, -0.437), Vector2(0, -0.39), Vector2(0, -0.343), Vector2(0, -0.297), Vector2(0, -0.258), Vector2(0, -0.22), Vector2(0, -0.181), Vector2(0, -0.143), Vector2(0, -0.117), Vector2(0, -0.091), Vector2(0, -0.065), Vector2(0, -0.038), Vector2(0, -0.029), Vector2(0, -0.019), Vector2(0, -0.01), Vector2(0, 0)]
}
tracks/2/type = "value"
tracks/2/imported = false
tracks/2/enabled = true
tracks/2/path = NodePath("root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01:position")
tracks/2/interp = 1
tracks/2/loop_wrap = true
tracks/2/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [Vector2(18.761, 0), Vector2(18.773, 0), Vector2(18.781, 0), Vector2(18.771, 0), Vector2(18.761, 0), Vector2(18.752, 0), Vector2(18.742, 0), Vector2(18.716, 0), Vector2(18.69, 0), Vector2(18.664, 0), Vector2(18.638, 0), Vector2(18.599, 0), Vector2(18.561, 0), Vector2(18.522, 0), Vector2(18.484, 0), Vector2(18.437, 0), Vector2(18.39, 0), Vector2(18.344, 0), Vector2(18.297, 0), Vector2(18.246, 0), Vector2(18.195, 0), Vector2(18.145, 0), Vector2(18.094, 0), Vector2(18.043, 0), Vector2(17.992, 0), Vector2(17.941, 0), Vector2(17.891, 0), Vector2(17.844, 0), Vector2(17.797, 0), Vector2(17.75, 0), Vector2(17.704, 0), Vector2(17.665, 0), Vector2(17.627, 0), Vector2(17.588, 0), Vector2(17.55, 0), Vector2(17.524, 0), Vector2(17.498, 0), Vector2(17.472, 0), Vector2(17.446, 0), Vector2(17.436, 0), Vector2(17.426, 0), Vector2(17.417, 0), Vector2(17.407, 0), Vector2(17.416, 0), Vector2(17.425, 0), Vector2(17.434, 0), Vector2(17.447, 0), Vector2(17.471, 0), Vector2(17.496, 0), Vector2(17.521, 0), Vector2(17.551, 0), Vector2(17.588, 0), Vector2(17.625, 0), Vector2(17.661, 0), Vector2(17.703, 0), Vector2(17.749, 0), Vector2(17.794, 0), Vector2(17.839, 0), Vector2(17.888, 0), Vector2(17.938, 0), Vector2(17.988, 0), Vector2(18.038, 0), Vector2(18.089, 0), Vector2(18.139, 0), Vector2(18.19, 0), Vector2(18.241, 0), Vector2(18.289, 0), Vector2(18.337, 0), Vector2(18.385, 0), Vector2(18.431, 0), Vector2(18.473, 0), Vector2(18.514, 0), Vector2(18.556, 0), Vector2(18.592, 0), Vector2(18.624, 0), Vector2(18.655, 0), Vector2(18.687, 0), Vector2(18.708, 0), Vector2(18.725, 0), Vector2(18.743, 0), Vector2(18.761, 0)]
}
tracks/3/type = "value"
tracks/3/imported = false
tracks/3/enabled = true
tracks/3/path = NodePath("root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/ik_C_shoulderA/C_armA_#00/C_armA_#01/C_armA_#02:rotation")
tracks/3/interp = 1
tracks/3/loop_wrap = true
tracks/3/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [-0.3839724354387525, -0.3851418060375887, -0.3863111766364249, -0.38746309394274114, -0.38863246454157735, -0.3918089637802071, -0.39496800972631674, -0.3981270556724265, -0.40130355491105624, -0.4059635840138811, -0.4106236131167059, -0.41530109551205074, -0.4199611246148756, -0.42563344468385717, -0.4312883114603188, -0.43696063152930037, -0.44261549830576197, -0.44879396385782194, -0.4549549761173619, -0.4611159883769019, -0.46727700063644184, -0.47345546618850176, -0.4796164784480418, -0.48577749070758175, -0.4919385029671217, -0.49761082303610327, -0.5032656898125649, -0.5089380098815465, -0.514610329950528, -0.519270359053353, -0.5239303881561779, -0.5286078705515226, -0.5332678996543475, -0.5364269456004572, -0.5396034448390868, -0.5427624907851966, -0.5459215367313064, -0.5470909073301425, -0.5482602779289787, -0.549429648527815, -0.5505990191266511, -0.549429648527815, -0.5482602779289787, -0.5470909073301425, -0.5459215367313064, -0.5427624907851966, -0.5396034448390868, -0.5364269456004572, -0.5332678996543475, -0.5286078705515226, -0.5239303881561779, -0.519270359053353, -0.514610329950528, -0.5089380098815465, -0.5032656898125649, -0.49761082303610327, -0.4919385029671217, -0.48577749070758175, -0.4796164784480418, -0.47345546618850176, -0.46727700063644184, -0.4611159883769019, -0.4549549761173619, -0.44879396385782194, -0.44261549830576197, -0.43696063152930037, -0.4312883114603188, -0.42563344468385717, -0.4199611246148756, -0.41530109551205074, -0.4106236131167059, -0.4059635840138811, -0.40130355491105624, -0.3981270556724265, -0.39496800972631674, -0.3918089637802071, -0.38863246454157735, -0.38746309394274114, -0.3863111766364249, -0.3851418060375887, -0.3839724354387525]
}
tracks/4/type = "value"
tracks/4/imported = false
tracks/4/enabled = true
tracks/4/path = NodePath("root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/ik_C_shoulderB/C_armB_#00/C_armB_#01/C_armB_#02:rotation")
tracks/4/interp = 1
tracks/4/loop_wrap = true
tracks/4/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [0.3839724354387525, 0.3848974599423095, 0.38582248444586653, 0.38674750894942345, 0.3876725334529805, 0.39018580757585236, 0.39269908169872414, 0.39521235582159603, 0.39770817665194785, 0.40140827466617585, 0.4051083726804039, 0.40880847069463183, 0.4125085687088598, 0.41701151817900517, 0.4214970143566306, 0.425982510534256, 0.43048546000440135, 0.4353723819099855, 0.44025930381556966, 0.44514622572115375, 0.45003314762673785, 0.454920069532322, 0.45982444473042605, 0.4647113666360102, 0.4695982885415943, 0.47408378471921975, 0.4785867341893651, 0.48307223036699054, 0.487557726544616, 0.491257824558844, 0.494957922573072, 0.4986580205872999, 0.5023581186015279, 0.5048713927243997, 0.5073846668472716, 0.5098979409701434, 0.5124112150930152, 0.5133362395965722, 0.5142612641001292, 0.5151862886036862, 0.5161113131072432, 0.5151862886036862, 0.5142612641001292, 0.5133362395965722, 0.5124112150930152, 0.5098979409701434, 0.5073846668472716, 0.5048713927243997, 0.5023581186015279, 0.4986580205872999, 0.494957922573072, 0.491257824558844, 0.487557726544616, 0.48307223036699054, 0.4785867341893651, 0.47408378471921975, 0.4695982885415943, 0.4647113666360102, 0.45982444473042605, 0.454920069532322, 0.45003314762673785, 0.44514622572115375, 0.44025930381556966, 0.4353723819099855, 0.43048546000440135, 0.425982510534256, 0.4214970143566306, 0.41701151817900517, 0.4125085687088598, 0.40880847069463183, 0.4051083726804039, 0.40140827466617585, 0.39770817665194785, 0.39521235582159603, 0.39269908169872414, 0.39018580757585236, 0.3876725334529805, 0.38674750894942345, 0.38582248444586653, 0.3848974599423095, 0.3839724354387525]
}
tracks/5/type = "value"
tracks/5/imported = false
tracks/5/enabled = true
tracks/5/path = NodePath("root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02:position")
tracks/5/interp = 1
tracks/5/loop_wrap = true
tracks/5/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [Vector2(49.591, 0.468), Vector2(49.585, 0.468), Vector2(49.578, 0.468), Vector2(49.572, 0.468), Vector2(49.566, 0.468), Vector2(49.549, 0.468), Vector2(49.532, 0.468), Vector2(49.515, 0.468), Vector2(49.498, 0.468), Vector2(49.472, 0.468), Vector2(49.447, 0.468), Vector2(49.422, 0.468), Vector2(49.397, 0.468), Vector2(49.366, 0.468), Vector2(49.336, 0.468), Vector2(49.305, 0.468), Vector2(49.275, 0.468), Vector2(49.241, 0.468), Vector2(49.208, 0.468), Vector2(49.175, 0.468), Vector2(49.141, 0.468), Vector2(49.108, 0.468), Vector2(49.075, 0.468), Vector2(49.042, 0.468), Vector2(49.008, 0.468), Vector2(48.978, 0.468), Vector2(48.947, 0.468), Vector2(48.917, 0.468), Vector2(48.886, 0.468), Vector2(48.861, 0.468), Vector2(48.836, 0.468), Vector2(48.811, 0.468), Vector2(48.785, 0.468), Vector2(48.768, 0.468), Vector2(48.751, 0.468), Vector2(48.734, 0.468), Vector2(48.717, 0.468), Vector2(48.711, 0.468), Vector2(48.705, 0.468), Vector2(48.698, 0.468), Vector2(48.692, 0.468), Vector2(48.698, 0.468), Vector2(48.705, 0.468), Vector2(48.711, 0.468), Vector2(48.717, 0.468), Vector2(48.734, 0.468), Vector2(48.751, 0.468), Vector2(48.768, 0.468), Vector2(48.785, 0.468), Vector2(48.811, 0.468), Vector2(48.836, 0.468), Vector2(48.861, 0.468), Vector2(48.886, 0.468), Vector2(48.917, 0.468), Vector2(48.947, 0.468), Vector2(48.978, 0.468), Vector2(49.008, 0.468), Vector2(49.042, 0.468), Vector2(49.075, 0.468), Vector2(49.108, 0.468), Vector2(49.141, 0.468), Vector2(49.175, 0.468), Vector2(49.208, 0.468), Vector2(49.241, 0.468), Vector2(49.275, 0.468), Vector2(49.305, 0.468), Vector2(49.336, 0.468), Vector2(49.366, 0.468), Vector2(49.397, 0.468), Vector2(49.422, 0.468), Vector2(49.447, 0.468), Vector2(49.472, 0.468), Vector2(49.498, 0.468), Vector2(49.515, 0.468), Vector2(49.532, 0.468), Vector2(49.549, 0.468), Vector2(49.566, 0.468), Vector2(49.572, 0.468), Vector2(49.578, 0.468), Vector2(49.585, 0.468), Vector2(49.591, 0.468)]
}
tracks/6/type = "value"
tracks/6/imported = false
tracks/6/enabled = true
tracks/6/path = NodePath("root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02/C_hairbackA_hairback$0_#02:rotation")
tracks/6/interp = 1
tracks/6/loop_wrap = true
tracks/6/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [3.0488633104313347, 3.0486364176285754, 3.048461884703376, 3.048392071533296, 3.0485491511659757, 3.048706230798655, 3.0488633104313347, 3.049020390064014, 3.0494567223770126, 3.049875601397491, 3.05031193371049, 3.0507308127309685, 3.0513765845542067, 3.052004903084924, 3.052633221615642, 3.05327899343888, 3.054046938309758, 3.0548148831806348, 3.0555828280515125, 3.05635077292239, 3.0571885309633475, 3.058026289004305, 3.0588640470452617, 3.059701805086219, 3.0605395631271763, 3.0613773211681337, 3.062215079209091, 3.0630528372500483, 3.063820782120926, 3.0645887269918033, 3.065356671862681, 3.0661246167335587, 3.066770388556796, 3.067398707087514, 3.0680270256182323, 3.06867279744147, 3.069091676461949, 3.0695280087749475, 3.0699468877954263, 3.070383220108425, 3.070540299741104, 3.070697379373784, 3.0708544590064633, 3.071011538639143, 3.070871912298983, 3.0707322859588233, 3.070575206326144, 3.0703483135233847, 3.0699468877954263, 3.0695454620674676, 3.0691614896320285, 3.0686378908564302, 3.0680444789107524, 3.0674336136725544, 3.066840201726876, 3.0661246167335587, 3.065391578447721, 3.064641086869363, 3.0638905952910056, 3.0630702905425684, 3.062249985794131, 3.061429681045694, 3.0606093762972564, 3.059771618256299, 3.058916406922822, 3.0580786488818648, 3.057258344133427, 3.05645549267751, 3.055652641221592, 3.054849789765675, 3.054134204772357, 3.05341861977904, 3.052703034785722, 3.052039809669964, 3.051481304309326, 3.050922798948688, 3.0503468402955294, 3.049927961275051, 3.049578895424652, 3.049212376281733, 3.0488633104313347]
}
tracks/7/type = "value"
tracks/7/imported = false
tracks/7/enabled = true
tracks/7/path = NodePath("root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02/C_hairbackA_hairback$0_#02/C_hairbackA_hairback$0_#03:rotation")
tracks/7/interp = 1
tracks/7/loop_wrap = true
tracks/7/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [0.13711306603667453, 0.1356818960500392, 0.13437289911104344, 0.13323843509724712, 0.13236577047124995, 0.13178981181809182, 0.13156291901533257, 0.13215633096101062, 0.1327497429066887, 0.13332570155984683, 0.1339191135055249, 0.1355248164173597, 0.13711306603667453, 0.13871876894850932, 0.14030701856782415, 0.1426632130580165, 0.14501940754820886, 0.14735814874588124, 0.14971434323607358, 0.1525766832093443, 0.155439023182615, 0.15828390986336577, 0.16114624983663645, 0.16425293590518636, 0.16735962197373627, 0.1704837613348061, 0.17359044740335602, 0.17669713347190594, 0.17980381954045582, 0.18291050560900574, 0.18601719167755562, 0.18887953165082635, 0.19174187162409706, 0.1945867583048478, 0.19744909827811852, 0.19980529276831085, 0.2021614872585032, 0.20451768174869553, 0.20685642294636794, 0.20846212585820273, 0.21005037547751756, 0.21165607838935235, 0.2132443280086672, 0.21383773995434527, 0.21443115190002332, 0.21500711055318147, 0.21560052249885953, 0.21509437701578116, 0.21460568482522274, 0.2140995393421444, 0.21306979508346777, 0.21169098497439223, 0.21031217486531673, 0.20879373841608165, 0.20671679660620837, 0.2046224015038152, 0.20252800640142202, 0.20004963886359003, 0.19743164498559854, 0.19483110440012702, 0.1920909374744959, 0.1891413310386255, 0.1861917246027551, 0.18324211816688468, 0.18013543209833474, 0.1770112927372649, 0.17390460666871502, 0.17079792060016508, 0.16770868782413512, 0.16460200175558523, 0.16154767556459515, 0.15865042900628457, 0.15575318244797395, 0.1528559358896634, 0.15025539530419182, 0.14774212118132, 0.14522884705844816, 0.14294246573833558, 0.1410051502686219, 0.13905038150638824, 0.13711306603667453]
}
tracks/8/type = "value"
tracks/8/imported = false
tracks/8/enabled = true
tracks/8/path = NodePath("root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02/C_hairbackB_hairback$0_#02:rotation")
tracks/8/interp = 1
tracks/8/loop_wrap = true
tracks/8/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [2.4623977751762, 2.462013802740761, 2.4616821901828825, 2.461542563842723, 2.4618218165230417, 2.462118522495881, 2.4623977751762, 2.4626944811490388, 2.4634624260199165, 2.464247824183314, 2.4650332223467113, 2.465801167217589, 2.466953084523905, 2.4681050018302213, 2.4692569191365377, 2.470408836442854, 2.4718050998444494, 2.4731839099535247, 2.4745801733551205, 2.475976436756716, 2.477494873205951, 2.479013309655186, 2.480531746104421, 2.4820501825536563, 2.483568619002891, 2.485087055452126, 2.4866054919013614, 2.4881239283505963, 2.489520191752192, 2.490916455153787, 2.4922952652628627, 2.4936915286644585, 2.494843445970775, 2.4959953632770904, 2.4971472805834067, 2.498299197889723, 2.499067142760601, 2.4998525409239982, 2.5006379390873956, 2.501405883958273, 2.501702589931112, 2.5019818426114315, 2.5022785485842705, 2.5025578012645893, 2.5022960018767906, 2.502034202488991, 2.501754949808672, 2.5013535240807134, 2.5006379390873956, 2.499904900801558, 2.4991718625157207, 2.4982468380121636, 2.497164733875927, 2.496065176447171, 2.494983072310934, 2.4936740753719384, 2.4923476251404226, 2.4910037216163867, 2.4896423647998316, 2.488158834935636, 2.486675305071441, 2.4851917752072454, 2.4836907920505307, 2.4821723556012953, 2.4806364658595403, 2.4791180294103055, 2.4776344995461104, 2.476168422974435, 2.4747023464027595, 2.4732537231236043, 2.471962179477129, 2.4706706358306527, 2.4693616388916575, 2.468174815000301, 2.4671450707416245, 2.4661327797754677, 2.4651030355167913, 2.4643350906459136, 2.4636893188226754, 2.463043546999438, 2.4623977751762]
}
tracks/9/type = "value"
tracks/9/imported = false
tracks/9/enabled = true
tracks/9/path = NodePath("root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02/C_hairbackB_hairback$0_#02/C_hairbackB_hairback$0_#03:rotation")
tracks/9/interp = 1
tracks/9/loop_wrap = true
tracks/9/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [0.37435567126026376, 0.37383207248466543, 0.373360833586627, 0.37295940785866827, 0.3726452485933093, 0.37243580908307, 0.37236599591299024, 0.3725754354232296, 0.3727848749334689, 0.37299431444370823, 0.37320375395394745, 0.37377971260710563, 0.37435567126026376, 0.3749316299134219, 0.37549013527406006, 0.37634534660753727, 0.3771831046484946, 0.37802086268945184, 0.3788586207304091, 0.3798883649890858, 0.3809181092477624, 0.3819304002139191, 0.3829601444725958, 0.38407715519387214, 0.38519416591514855, 0.3863111766364249, 0.38741073406518134, 0.3885277447864577, 0.3896447555077341, 0.39076176622901043, 0.3918787769502868, 0.3928910679164435, 0.3939208121751202, 0.39495055643379684, 0.3959628473999536, 0.3968180587334308, 0.39765581677438805, 0.3984935748153453, 0.39933133285630257, 0.39990729150946075, 0.4004832501626189, 0.40105920881577695, 0.40163516746893513, 0.40184460697917446, 0.4020540464894138, 0.4022634859996531, 0.4024729255098924, 0.40229839258469297, 0.4021064063669736, 0.40193187344177417, 0.4015653542988553, 0.40107666210829696, 0.4005705166252186, 0.40002946455710037, 0.39927897297874276, 0.39854593469290517, 0.3977954431145476, 0.3969053251960305, 0.3959628473999536, 0.3950203696038766, 0.3940429852227598, 0.3929957876715632, 0.39193113682784664, 0.39088393927665005, 0.3897669285553737, 0.3886499178340973, 0.38753290711282096, 0.38641589639154456, 0.38531633896278816, 0.3841993282415118, 0.3830997708127553, 0.38207002655407873, 0.3810228290028821, 0.37999308474420546, 0.37906806024064843, 0.3781604890296114, 0.37725291781857434, 0.37643261307013703, 0.37573448136933923, 0.3750538029610615, 0.37435567126026376]
}
tracks/10/type = "value"
tracks/10/imported = false
tracks/10/enabled = true
tracks/10/path = NodePath("root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02/C_hairbackB_hairback$0_#02/C_hairbackB_hairback$0_#03/C_hairbackB_hairback$0_#04:position")
tracks/10/interp = 1
tracks/10/loop_wrap = true
tracks/10/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [Vector2(54.579, -0.593), Vector2(54.524, -0.511), Vector2(54.474, -0.436), Vector2(54.428, -0.367), Vector2(54.388, -0.306), Vector2(54.353, -0.254), Vector2(54.325, -0.212), Vector2(54.304, -0.181), Vector2(54.291, -0.161), Vector2(54.286, -0.154), Vector2(54.302, -0.177), Vector2(54.317, -0.2), Vector2(54.333, -0.224), Vector2(54.348, -0.247), Vector2(54.39, -0.31), Vector2(54.433, -0.374), Vector2(54.475, -0.437), Vector2(54.517, -0.5), Vector2(54.579, -0.593), Vector2(54.641, -0.686), Vector2(54.703, -0.78), Vector2(54.765, -0.873), Vector2(54.84, -0.986), Vector2(54.916, -1.099), Vector2(54.991, -1.213), Vector2(55.067, -1.326), Vector2(55.149, -1.449), Vector2(55.231, -1.572), Vector2(55.313, -1.695), Vector2(55.395, -1.818), Vector2(55.477, -1.942), Vector2(55.559, -2.065), Vector2(55.641, -2.188), Vector2(55.723, -2.311), Vector2(55.798, -2.424), Vector2(55.874, -2.538), Vector2(55.949, -2.651), Vector2(56.024, -2.764), Vector2(56.086, -2.857), Vector2(56.148, -2.951), Vector2(56.211, -3.044), Vector2(56.273, -3.137), Vector2(56.315, -3.2), Vector2(56.357, -3.263), Vector2(56.399, -3.327), Vector2(56.441, -3.39), Vector2(56.457, -3.413), Vector2(56.472, -3.437), Vector2(56.488, -3.46), Vector2(56.503, -3.483), Vector2(56.491, -3.465), Vector2(56.479, -3.447), Vector2(56.467, -3.428), Vector2(56.435, -3.381), Vector2(56.401, -3.33), Vector2(56.368, -3.28), Vector2(56.32, -3.208), Vector2(56.268, -3.131), Vector2(56.217, -3.053), Vector2(56.156, -2.962), Vector2(56.091, -2.864), Vector2(56.025, -2.766), Vector2(55.955, -2.659), Vector2(55.879, -2.547), Vector2(55.804, -2.434), Vector2(55.727, -2.317), Vector2(55.646, -2.195), Vector2(55.565, -2.074), Vector2(55.483, -1.952), Vector2(55.401, -1.827), Vector2(55.318, -1.703), Vector2(55.236, -1.58), Vector2(55.155, -1.459), Vector2(55.074, -1.337), Vector2(54.995, -1.218), Vector2(54.92, -1.106), Vector2(54.846, -0.994), Vector2(54.772, -0.884), Vector2(54.708, -0.787), Vector2(54.643, -0.69), Vector2(54.579, -0.593)]
}
tracks/11/type = "value"
tracks/11/imported = false
tracks/11/enabled = true
tracks/11/path = NodePath("root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02/C_hairbackB_hairback$0_#02/C_hairbackB_hairback$0_#03/C_hairbackB_hairback$0_#04:rotation")
tracks/11/interp = 1
tracks/11/loop_wrap = true
tracks/11/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [0.5355019210969002, 0.5340358445252249, 0.5326744877086693, 0.5314353039397535, 0.5303357465109969, 0.52941072200744, 0.5286427771365625, 0.5280842717759243, 0.5277352059255255, 0.5275955795853658, 0.5280144586058445, 0.5284333376263232, 0.5288522166468018, 0.5292710956672805, 0.5304055596810767, 0.531557476987393, 0.5326919410011893, 0.5338264050149857, 0.5355019210969002, 0.5371774371788148, 0.5388529532607294, 0.5405284693426439, 0.5425705045674772, 0.5445950864997906, 0.546637121724624, 0.5486617036569374, 0.5508782718069702, 0.553094839957003, 0.5553114081070358, 0.5575279762570686, 0.5597445444071014, 0.5619611125571342, 0.564160227414647, 0.5663767955646799, 0.5684188307895132, 0.5704434127218266, 0.5724854479466601, 0.5745274831714934, 0.576202999253408, 0.5778785153353225, 0.5795540314172372, 0.5812295474991516, 0.5823640115129479, 0.5834984755267443, 0.5846329395405405, 0.5857674035543369, 0.5861862825748155, 0.5866051615952942, 0.5870240406157728, 0.5874429196362515, 0.5871287603708925, 0.5867971478130136, 0.5864655352551347, 0.5856103239216573, 0.5847027527106203, 0.5837951814995832, 0.5825036378531074, 0.5811073744515121, 0.5797111110499166, 0.578070501553042, 0.5763077190085276, 0.5745449364640134, 0.5726425275793395, 0.5706179456470262, 0.5685759104221927, 0.5664815153197995, 0.5642998537548066, 0.5621181921898137, 0.559919077332301, 0.5576850558897481, 0.5554510344471953, 0.5532344662971626, 0.5510528047321697, 0.5488711431671768, 0.5467243881872237, 0.5447172595474302, 0.5427101309076369, 0.5407204555603633, 0.5389751263083689, 0.5372472503488945, 0.5355019210969002]
}
tracks/12/type = "value"
tracks/12/imported = false
tracks/12/enabled = true
tracks/12/path = NodePath("root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_titsB:rotation")
tracks/12/interp = 1
tracks/12/loop_wrap = true
tracks/12/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [-3.487813617307909, -3.4890353477843044, -3.4899254657028216, -3.49046651777094, -3.490658503988659, -3.4899429189953413, -3.489244787294544, -3.488529202301226, -3.487813617307909, -3.4858937551307148, -3.4839738929535207, -3.482054030776327, -3.4801167153066137, -3.4772892819183827, -3.4744443952376316, -3.4716169618494006, -3.4687720751686504, -3.4653337765422214, -3.4618780246232728, -3.458439725996844, -3.454983974077895, -3.451248969478627, -3.4474965115868397, -3.4437440536950517, -3.4399915958032636, -3.436239137911476, -3.432504133312208, -3.42875167542042, -3.4249992175286326, -3.4215609189022036, -3.418105166983255, -3.4146668683568264, -3.4112111164378773, -3.4083836830496463, -3.4055387963688957, -3.402711362980665, -3.399866476299914, -3.397946614122721, -3.3960267519455267, -3.394089436475813, -3.392169574298619, -3.3914539893053015, -3.390755857604504, -3.3900402726111865, -3.3893246876178686, -3.389970459441106, -3.390616231264344, -3.391262003087582, -3.3923441072238183, -3.3941243430608528, -3.395887125605367, -3.397649908149881, -3.4001108223951935, -3.4027462695657045, -3.405399170028736, -3.408156790246887, -3.4114205559481166, -3.4147017749418658, -3.4179655406430953, -3.4214561991470838, -3.425121390576272, -3.4287691287129403, -3.4324168668496084, -3.436204231326436, -3.4399915958032636, -3.443796413572611, -3.447531418171879, -3.4512140628935875, -3.454896707615295, -3.4585793523370034, -3.461965291085872, -3.4652988699571816, -3.4686149955359706, -3.4718264013596403, -3.4745491149927514, -3.4772718286258626, -3.4799945422589738, -3.4821936571164867, -3.4840786127086405, -3.4859461150082747, -3.487813617307909]
}
tracks/13/type = "value"
tracks/13/imported = false
tracks/13/enabled = true
tracks/13/path = NodePath("root/shadow:scale")
tracks/13/interp = 1
tracks/13/loop_wrap = true
tracks/13/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [Vector2(1, 1), Vector2(1, 1), Vector2(0.999, 0.999), Vector2(0.999, 0.999), Vector2(0.999, 0.999), Vector2(0.998, 0.998), Vector2(0.997, 0.997), Vector2(0.996, 0.996), Vector2(0.995, 0.995), Vector2(0.993, 0.993), Vector2(0.992, 0.992), Vector2(0.991, 0.991), Vector2(0.989, 0.989), Vector2(0.988, 0.988), Vector2(0.986, 0.986), Vector2(0.984, 0.984), Vector2(0.982, 0.982), Vector2(0.981, 0.981), Vector2(0.979, 0.979), Vector2(0.977, 0.977), Vector2(0.975, 0.975), Vector2(0.973, 0.973), Vector2(0.971, 0.971), Vector2(0.969, 0.969), Vector2(0.968, 0.968), Vector2(0.966, 0.966), Vector2(0.964, 0.964), Vector2(0.963, 0.963), Vector2(0.961, 0.961), Vector2(0.959, 0.959), Vector2(0.958, 0.958), Vector2(0.957, 0.957), Vector2(0.955, 0.955), Vector2(0.954, 0.954), Vector2(0.953, 0.953), Vector2(0.952, 0.952), Vector2(0.951, 0.951), Vector2(0.951, 0.951), Vector2(0.951, 0.951), Vector2(0.95, 0.95), Vector2(0.95, 0.95), Vector2(0.95, 0.95), Vector2(0.951, 0.951), Vector2(0.951, 0.951), Vector2(0.951, 0.951), Vector2(0.952, 0.952), Vector2(0.953, 0.953), Vector2(0.954, 0.954), Vector2(0.955, 0.955), Vector2(0.957, 0.957), Vector2(0.958, 0.958), Vector2(0.959, 0.959), Vector2(0.961, 0.961), Vector2(0.962, 0.962), Vector2(0.964, 0.964), Vector2(0.966, 0.966), Vector2(0.968, 0.968), Vector2(0.969, 0.969), Vector2(0.971, 0.971), Vector2(0.973, 0.973), Vector2(0.975, 0.975), Vector2(0.977, 0.977), Vector2(0.979, 0.979), Vector2(0.981, 0.981), Vector2(0.982, 0.982), Vector2(0.984, 0.984), Vector2(0.986, 0.986), Vector2(0.987, 0.987), Vector2(0.989, 0.989), Vector2(0.991, 0.991), Vector2(0.992, 0.992), Vector2(0.993, 0.993), Vector2(0.995, 0.995), Vector2(0.996, 0.996), Vector2(0.997, 0.997), Vector2(0.998, 0.998), Vector2(0.999, 0.999), Vector2(0.999, 0.999), Vector2(0.999, 0.999), Vector2(1, 1), Vector2(1, 1)]
}
tracks/14/type = "value"
tracks/14/imported = false
tracks/14/enabled = true
tracks/14/path = NodePath("root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#02:position")
tracks/14/interp = 1
tracks/14/loop_wrap = true
tracks/14/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [Vector2(-48.788, 0.18), Vector2(-48.75, 0.18), Vector2(-48.717, 0.18), Vector2(-48.691, 0.18), Vector2(-48.675, 0.18), Vector2(-48.668, 0.18), Vector2(-48.686, 0.18), Vector2(-48.704, 0.18), Vector2(-48.722, 0.18), Vector2(-48.74, 0.18), Vector2(-48.788, 0.18), Vector2(-48.836, 0.18), Vector2(-48.884, 0.18), Vector2(-48.932, 0.18), Vector2(-49.003, 0.18), Vector2(-49.075, 0.18), Vector2(-49.146, 0.18), Vector2(-49.217, 0.18), Vector2(-49.303, 0.18), Vector2(-49.389, 0.18), Vector2(-49.476, 0.18), Vector2(-49.562, 0.18), Vector2(-49.656, 0.18), Vector2(-49.75, 0.18), Vector2(-49.844, 0.18), Vector2(-49.938, 0.18), Vector2(-50.031, 0.18), Vector2(-50.125, 0.18), Vector2(-50.219, 0.18), Vector2(-50.313, 0.18), Vector2(-50.399, 0.18), Vector2(-50.486, 0.18), Vector2(-50.572, 0.18), Vector2(-50.658, 0.18), Vector2(-50.729, 0.18), Vector2(-50.801, 0.18), Vector2(-50.872, 0.18), Vector2(-50.943, 0.18), Vector2(-50.991, 0.18), Vector2(-51.039, 0.18), Vector2(-51.087, 0.18), Vector2(-51.136, 0.18), Vector2(-51.153, 0.18), Vector2(-51.171, 0.18), Vector2(-51.189, 0.18), Vector2(-51.207, 0.18), Vector2(-51.191, 0.18), Vector2(-51.175, 0.18), Vector2(-51.16, 0.18), Vector2(-51.131, 0.18), Vector2(-51.088, 0.18), Vector2(-51.045, 0.18), Vector2(-51.002, 0.18), Vector2(-50.938, 0.18), Vector2(-50.873, 0.18), Vector2(-50.809, 0.18), Vector2(-50.736, 0.18), Vector2(-50.656, 0.18), Vector2(-50.576, 0.18), Vector2(-50.496, 0.18), Vector2(-50.406, 0.18), Vector2(-50.315, 0.18), Vector2(-50.225, 0.18), Vector2(-50.133, 0.18), Vector2(-50.038, 0.18), Vector2(-49.944, 0.18), Vector2(-49.849, 0.18), Vector2(-49.757, 0.18), Vector2(-49.664, 0.18), Vector2(-49.571, 0.18), Vector2(-49.482, 0.18), Vector2(-49.396, 0.18), Vector2(-49.311, 0.18), Vector2(-49.226, 0.18), Vector2(-49.153, 0.18), Vector2(-49.081, 0.18), Vector2(-49.009, 0.18), Vector2(-48.947, 0.18), Vector2(-48.894, 0.18), Vector2(-48.841, 0.18), Vector2(-48.788, 0.18)]
}
tracks/15/type = "value"
tracks/15/imported = false
tracks/15/enabled = true
tracks/15/path = NodePath("root/C_root/con_C_pussyA:position")
tracks/15/interp = 1
tracks/15/loop_wrap = true
tracks/15/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [Vector2(26.378, -30.211), Vector2(26.392, -30.201), Vector2(26.405, -30.192), Vector2(26.418, -30.182), Vector2(26.431, -30.173), Vector2(26.468, -30.147), Vector2(26.504, -30.121), Vector2(26.54, -30.095), Vector2(26.576, -30.07), Vector2(26.629, -30.032), Vector2(26.682, -29.994), Vector2(26.735, -29.956), Vector2(26.788, -29.918), Vector2(26.853, -29.872), Vector2(26.917, -29.826), Vector2(26.982, -29.78), Vector2(27.046, -29.733), Vector2(27.117, -29.683), Vector2(27.187, -29.633), Vector2(27.257, -29.583), Vector2(27.327, -29.533), Vector2(27.398, -29.483), Vector2(27.468, -29.432), Vector2(27.538, -29.382), Vector2(27.608, -29.332), Vector2(27.673, -29.286), Vector2(27.737, -29.24), Vector2(27.802, -29.194), Vector2(27.866, -29.148), Vector2(27.92, -29.11), Vector2(27.973, -29.072), Vector2(28.026, -29.034), Vector2(28.079, -28.996), Vector2(28.115, -28.97), Vector2(28.151, -28.944), Vector2(28.187, -28.919), Vector2(28.223, -28.893), Vector2(28.237, -28.883), Vector2(28.25, -28.874), Vector2(28.263, -28.864), Vector2(28.276, -28.855), Vector2(28.263, -28.864), Vector2(28.25, -28.874), Vector2(28.237, -28.883), Vector2(28.223, -28.893), Vector2(28.187, -28.919), Vector2(28.151, -28.944), Vector2(28.115, -28.97), Vector2(28.079, -28.996), Vector2(28.026, -29.034), Vector2(27.973, -29.072), Vector2(27.92, -29.11), Vector2(27.866, -29.148), Vector2(27.802, -29.194), Vector2(27.737, -29.24), Vector2(27.673, -29.286), Vector2(27.608, -29.332), Vector2(27.538, -29.382), Vector2(27.468, -29.432), Vector2(27.398, -29.483), Vector2(27.327, -29.533), Vector2(27.257, -29.583), Vector2(27.187, -29.633), Vector2(27.117, -29.683), Vector2(27.046, -29.733), Vector2(26.982, -29.78), Vector2(26.917, -29.826), Vector2(26.853, -29.872), Vector2(26.788, -29.918), Vector2(26.735, -29.956), Vector2(26.682, -29.994), Vector2(26.629, -30.032), Vector2(26.576, -30.07), Vector2(26.54, -30.095), Vector2(26.504, -30.121), Vector2(26.468, -30.147), Vector2(26.431, -30.173), Vector2(26.418, -30.182), Vector2(26.405, -30.192), Vector2(26.392, -30.201), Vector2(26.378, -30.211)]
}
tracks/16/type = "value"
tracks/16/imported = false
tracks/16/enabled = true
tracks/16/path = NodePath("root/C_root/con_C_pussyB:position")
tracks/16/interp = 1
tracks/16/loop_wrap = true
tracks/16/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [Vector2(-27.314, -30.211), Vector2(-27.325, -30.198), Vector2(-27.335, -30.186), Vector2(-27.346, -30.174), Vector2(-27.356, -30.161), Vector2(-27.384, -30.128), Vector2(-27.413, -30.094), Vector2(-27.441, -30.061), Vector2(-27.469, -30.027), Vector2(-27.511, -29.978), Vector2(-27.553, -29.929), Vector2(-27.595, -29.879), Vector2(-27.636, -29.83), Vector2(-27.687, -29.77), Vector2(-27.738, -29.71), Vector2(-27.789, -29.65), Vector2(-27.839, -29.59), Vector2(-27.894, -29.525), Vector2(-27.95, -29.46), Vector2(-28.005, -29.395), Vector2(-28.06, -29.329), Vector2(-28.115, -29.264), Vector2(-28.17, -29.199), Vector2(-28.225, -29.134), Vector2(-28.281, -29.069), Vector2(-28.331, -29.009), Vector2(-28.382, -28.949), Vector2(-28.433, -28.889), Vector2(-28.483, -28.829), Vector2(-28.525, -28.78), Vector2(-28.567, -28.73), Vector2(-28.609, -28.681), Vector2(-28.651, -28.631), Vector2(-28.679, -28.598), Vector2(-28.707, -28.565), Vector2(-28.736, -28.531), Vector2(-28.764, -28.498), Vector2(-28.774, -28.485), Vector2(-28.785, -28.473), Vector2(-28.795, -28.461), Vector2(-28.806, -28.448), Vector2(-28.795, -28.461), Vector2(-28.785, -28.473), Vector2(-28.774, -28.485), Vector2(-28.764, -28.498), Vector2(-28.736, -28.531), Vector2(-28.707, -28.565), Vector2(-28.679, -28.598), Vector2(-28.651, -28.631), Vector2(-28.609, -28.681), Vector2(-28.567, -28.73), Vector2(-28.525, -28.78), Vector2(-28.483, -28.829), Vector2(-28.433, -28.889), Vector2(-28.382, -28.949), Vector2(-28.331, -29.009), Vector2(-28.281, -29.069), Vector2(-28.225, -29.134), Vector2(-28.17, -29.199), Vector2(-28.115, -29.264), Vector2(-28.06, -29.329), Vector2(-28.005, -29.395), Vector2(-27.95, -29.46), Vector2(-27.894, -29.525), Vector2(-27.839, -29.59), Vector2(-27.789, -29.65), Vector2(-27.738, -29.71), Vector2(-27.687, -29.77), Vector2(-27.636, -29.83), Vector2(-27.595, -29.879), Vector2(-27.553, -29.929), Vector2(-27.511, -29.978), Vector2(-27.469, -30.027), Vector2(-27.441, -30.061), Vector2(-27.413, -30.094), Vector2(-27.384, -30.128), Vector2(-27.356, -30.161), Vector2(-27.346, -30.174), Vector2(-27.335, -30.186), Vector2(-27.325, -30.198), Vector2(-27.314, -30.211)]
}
tracks/17/type = "value"
tracks/17/imported = false
tracks/17/enabled = true
tracks/17/path = NodePath("root/C_root/con_C_hip:position")
tracks/17/interp = 1
tracks/17/loop_wrap = true
tracks/17/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [Vector2(-0.435, -146.055), Vector2(-0.388, -146.047), Vector2(-0.341, -146.039), Vector2(-0.294, -146.031), Vector2(-0.248, -146.023), Vector2(-0.121, -146.001), Vector2(0.006, -145.979), Vector2(0.133, -145.957), Vector2(0.26, -145.935), Vector2(0.447, -145.902), Vector2(0.634, -145.87), Vector2(0.821, -145.837), Vector2(1.008, -145.805), Vector2(1.235, -145.765), Vector2(1.462, -145.726), Vector2(1.689, -145.686), Vector2(1.916, -145.647), Vector2(2.164, -145.604), Vector2(2.411, -145.561), Vector2(2.658, -145.518), Vector2(2.905, -145.475), Vector2(3.152, -145.432), Vector2(3.399, -145.389), Vector2(3.646, -145.346), Vector2(3.894, -145.303), Vector2(4.121, -145.263), Vector2(4.348, -145.224), Vector2(4.575, -145.184), Vector2(4.802, -145.145), Vector2(4.989, -145.112), Vector2(5.176, -145.08), Vector2(5.363, -145.047), Vector2(5.55, -145.015), Vector2(5.677, -144.993), Vector2(5.804, -144.971), Vector2(5.931, -144.949), Vector2(6.058, -144.926), Vector2(6.104, -144.918), Vector2(6.151, -144.91), Vector2(6.198, -144.902), Vector2(6.245, -144.894), Vector2(6.198, -144.902), Vector2(6.151, -144.91), Vector2(6.104, -144.918), Vector2(6.058, -144.926), Vector2(5.931, -144.949), Vector2(5.804, -144.971), Vector2(5.677, -144.993), Vector2(5.55, -145.015), Vector2(5.363, -145.047), Vector2(5.176, -145.08), Vector2(4.989, -145.112), Vector2(4.802, -145.145), Vector2(4.575, -145.184), Vector2(4.348, -145.224), Vector2(4.121, -145.263), Vector2(3.894, -145.303), Vector2(3.646, -145.346), Vector2(3.399, -145.389), Vector2(3.152, -145.432), Vector2(2.905, -145.475), Vector2(2.658, -145.518), Vector2(2.411, -145.561), Vector2(2.164, -145.604), Vector2(1.916, -145.647), Vector2(1.689, -145.686), Vector2(1.462, -145.726), Vector2(1.235, -145.765), Vector2(1.008, -145.805), Vector2(0.821, -145.837), Vector2(0.634, -145.87), Vector2(0.447, -145.902), Vector2(0.26, -145.935), Vector2(0.133, -145.957), Vector2(0.006, -145.979), Vector2(-0.121, -146.001), Vector2(-0.248, -146.023), Vector2(-0.294, -146.031), Vector2(-0.341, -146.039), Vector2(-0.388, -146.047), Vector2(-0.435, -146.055)]
}
tracks/18/type = "value"
tracks/18/imported = false
tracks/18/enabled = true
tracks/18/path = NodePath("root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/con_C_shoulder:position")
tracks/18/interp = 1
tracks/18/loop_wrap = true
tracks/18/keys = {
"times": PackedFloat32Array(0, 0.033333335, 0.06666667, 0.1, 0.13333334, 0.16666667, 0.2, 0.23333333, 0.26666668, 0.3, 0.33333334, 0.36666667, 0.4, 0.43333334, 0.46666667, 0.5, 0.53333336, 0.56666666, 0.6, 0.6333333, 0.6666667, 0.7, 0.73333335, 0.76666665, 0.8, 0.8333333, 0.8666667, 0.9, 0.93333334, 0.96666664, 1, 1.0333333, 1.0666667, 1.1, 1.1333333, 1.1666666, 1.2, 1.2333333, 1.2666667, 1.3, 1.3333334, 1.3666667, 1.4, 1.4333333, 1.4666667, 1.5, 1.5333333, 1.5666667, 1.6, 1.6333333, 1.6666666, 1.7, 1.7333333, 1.7666667, 1.8, 1.8333334, 1.8666667, 1.9, 1.9333333, 1.9666667, 2, 2.0333333, 2.0666666, 2.1, 2.1333334, 2.1666667, 2.2, 2.2333333, 2.2666667, 2.3, 2.3333333, 2.3666666, 2.4, 2.4333334, 2.4666667, 2.5, 2.5333333, 2.5666666, 2.6, 2.6333334, 2.6666667),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [Vector2(115.614, 0.817), Vector2(115.614, 0.843), Vector2(115.614, 0.869), Vector2(115.614, 0.896), Vector2(115.614, 0.922), Vector2(115.614, 0.993), Vector2(115.614, 1.065), Vector2(115.614, 1.136), Vector2(115.614, 1.207), Vector2(115.614, 1.312), Vector2(115.614, 1.417), Vector2(115.614, 1.522), Vector2(115.614, 1.628), Vector2(115.614, 1.755), Vector2(115.614, 1.883), Vector2(115.614, 2.01), Vector2(115.614, 2.138), Vector2(115.614, 2.277), Vector2(115.614, 2.416), Vector2(115.614, 2.555), Vector2(115.614, 2.693), Vector2(115.614, 2.832), Vector2(115.614, 2.971), Vector2(115.614, 3.11), Vector2(115.614, 3.249), Vector2(115.614, 3.377), Vector2(115.614, 3.504), Vector2(115.614, 3.632), Vector2(115.614, 3.759), Vector2(115.614, 3.865), Vector2(115.614, 3.97), Vector2(115.614, 4.075), Vector2(115.614, 4.18), Vector2(115.614, 4.251), Vector2(115.614, 4.322), Vector2(115.614, 4.394), Vector2(115.614, 4.465), Vector2(115.614, 4.491), Vector2(115.614, 4.518), Vector2(115.614, 4.544), Vector2(115.614, 4.57), Vector2(115.614, 4.544), Vector2(115.614, 4.518), Vector2(115.614, 4.491), Vector2(115.614, 4.465), Vector2(115.614, 4.394), Vector2(115.614, 4.322), Vector2(115.614, 4.251), Vector2(115.614, 4.18), Vector2(115.614, 4.075), Vector2(115.614, 3.97), Vector2(115.614, 3.865), Vector2(115.614, 3.759), Vector2(115.614, 3.632), Vector2(115.614, 3.504), Vector2(115.614, 3.377), Vector2(115.614, 3.249), Vector2(115.614, 3.11), Vector2(115.614, 2.971), Vector2(115.614, 2.832), Vector2(115.614, 2.693), Vector2(115.614, 2.555), Vector2(115.614, 2.416), Vector2(115.614, 2.277), Vector2(115.614, 2.138), Vector2(115.614, 2.01), Vector2(115.614, 1.883), Vector2(115.614, 1.755), Vector2(115.614, 1.628), Vector2(115.614, 1.522), Vector2(115.614, 1.417), Vector2(115.614, 1.312), Vector2(115.614, 1.207), Vector2(115.614, 1.136), Vector2(115.614, 1.065), Vector2(115.614, 0.993), Vector2(115.614, 0.922), Vector2(115.614, 0.896), Vector2(115.614, 0.869), Vector2(115.614, 0.843), Vector2(115.614, 0.817)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_2ryo1"]
_data = {
&"idle_0": SubResource("Animation_4srfq")
}
[node name="Native" type="Node2D" unique_id=2131249121]
[node name="SpineRoot" type="Node2D" parent="." unique_id=766252244]
position = Vector2(638.4469, 618.0555)
scale = Vector2(1.1723872, -1.1723872)
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=1733103627]
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=745430566]
rest = Transform2D(1, 0, 0, 1, 0, 0)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_root" type="Bone2D" parent="SpineRoot/Skeleton2D/root" unique_id=447963981]
position = Vector2(0.46796268, 216.21031)
rest = Transform2D(1, 0, 0, 1, 0.46796268, 216.21031)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_bodyB_pregnantsize$0_#00" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root" unique_id=136078121]
rotation = 1.5707964
rest = Transform2D(-4.371139e-08, 1, -1, -4.371139e-08, 0, 0)
auto_calculate_length_and_angle = false
length = 18.780527
bone_angle = 0.0
[node name="C_bodyB_pregnantsize$0_#01" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00" unique_id=1503750027]
position = Vector2(18.780533, 0)
rest = Transform2D(1, 0, 0, 1, 18.780533, 0)
auto_calculate_length_and_angle = false
length = 42.09731
bone_angle = 0.0
[node name="C_middle" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01" unique_id=455397036]
position = Vector2(42.09731, 0)
rest = Transform2D(1, 0, 0, 1, 42.09731, 0)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_shoulderB" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle" unique_id=758164147]
rotation = 1.3089969
rest = Transform2D(0.25881907, 0.9659258, -0.9659258, 0.25881907, 0, 0)
auto_calculate_length_and_angle = false
length = 29.767754
bone_angle = 0.0
[node name="C_shoulderA" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle" unique_id=1126253297]
rotation = -1.3089969
rest = Transform2D(0.25881907, -0.9659258, 0.9659258, 0.25881907, 0, 0)
auto_calculate_length_and_angle = false
length = 29.767754
bone_angle = 0.0
[node name="ik_C_shoulderB" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle" unique_id=970010560]
position = Vector2(7.704468, 28.75344)
rotation = 1.3089969
rest = Transform2D(0.25881907, 0.9659258, -0.9659258, 0.25881907, 7.704468, 28.75344)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_armB_#00" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/ik_C_shoulderB" unique_id=1043198307]
position = Vector2(-7.6293945e-06, 0)
rotation = -0.2617994
scale = Vector2(0.99999994, 0.99999994)
rest = Transform2D(0.9659258, -0.25881904, 0.25881904, 0.9659258, -7.6293945e-06, 0)
auto_calculate_length_and_angle = false
length = 62.558743
bone_angle = 0.0
[node name="C_armB_#01" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/ik_C_shoulderB/C_armB_#00" unique_id=1063798493]
position = Vector2(62.55873, 0)
rotation = -1.2217305
rest = Transform2D(0.34202015, -0.9396926, 0.9396926, 0.34202015, 62.55873, 0)
auto_calculate_length_and_angle = false
length = 72.7839
bone_angle = 0.0
[node name="C_armB_#02" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/ik_C_shoulderB/C_armB_#00/C_armB_#01" unique_id=1529215757]
position = Vector2(72.783966, -1.5258789e-05)
rotation = 0.3839724
rest = Transform2D(0.92718387, 0.37460658, -0.37460658, 0.92718387, 72.783966, -1.5258789e-05)
auto_calculate_length_and_angle = false
length = 23.754274
bone_angle = 0.0
[node name="ik_C_shoulderA" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle" unique_id=1899882160]
position = Vector2(7.704468, -28.753443)
rotation = -1.3089969
rest = Transform2D(0.25881907, -0.9659258, 0.9659258, 0.25881907, 7.704468, -28.753443)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_armA_#00" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/ik_C_shoulderA" unique_id=155196101]
rotation = 0.2617994
scale = Vector2(0.99999994, 0.99999994)
rest = Transform2D(0.9659258, 0.25881904, -0.25881904, 0.9659258, 0, 0)
auto_calculate_length_and_angle = false
length = 62.558743
bone_angle = 0.0
[node name="C_armA_#01" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/ik_C_shoulderA/C_armA_#00" unique_id=2031830569]
position = Vector2(62.558746, 0)
rotation = 1.2217305
rest = Transform2D(0.34202015, 0.9396926, -0.9396926, 0.34202015, 62.558746, 0)
auto_calculate_length_and_angle = false
length = 72.7839
bone_angle = 0.0
[node name="C_armA_#02" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/ik_C_shoulderA/C_armA_#00/C_armA_#01" unique_id=499057406]
position = Vector2(72.783936, 0)
rotation = -0.3839724
rest = Transform2D(0.92718387, -0.37460658, 0.37460658, 0.92718387, 72.783936, 0)
auto_calculate_length_and_angle = false
length = 23.754274
bone_angle = 0.0
[node name="con_C_shoulder" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle" unique_id=2029531355]
position = Vector2(115.614044, 0.8168091)
rest = Transform2D(1, 0, 0, 1, 115.614044, 0.8168091)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_head_#02" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01" unique_id=1066432356]
position = Vector2(49.591003, 0.46796265)
rest = Transform2D(1, 6.9639823e-09, -6.9639823e-09, 1, 49.591003, 0.46796265)
auto_calculate_length_and_angle = false
length = 56.9655
bone_angle = 0.0
[node name="C_hairbackA_hairback$0_#02" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02" unique_id=1865920117]
position = Vector2(66.910065, -0.9143872)
rotation = 3.0483851
rest = Transform2D(-0.99565935, 0.09307261, -0.09307261, -0.99565935, 66.910065, -0.9143872)
auto_calculate_length_and_angle = false
length = 32.018314
bone_angle = 0.0
[node name="C_hairbackA_hairback$0_#03" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02/C_hairbackA_hairback$0_#02" unique_id=1065534797]
position = Vector2(32.01834, -1.9073486e-06)
rotation = 0.13156828
rest = Transform2D(0.9913574, 0.13118903, -0.13118903, 0.9913574, 32.01834, -1.9073486e-06)
auto_calculate_length_and_angle = false
length = 32.52697
bone_angle = 0.0
[node name="C_head_#03" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02" unique_id=1734789771]
position = Vector2(50.337646, 13.410327)
rotation = 2.8972466
scale = Vector2(0.99999994, 0.99999994)
rest = Transform2D(-0.9702957, 0.24192186, -0.24192186, -0.9702957, 50.337646, 13.410327)
auto_calculate_length_and_angle = false
length = 45.85407
bone_angle = 0.0
[node name="C_head_#04" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02" unique_id=1388035387]
position = Vector2(50.337646, -13.410331)
rotation = -2.897247
rest = Transform2D(-0.97029585, -0.2419215, 0.2419215, -0.97029585, 50.337646, -13.410331)
auto_calculate_length_and_angle = false
length = 45.85407
bone_angle = 0.0
[node name="C_hairbackB_hairback$0_#02" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02" unique_id=1222052687]
position = Vector2(3.5841675, 5.032152)
rotation = 2.461543
rest = Transform2D(-0.7775416, 0.62883157, -0.62883157, -0.7775416, 3.5841675, 5.032152)
auto_calculate_length_and_angle = false
length = 54.361954
bone_angle = 0.0
[node name="C_hairbackB_hairback$0_#03" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02/C_hairbackB_hairback$0_#02" unique_id=733178619]
position = Vector2(54.115463, 0.18551636)
rotation = 0.37236384
scale = Vector2(0.99999994, 0.99999994)
rest = Transform2D(0.9314699, 0.3638183, -0.3638183, 0.9314699, 54.115463, 0.18551636)
auto_calculate_length_and_angle = false
length = 54.53065
bone_angle = 0.0
[node name="C_hairbackB_hairback$0_#04" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02/C_hairbackB_hairback$0_#02/C_hairbackB_hairback$0_#03" unique_id=133166673]
position = Vector2(54.28624, -0.15377808)
rotation = 0.5276
scale = Vector2(0.99999994, 0.99999994)
rest = Transform2D(0.86401784, 0.5034611, -0.5034611, 0.86401784, 54.28624, -0.15377808)
auto_calculate_length_and_angle = false
length = 70.41128
bone_angle = 0.0
[node name="C_titsA" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01" unique_id=1397548363]
position = Vector2(38.458923, -14.9634)
rotation = -2.7925267
rest = Transform2D(-0.9396926, -0.3420202, 0.3420202, -0.9396926, 38.458923, -14.9634)
auto_calculate_length_and_angle = false
length = 19.22764
bone_angle = 0.0
[node name="C_titsB" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01" unique_id=1785523416]
position = Vector2(38.458923, 15.8993225)
rotation = 2.7925267
rest = Transform2D(-0.9396926, 0.34202015, -0.34202015, -0.9396926, 38.458923, 15.8993225)
auto_calculate_length_and_angle = false
length = 19.22764
bone_angle = 0.0
[node name="C_bodyB_pregnantsize$0_#02" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_bodyB_pregnantsize$0_#00" unique_id=967198158]
position = Vector2(-48.66844, 0.1796403)
rest = Transform2D(1, 0, 0, 1, -48.66844, 0.1796403)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_hipB" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root" unique_id=308072393]
position = Vector2(-27.921204, -10.21608)
rest = Transform2D(1, 0, 0, 1, -27.921204, -10.21608)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_legB_#00" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_hipB" unique_id=891761977]
position = Vector2(1.9073486e-06, 0)
rotation = -2.0420353
rest = Transform2D(-0.4539906, -0.89100647, 0.89100647, -0.4539906, 1.9073486e-06, 0)
auto_calculate_length_and_angle = false
length = 119.68055
bone_angle = 0.0
[node name="C_legB_#01" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_hipB/C_legB_#00" unique_id=2116739778]
position = Vector2(119.68055, 0)
rotation = -0.24434611
rest = Transform2D(0.9702957, -0.24192192, 0.24192192, 0.9702957, 119.68055, 0)
auto_calculate_length_and_angle = false
length = 96.35123
bone_angle = 0.0
[node name="C_legB_#02" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_hipB/C_legB_#00/C_legB_#01" unique_id=172250794]
position = Vector2(96.35123, 0)
rotation = 0.6457718
rest = Transform2D(0.79863554, 0.601815, -0.601815, 0.79863554, 96.35123, 0)
auto_calculate_length_and_angle = false
length = 25.519247
bone_angle = 0.0
[node name="C_legB_#03" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_hipB/C_legB_#00/C_legB_#01/C_legB_#02" unique_id=1417473196]
position = Vector2(25.519243, -1.5258789e-05)
rotation = 0.2268928
rest = Transform2D(0.97437006, 0.22495104, -0.22495104, 0.97437006, 25.519243, -1.5258789e-05)
auto_calculate_length_and_angle = false
length = 8.627761
bone_angle = 0.0
[node name="C_hipA" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root" unique_id=582098192]
position = Vector2(26.985277, -10.21608)
rest = Transform2D(1, 0, 0, 1, 26.985277, -10.21608)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_legA_#00" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_hipA" unique_id=38547681]
rotation = -1.0995574
rest = Transform2D(0.45399052, -0.8910065, 0.8910065, 0.45399052, 0, 0)
auto_calculate_length_and_angle = false
length = 119.68055
bone_angle = 0.0
[node name="C_legA_#01" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_hipA/C_legA_#00" unique_id=1348644331]
position = Vector2(119.68055, 0)
rotation = 0.2443461
rest = Transform2D(0.9702957, 0.2419219, -0.2419219, 0.9702957, 119.68055, 0)
auto_calculate_length_and_angle = false
length = 96.35123
bone_angle = 0.0
[node name="C_legA_#02" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_hipA/C_legA_#00/C_legA_#01" unique_id=378440371]
position = Vector2(96.35123, 0)
rotation = -0.6457718
rest = Transform2D(0.79863554, -0.601815, 0.601815, 0.79863554, 96.35123, 0)
auto_calculate_length_and_angle = false
length = 25.519247
bone_angle = 0.0
[node name="C_legA_#03" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_hipA/C_legA_#00/C_legA_#01/C_legA_#02" unique_id=2132946544]
position = Vector2(25.519245, 1.5258789e-05)
rotation = -0.2268928
rest = Transform2D(0.97437006, -0.22495104, 0.22495104, 0.97437006, 25.519245, 1.5258789e-05)
auto_calculate_length_and_angle = false
length = 8.627761
bone_angle = 0.0
[node name="C_pussyDown" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root" unique_id=1579178504]
position = Vector2(-0.09700051, -17.596558)
rest = Transform2D(1, 0, 0, 1, -0.09700051, -17.596558)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_pussyB" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_pussyDown" unique_id=1672280016]
position = Vector2(-7.337425, -13.426315)
rest = Transform2D(1, 0, 0, 1, -7.337425, -13.426315)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_pussyB_Up" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_pussyDown" unique_id=1056400646]
position = Vector2(-5.066717, -19.746445)
rest = Transform2D(1, 0, 0, 1, -5.066717, -19.746445)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_pussyB_Down" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_pussyDown" unique_id=1862726102]
position = Vector2(-5.1424065, -6.046509)
rest = Transform2D(1, 0, 0, 1, -5.1424065, -6.046509)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_pussyA_Up" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_pussyDown" unique_id=1467057859]
position = Vector2(4.3247976, -19.746445)
rest = Transform2D(1, 0, 0, 1, 4.3247976, -19.746445)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_pussyA_Down" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_pussyDown" unique_id=1223063937]
position = Vector2(4.400478, -6.046509)
rest = Transform2D(1, 0, 0, 1, 4.400478, -6.046509)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_pussyA" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root/C_pussyDown" unique_id=1782986692]
position = Vector2(6.595498, -13.426315)
rest = Transform2D(1, 0, 0, 1, 6.595498, -13.426315)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_pussyUp" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root" unique_id=616649943]
position = Vector2(-0.001696974, -40.763016)
rest = Transform2D(1, 0, 0, 1, -0.001696974, -40.763016)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="con_C_pussyA" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root" unique_id=1425212066]
position = Vector2(26.378328, -30.210678)
rest = Transform2D(1, 0, 0, 1, 26.378328, -30.210678)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="con_C_pussyB" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root" unique_id=109251571]
position = Vector2(-27.314253, -30.210678)
rest = Transform2D(1, 0, 0, 1, -27.314253, -30.210678)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="con_C_hip" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_root" unique_id=590852026]
position = Vector2(-0.43462223, -146.0555)
rest = Transform2D(1, 0, 0, 1, -0.43462223, -146.0555)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="shadow" type="Bone2D" parent="SpineRoot/Skeleton2D/root" unique_id=444804844]
rest = Transform2D(1, 0, 0, 1, 0, 0)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_SD1_pregnantsizeA" type="Bone2D" parent="SpineRoot/Skeleton2D/root" unique_id=937500379]
position = Vector2(96.29373, 243.63312)
rest = Transform2D(1, 0, 0, 1, 96.29373, 243.63312)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_SD1_pregnantsizeA2" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_SD1_pregnantsizeA" unique_id=743155618]
position = Vector2(0.53796387, -5.7934723)
rotation = -1.2740904
rest = Transform2D(0.29237166, -0.9563048, 0.9563048, 0.29237166, 0.53796387, -5.7934723)
auto_calculate_length_and_angle = false
length = 77.623215
bone_angle = 0.0
[node name="C_SD1_pregnantsizeB1" type="Bone2D" parent="SpineRoot/Skeleton2D/root" unique_id=1890461707]
position = Vector2(-96.29373, 243.63312)
rest = Transform2D(1, 0, 0, 1, -96.29373, 243.63312)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_SD1_pregnantsizeB2" type="Bone2D" parent="SpineRoot/Skeleton2D/root/C_SD1_pregnantsizeB1" unique_id=1822489656]
position = Vector2(-0.5379715, -5.7934723)
rotation = -1.8675023
scale = Vector2(0.99999994, 0.99999994)
rest = Transform2D(-0.29237175, -0.9563047, 0.9563047, -0.29237175, -0.5379715, -5.7934723)
auto_calculate_length_and_angle = false
length = 77.623215
bone_angle = 0.0
[node name="C_chainA" type="Bone2D" parent="SpineRoot/Skeleton2D/root" unique_id=272206628]
position = Vector2(67.63084, 459.25565)
rotation = -1.2740904
rest = Transform2D(0.29237166, -0.9563048, 0.9563048, 0.29237166, 67.63084, 459.25565)
auto_calculate_length_and_angle = false
length = 86.24966
bone_angle = 0.0
[node name="C_chainB" type="Bone2D" parent="SpineRoot/Skeleton2D/root" unique_id=242828673]
position = Vector2(-67.63084, 459.25565)
rotation = -1.8675023
scale = Vector2(0.99999994, 0.99999994)
rest = Transform2D(-0.29237175, -0.9563047, 0.9563047, -0.29237175, -67.63084, 459.25565)
auto_calculate_length_and_angle = false
length = 86.24966
bone_angle = 0.0
[node name="ik_C_chainB" type="Bone2D" parent="SpineRoot/Skeleton2D/root" unique_id=1612493355]
position = Vector2(-92.84779, 376.7747)
rotation = -1.8675023
scale = Vector2(0.99999994, 0.99999994)
rest = Transform2D(-0.29237175, -0.9563047, 0.9563047, -0.29237175, -92.84779, 376.7747)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="ik_C_armB" type="Bone2D" parent="SpineRoot/Skeleton2D/root/ik_C_chainB" unique_id=1930141727]
position = Vector2(-17.227325, 18.808746)
rotation = -3.0194197
scale = Vector2(0.99999994, 0.99999994)
rest = Transform2D(-0.99254614, -0.12186928, 0.12186928, -0.99254614, -17.227325, 18.808746)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="ik_C_chainA" type="Bone2D" parent="SpineRoot/Skeleton2D/root" unique_id=1494987725]
position = Vector2(92.84779, 376.7747)
rotation = -1.2740904
rest = Transform2D(0.29237166, -0.9563048, 0.9563048, 0.29237166, 92.84779, 376.7747)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="ik_C_armA" type="Bone2D" parent="SpineRoot/Skeleton2D/root/ik_C_chainA" unique_id=1358511903]
position = Vector2(-16.953705, -17.913696)
rotation = 3.0194197
scale = Vector2(0.99999994, 0.99999994)
rest = Transform2D(-0.99254614, 0.12186928, -0.12186928, -0.99254614, -16.953705, -17.913696)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="ik_C_legA" type="Bone2D" parent="SpineRoot/Skeleton2D/root" unique_id=826211613]
position = Vector2(145.42964, -7.3377376)
rotation = -1.727876
rest = Transform2D(-0.15643445, -0.98768836, 0.98768836, -0.15643445, 145.42964, -7.3377376)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="ik_C_legA2" type="Bone2D" parent="SpineRoot/Skeleton2D/root/ik_C_legA" unique_id=1893193572]
position = Vector2(-33.49295, -5.7405853)
rotation = 0.87266463
rest = Transform2D(0.64278764, 0.76604444, -0.76604444, 0.64278764, -33.49295, -5.7405853)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="ik_C_legB" type="Bone2D" parent="SpineRoot/Skeleton2D/root" unique_id=1457059191]
position = Vector2(-145.42963, -7.3377357)
rotation = -1.4137167
rest = Transform2D(0.15643449, -0.98768836, 0.98768836, 0.15643449, -145.42963, -7.3377357)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="ik_C_legB2" type="Bone2D" parent="SpineRoot/Skeleton2D/root/ik_C_legB" unique_id=1920154855]
position = Vector2(-33.492943, 5.7405853)
rotation = -0.87266463
rest = Transform2D(0.64278764, -0.76604444, 0.76604444, 0.64278764, -33.492943, 5.7405853)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="shadow" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1281820314]
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(168.14935, 9.27155, 142.9267, -15.94055, 7.9183326, -25.5415, -115.82764, -18.69501, -165.33066, -3.04822, -136.20065, 18.78729, 44.296997, 27.5788)
uv = PackedVector2Array(612.14935, 682.7284, 586.9267, 707.94055, 451.9183, 717.5415, 328.17236, 710.69507, 278.6693, 695.04816, 307.79935, 673.2127, 488.29697, 664.42114)
polygons = [PackedInt32Array(1, 6, 0), PackedInt32Array(2, 3, 5), PackedInt32Array(4, 5, 3), PackedInt32Array(6, 2, 5), PackedInt32Array(2, 6, 1)]
bones = ["root/shadow", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1)]
[node name="C_head_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1475252063]
z_index = 1
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(8.039953, 342.6441, 19.979095, 338.69766, 26.551796, 334.20407, 32.597614, 327.34122, 35.70284, 321.1349, 38.59006, 313.5668, 38.74077, 298.2162, 35.402184, 289.04007, 31.627157, 281.69046, 25.703506, 274.41605, 18.094572, 270.05167, 8.44144, 266.91412, -0.28045723, 265.90253, -11.450985, 267.67883, -20.475494, 271.50784, -27.867466, 278.06546, -33.40696, 285.1151, -37.50972, 294.6999, -38.329395, 309.04135, -36.37858, 318.49936, -32.50807, 327.26868, -24.579865, 335.29016, -15.043175, 340.3648, -6.036155, 342.62036, -0.05663603, 339.9288, -0.44379964, 294.5009, 0.20148487, 333.0888, -0.44380197, 310.76202, -0.44154215, 278.34976, -0.17402798, 268.74094, -23.847157, 325.23215, -24.706936, 305.88684, -22.844036, 280.09308, 23.727995, 325.37546, 24.3012, 303.45074, 21.148617, 279.94977)
uv = PackedVector2Array(185.97905, 27.355913, 197.9184, 31.302366, 204.49094, 35.795986, 210.53683, 42.6588, 213.64207, 48.865124, 216.52924, 56.43329, 216.67996, 71.78381, 213.3414, 80.95997, 209.56636, 88.30956, 203.64253, 95.58393, 196.03374, 99.94829, 186.38069, 103.08588, 177.6587, 104.09752, 166.48814, 102.32112, 157.46365, 98.49218, 150.07166, 91.93454, 144.53227, 84.88492, 140.42952, 75.30012, 139.60983, 60.958714, 141.5606, 51.50064, 145.43114, 42.731365, 153.35934, 34.709843, 162.89601, 29.635191, 171.90303, 27.379688, 177.88252, 30.071167, 177.49538, 75.49916, 178.14069, 36.911186, 177.49542, 59.23802, 177.4977, 91.65305, 177.76518, 101.26176, 154.09206, 44.76787, 153.23228, 64.11317, 155.09508, 89.90692, 201.66722, 44.624577, 202.24043, 66.549255, 199.08772, 90.05021)
polygons = [PackedInt32Array(10, 35, 9), PackedInt32Array(9, 35, 8), PackedInt32Array(35, 25, 34), PackedInt32Array(8, 35, 7), PackedInt32Array(27, 33, 34), PackedInt32Array(7, 35, 34), PackedInt32Array(7, 34, 6), PackedInt32Array(34, 5, 6), PackedInt32Array(34, 4, 5), PackedInt32Array(4, 33, 3), PackedInt32Array(4, 34, 33), PackedInt32Array(26, 1, 33), PackedInt32Array(33, 2, 3), PackedInt32Array(33, 1, 2), PackedInt32Array(15, 32, 14), PackedInt32Array(13, 14, 32), PackedInt32Array(15, 16, 32), PackedInt32Array(25, 32, 31), PackedInt32Array(32, 16, 31), PackedInt32Array(16, 17, 31), PackedInt32Array(17, 18, 31), PackedInt32Array(18, 19, 31), PackedInt32Array(31, 19, 30), PackedInt32Array(31, 30, 27), PackedInt32Array(30, 19, 20), PackedInt32Array(26, 30, 22), PackedInt32Array(20, 21, 30), PackedInt32Array(30, 21, 22), PackedInt32Array(12, 29, 11), PackedInt32Array(12, 13, 29), PackedInt32Array(10, 11, 28), PackedInt32Array(29, 13, 28), PackedInt32Array(28, 13, 32), PackedInt32Array(11, 29, 28), PackedInt32Array(10, 28, 35), PackedInt32Array(32, 25, 28), PackedInt32Array(28, 25, 35), PackedInt32Array(34, 25, 27), PackedInt32Array(27, 26, 33), PackedInt32Array(25, 31, 27), PackedInt32Array(26, 0, 1), PackedInt32Array(27, 30, 26), PackedInt32Array(26, 23, 24), PackedInt32Array(23, 26, 22), PackedInt32Array(26, 24, 0), PackedInt32Array(24, 23, 0)]
bones = ["root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02", PackedFloat32Array(0.53033, 0, 0, 0, 0, 0, 0, 0.00017, 0.05359, 0.25875, 0.51672, 0.78607, 0.87314, 0.72748, 0.45336, 0.15736, 0.00952, 0, 0, 0, 0, 0, 0.0538, 0.69087, 0.99962, 0.99489, 0.99631, 0.99276, 0.92105, 0.87513, 0, 0, 0.22965, 0, 0, 0.27564), "root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02/C_head_#04", PackedFloat32Array(0.46967, 1, 1, 1, 1, 1, 1, 0.99983, 0.94641, 0.74125, 0.48328, 0.20628, 0.06334, 0.00229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00369, 0, 0.03545, 0.06289, 0, 0, 0, 1, 1, 0.72436), "root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02/C_head_#03", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00765, 0.06352, 0.27023, 0.54664, 0.84264, 0.99048, 1, 1, 1, 1, 1, 0.9462, 0.30913, 0.00038, 0.00511, 0, 0.00724, 0.04351, 0.06199, 1, 1, 0.77035, 0, 0, 0)]
[node name="C_tits_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1418212465]
z_index = 2
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(-17.9488, 278.9428, 0.82524335, 279.42917, 20.170025, 278.53186, 28.255547, 275.68958, 33.53393, 270.3118, 38.620422, 260.16306, 38.61152, 242.31946, 35.04707, 236.92819, 32.498962, 234.55336, 26.237066, 231.38922, 10.731636, 231.3851, 3.5225215, 234.35155, -2.6800318, 234.38733, -10.501551, 231.3773, -26.17641, 231.38164, -30.483543, 233.57562, -35.538708, 238.66006, -38.626175, 244.87889, -38.61299, 259.18384, -33.44924, 269.4639, -26.76544, 276.18875, 0.7516898, 242.73982, 0.5070206, 236.05191, 0.9148052, 277.9737, 0.8102181, 255.38284, 0.8755263, 269.49054, -26.570883, 236.78595, -22.819138, 245.7575, -19.14893, 260.11206, -16.783703, 274.0588, 14.5353155, 273.5695, 16.819002, 261.417, 24.404072, 234.91006, 19.755165, 246.81781)
uv = PackedVector2Array(563.05133, 78.05988, 581.8252, 77.57077, 601.17004, 78.468094, 609.2555, 81.31037, 614.53406, 86.68818, 619.6204, 96.83689, 619.6115, 114.68053, 616.04706, 120.07177, 613.49896, 122.44662, 607.237, 125.61077, 591.7316, 125.61488, 584.5225, 122.64841, 578.3199, 122.61025, 570.4983, 125.62034, 554.8236, 125.618324, 550.51654, 123.4244, 545.46124, 118.339874, 542.3739, 112.121056, 542.3869, 97.816124, 547.5508, 87.53602, 554.2344, 80.80848, 581.7517, 114.26017, 581.507, 120.9481, 581.91473, 79.026245, 581.81024, 101.61714, 581.87555, 87.50941, 554.429, 120.21403, 558.1808, 111.24249, 561.851, 96.88787, 564.21625, 82.941025, 595.5354, 83.43047, 597.819, 95.582985, 605.40405, 122.08986, 600.7551, 110.182106)
polygons = [PackedInt32Array(10, 32, 9), PackedInt32Array(32, 10, 33), PackedInt32Array(9, 32, 8), PackedInt32Array(8, 32, 7), PackedInt32Array(32, 33, 7), PackedInt32Array(7, 33, 6), PackedInt32Array(6, 33, 5), PackedInt32Array(24, 31, 33), PackedInt32Array(33, 31, 5), PackedInt32Array(31, 4, 5), PackedInt32Array(25, 30, 31), PackedInt32Array(31, 3, 4), PackedInt32Array(3, 30, 2), PackedInt32Array(3, 31, 30), PackedInt32Array(29, 0, 1), PackedInt32Array(15, 26, 14), PackedInt32Array(13, 14, 26), PackedInt32Array(15, 16, 26), PackedInt32Array(13, 26, 27), PackedInt32Array(26, 16, 27), PackedInt32Array(16, 17, 27), PackedInt32Array(24, 27, 28), PackedInt32Array(17, 18, 27), PackedInt32Array(27, 18, 28), PackedInt32Array(18, 19, 28), PackedInt32Array(19, 20, 28), PackedInt32Array(28, 29, 25), PackedInt32Array(28, 20, 29), PackedInt32Array(20, 0, 29), PackedInt32Array(2, 30, 1), PackedInt32Array(13, 21, 12), PackedInt32Array(12, 22, 11), PackedInt32Array(22, 21, 11), PackedInt32Array(10, 11, 21), PackedInt32Array(22, 12, 21), PackedInt32Array(21, 27, 24), PackedInt32Array(21, 24, 33), PackedInt32Array(24, 25, 31), PackedInt32Array(24, 28, 25), PackedInt32Array(25, 23, 30), PackedInt32Array(25, 29, 23), PackedInt32Array(29, 1, 23), PackedInt32Array(30, 23, 1), PackedInt32Array(27, 21, 13), PackedInt32Array(33, 10, 21)]
bones = ["root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01", PackedFloat32Array(0.66221, 0.77109, 0.66221, 0.3311, 0.11636, 0.02235, 0.05613, 0.10935, 0.13885, 0.2407, 0.39387, 0.55891, 0.55888, 0.39795, 0.24706, 0.14596, 0.10867, 0.0513, 0.01681, 0.1145, 0.3311, 0.99778, 0.99876, 0.99093, 0.99542, 0.99256, 0.22167, 0.17602, 0.01906, 0, 0.02969, 0.0792, 0.28919, 0.24921), "root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_titsB", PackedFloat32Array(0.33445, 0.11278, 0.00111, 0.00056, 0, 0, 0, 0, 0, 0, 0.00515, 0.12141, 0.31914, 0.59661, 0.75294, 0.85404, 0.89133, 0.9487, 0.98319, 0.8855, 0.66722, 0, 0, 0, 0, 0, 0.77833, 0.82398, 0.98094, 1, 0, 0, 0, 0), "root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_titsA", PackedFloat32Array(0.00335, 0.11613, 0.33668, 0.66834, 0.88364, 0.97765, 0.94387, 0.89065, 0.86115, 0.7593, 0.60098, 0.31968, 0.12197, 0.00543, 0, 0, 0, 0, 0, 0, 0.00167, 0.00222, 0.00124, 0.00907, 0.00458, 0.00744, 0, 0, 0, 0, 0.97031, 0.9208, 0.71081, 0.75079)]
[node name="C_bodyB_pregnantsize$0_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=832856796]
z_index = 3
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(-0.07024627, 295.57178, 12.496005, 293.36328, 21.389877, 290.03888, 30.573456, 282.50388, 34.592575, 275.69772, 34.855698, 267.3981, 32.97195, 256.63184, 31.691032, 249.3144, 32.74036, 243.84038, 37.50976, 238.72964, 41.987038, 232.70232, 44.948753, 226.26682, 47.869633, 219.04639, 51.142914, 207.63708, 50.289413, 195.80768, 46.733425, 184.29887, 40.975075, 174.77248, 32.97551, 166.66815, 22.370514, 159.5693, 8.028662, 155.49701, -10.507978, 155.75311, -23.960241, 160.7628, -34.475693, 168.32213, -41.661263, 176.93756, -47.9246, 188.50555, -49.766365, 197.4881, -49.508656, 210.90552, -46.423607, 220.67325, -42.115845, 230.1872, -37.205723, 238.40897, -31.74005, 245.44666, -31.839687, 252.60881, -34.782375, 265.31592, -34.647667, 274.20355, -29.81903, 283.08902, -22.913752, 288.4224, -12.838146, 293.66205, 0.49822882, 249.46205, 0.6551473, 234.47644, 0.65513545, 225.91852, 0.49819365, 212.65916, 0.41972533, 199.55453, -0.40216255, 182.35515, 0.21006659, 273.42874, 0.18430291, 293.05508, 0.45896193, 261.40787, -16.617128, 265.1886, 18.67204, 265.18863, -27.476276, 205.9762, 27.365955, 205.9762, -28.183035, 244.83427, -27.933752, 238.18709, 28.98336, 245.2522, 28.5679, 237.52473, -0.18859094, 170.03592, -0.28837937, 157.83348)
uv = PackedVector2Array(487.94824, 180.4283, 500.51468, 182.63686, 509.40863, 185.95828, 518.5923, 193.49327, 522.6112, 200.3024, 522.87427, 208.60205, 520.9904, 219.36823, 519.7092, 226.68811, 520.75916, 232.1572, 525.52844, 237.27052, 530.00555, 243.29756, 532.96716, 249.73311, 535.8881, 256.95374, 539.16113, 268.36493, 538.30804, 280.19205, 534.7521, 291.70126, 528.9935, 301.22794, 520.99414, 309.3319, 510.38867, 316.432, 496.04718, 320.50278, 477.51038, 320.2465, 464.05823, 315.2355, 453.543, 307.6778, 446.35748, 299.0623, 440.09418, 287.49435, 438.25296, 278.5139, 438.50995, 265.0946, 441.595, 255.3269, 445.9032, 245.81535, 450.81244, 237.58862, 456.27853, 230.55342, 456.17856, 223.38861, 453.23618, 210.68404, 453.37097, 201.79652, 458.19962, 192.91104, 465.10492, 187.5776, 475.18042, 182.33789, 488.51675, 226.53795, 488.6737, 241.52592, 488.6737, 250.0793, 488.51675, 263.34082, 488.4383, 276.44547, 487.6165, 293.6448, 488.22855, 202.57132, 488.20276, 182.94502, 488.47742, 214.58955, 471.40137, 210.81137, 506.69058, 210.8115, 460.5423, 270.02386, 515.3846, 270.02386, 459.83557, 231.16582, 460.08484, 237.81297, 517.0016, 230.75027, 516.5861, 238.47765, 487.83002, 305.96393, 487.7301, 318.1663)
polygons = [PackedInt32Array(22, 23, 48), PackedInt32Array(42, 18, 54), PackedInt32Array(42, 22, 48), PackedInt32Array(42, 21, 22), PackedInt32Array(17, 49, 16), PackedInt32Array(49, 17, 42), PackedInt32Array(54, 21, 42), PackedInt32Array(17, 18, 42), PackedInt32Array(54, 20, 21), PackedInt32Array(19, 55, 54), PackedInt32Array(55, 20, 54), PackedInt32Array(18, 19, 54), PackedInt32Array(20, 55, 19), PackedInt32Array(44, 0, 1), PackedInt32Array(2, 43, 1), PackedInt32Array(47, 2, 3), PackedInt32Array(47, 3, 4), PackedInt32Array(47, 4, 5), PackedInt32Array(47, 43, 2), PackedInt32Array(6, 47, 5), PackedInt32Array(36, 0, 44), PackedInt32Array(43, 46, 35), PackedInt32Array(34, 35, 46), PackedInt32Array(33, 34, 46), PackedInt32Array(32, 33, 46), PackedInt32Array(36, 43, 35), PackedInt32Array(31, 32, 46), PackedInt32Array(45, 43, 47), PackedInt32Array(46, 43, 45), PackedInt32Array(37, 45, 47), PackedInt32Array(7, 47, 6), PackedInt32Array(52, 37, 47), PackedInt32Array(50, 30, 31), PackedInt32Array(7, 52, 47), PackedInt32Array(46, 50, 31), PackedInt32Array(52, 7, 8), PackedInt32Array(45, 51, 50), PackedInt32Array(53, 37, 52), PackedInt32Array(53, 52, 8), PackedInt32Array(53, 8, 9), PackedInt32Array(38, 37, 53), PackedInt32Array(51, 29, 30), PackedInt32Array(51, 30, 50), PackedInt32Array(37, 51, 45), PackedInt32Array(46, 45, 50), PackedInt32Array(43, 36, 44), PackedInt32Array(43, 44, 1), PackedInt32Array(39, 38, 53), PackedInt32Array(38, 48, 37), PackedInt32Array(38, 39, 48), PackedInt32Array(28, 29, 51), PackedInt32Array(48, 39, 40), PackedInt32Array(28, 51, 48), PackedInt32Array(27, 28, 48), PackedInt32Array(26, 27, 48), PackedInt32Array(49, 39, 53), PackedInt32Array(40, 39, 49), PackedInt32Array(53, 9, 10), PackedInt32Array(11, 49, 53), PackedInt32Array(11, 53, 10), PackedInt32Array(41, 48, 40), PackedInt32Array(41, 40, 49), PackedInt32Array(25, 26, 48), PackedInt32Array(13, 49, 12), PackedInt32Array(24, 25, 48), PackedInt32Array(12, 49, 11), PackedInt32Array(13, 14, 49), PackedInt32Array(14, 15, 49), PackedInt32Array(42, 48, 41), PackedInt32Array(23, 24, 48), PackedInt32Array(16, 49, 15), PackedInt32Array(42, 41, 49), PackedInt32Array(51, 37, 48)]
bones = ["root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01", PackedFloat32Array(2e-05, 0.00205, 0.01626, 0.05918, 0.15181, 0.28147, 0.40857, 0.47119, 0.45253, 0.37322, 0.27844, 0.19205, 0.12186, 0.06765, 0.03142, 0.01135, 0.00309, 0.00049, 2e-05, 0, 0, 0.00023, 0.00205, 0.00745, 0.02168, 0.04962, 0.09952, 0.17514, 0.27812, 0.38628, 0.44956, 0.4271, 0.31583, 0.18063, 0.07208, 0.0199, 0.00174, 0.74004, 0.44597, 0.18629, 0.0376, 1e-05, 0, 0.71654, 0.57733, 0.8119, 0.48813, 0.45873, 0.04561, 0.03187, 0.51202, 0.51202, 0.4887, 0.4887, 0, 0), "root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/C_shoulderB", PackedFloat32Array(0.48199, 0.23911, 0.08071, 0.01489, 0.00096, 1e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.0002, 0.00143, 0.00594, 0.01803, 0.04741, 0.10843, 0.22909, 0.40657, 0.62026, 0.8016, 0.90782, 0.88541, 0.73047, 0.00169, 7e-05, 0, 0, 0, 0, 0.13291, 0.19693, 0.05424, 0.50656, 0, 0.00067, 0, 0.13081, 0.13081, 0, 0, 0, 0), "root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/C_shoulderA", PackedFloat32Array(0.51799, 0.75884, 0.9029, 0.9244, 0.83634, 0.67668, 0.47972, 0.30002, 0.16687, 0.08701, 0.04316, 0.02023, 0.0087, 0.00299, 0.00068, 4e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00067, 0.01796, 0.09448, 0.26779, 0.00012, 8e-05, 2e-05, 1e-05, 0, 0, 0.15055, 0.22574, 0.06033, 0, 0.53327, 0, 0.00032, 0, 0, 0.12216, 0.12216, 0, 0), "root/C_root/C_bodyB_pregnantsize$0_#00", PackedFloat32Array(0, 0, 0.00012, 0.00152, 0.01086, 0.0414, 0.10939, 0.22086, 0.36075, 0.4997, 0.60845, 0.67405, 0.69376, 0.66891, 0.60322, 0.50434, 0.38378, 0.25455, 0.13996, 0.07218, 0.07685, 0.15129, 0.26998, 0.39702, 0.51231, 0.59825, 0.64804, 0.64545, 0.58062, 0.457, 0.30105, 0.1597, 0.0625, 0.01694, 0.00214, 0.00021, 0, 0.25815, 0.5495, 0.77187, 0.80358, 0.62514, 0.36408, 0, 0, 0.07352, 0.00531, 0.008, 0.70808, 0.73258, 0.34344, 0.34344, 0.37553, 0.37553, 0.1527, 0.05969), "root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#02", PackedFloat32Array(0, 0, 0, 0, 3e-05, 0.00044, 0.00232, 0.00794, 0.01984, 0.04007, 0.06995, 0.11367, 0.17568, 0.26046, 0.36468, 0.48427, 0.61313, 0.74496, 0.86003, 0.92782, 0.92315, 0.84847, 0.72797, 0.59553, 0.46581, 0.35071, 0.2465, 0.16138, 0.09386, 0.04828, 0.0203, 0.00662, 0.00141, 0.00016, 0, 0, 0, 0, 0.00439, 0.04181, 0.15881, 0.37485, 0.63592, 0, 0, 0, 0, 0, 0.24564, 0.23523, 0.01373, 0.01373, 0.01362, 0.01362, 0.8473, 0.94031)]
[node name="C_armB_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1262701579]
z_index = 4
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(-77.10337, 415.18524, -73.27593, 415.261, -67.45701, 409.0559, -61.6353, 408.02945, -57.028854, 398.95306, -57.2939, 393.40594, -60.817802, 381.43042, -61.89752, 369.9763, -63.493103, 355.15186, -64.4076, 345.452, -65.16106, 332.8202, -65.68419, 321.58783, -57.22581, 316.02136, -45.907364, 309.10062, -33.993046, 303.27792, -20.376976, 298.60895, -9.724153, 292.4014, -9.886896, 286.88553, -14.9580965, 280.2203, -22.022846, 275.2591, -30.06006, 270.74042, -36.45189, 270.81567, -50.886883, 279.63254, -66.72017, 289.51126, -78.95559, 296.6753, -89.92116, 303.86792, -95.041595, 309.20667, -96.11526, 313.67255, -94.855865, 320.62268, -92.27212, 332.7224, -89.084175, 346.989, -85.829094, 359.36203, -83.59451, 370.08368, -81.359924, 380.80524, -83.34049, 386.52673, -86.889946, 394.48242, -85.36555, 403.70633, -82.459, 409.44345, -78.63077, 381.54416, -70.83662, 381.86133, -63.314262, 381.81604, -92.635895, 314.51898, -86.57527, 315.54276, -77.279564, 317.54932, -68.76189, 320.53867)
uv = PackedVector2Array(568.9066, 395.8174, 572.73413, 395.74173, 578.55304, 401.94678, 584.37463, 402.97314, 588.9814, 412.0495, 588.7163, 417.59668, 585.1924, 429.57233, 584.1127, 441.02652, 582.5171, 455.85086, 581.60254, 465.5506, 580.8491, 478.18246, 580.3262, 489.41495, 588.78436, 494.9814, 600.1027, 501.90216, 612.01697, 507.72485, 625.63293, 512.39355, 636.286, 518.60144, 636.1234, 524.1172, 631.05194, 530.7824, 623.9872, 535.7436, 615.95, 540.26227, 609.5582, 540.1871, 595.1232, 531.3702, 579.2899, 521.49146, 567.0545, 514.3274, 556.089, 507.13474, 550.9687, 501.79623, 549.89465, 497.33008, 551.1542, 490.37997, 553.7379, 478.28018, 556.9259, 464.01358, 560.18097, 451.64056, 562.4156, 440.919, 564.65027, 430.19742, 562.6695, 424.47598, 559.12006, 416.52036, 560.64465, 407.2964, 563.55115, 401.5591, 567.37933, 429.45844, 575.1735, 429.1412, 582.69586, 429.18668, 553.3742, 496.48358, 559.4348, 495.45984, 568.73065, 493.45334, 577.2484, 490.464)
polygons = [PackedInt32Array(3, 4, 2), PackedInt32Array(36, 2, 35), PackedInt32Array(34, 35, 2), PackedInt32Array(37, 0, 1), PackedInt32Array(2, 37, 1), PackedInt32Array(37, 2, 36), PackedInt32Array(4, 39, 2), PackedInt32Array(5, 39, 4), PackedInt32Array(39, 34, 2), PackedInt32Array(40, 39, 5), PackedInt32Array(38, 34, 39), PackedInt32Array(6, 40, 5), PackedInt32Array(33, 34, 38), PackedInt32Array(7, 40, 6), PackedInt32Array(38, 39, 32), PackedInt32Array(7, 39, 40), PackedInt32Array(38, 32, 33), PackedInt32Array(32, 39, 7), PackedInt32Array(8, 32, 7), PackedInt32Array(8, 31, 32), PackedInt32Array(9, 31, 8), PackedInt32Array(30, 31, 9), PackedInt32Array(10, 30, 9), PackedInt32Array(29, 30, 10), PackedInt32Array(10, 44, 29), PackedInt32Array(28, 29, 42), PackedInt32Array(10, 11, 44), PackedInt32Array(44, 43, 29), PackedInt32Array(43, 42, 29), PackedInt32Array(41, 28, 42), PackedInt32Array(27, 28, 41), PackedInt32Array(26, 27, 41), PackedInt32Array(25, 41, 42), PackedInt32Array(26, 41, 25), PackedInt32Array(43, 25, 42), PackedInt32Array(24, 25, 43), PackedInt32Array(43, 44, 24), PackedInt32Array(12, 44, 11), PackedInt32Array(23, 12, 13), PackedInt32Array(44, 12, 24), PackedInt32Array(23, 24, 12), PackedInt32Array(22, 23, 13), PackedInt32Array(22, 13, 14), PackedInt32Array(21, 22, 14), PackedInt32Array(19, 21, 14), PackedInt32Array(17, 15, 16), PackedInt32Array(18, 15, 17), PackedInt32Array(19, 14, 15), PackedInt32Array(19, 15, 18), PackedInt32Array(20, 21, 19)]
bones = ["root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/ik_C_shoulderB/C_armB_#00/C_armB_#01/C_armB_#02", PackedFloat32Array(1, 1, 1, 0.99512, 0.95847, 0.65611, 0.32766, 0.03097, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.04989, 0.23312, 0.53548, 0.81782, 0.96792, 0.9989, 0.07377, 0.0728, 0.03543, 0, 0, 0, 0), "root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/ik_C_shoulderB/C_armB_#00/C_armB_#01", PackedFloat32Array(0, 0, 0, 0.00488, 0.04153, 0.34389, 0.67234, 0.96903, 0.99994, 0.97505, 0.77914, 0.45818, 0.14974, 0.01232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.03744, 0.16132, 0.34147, 0.58677, 0.79622, 0.9494, 1, 1, 0.95011, 0.76688, 0.46452, 0.18218, 0.03208, 0.0011, 0.92623, 0.9272, 0.96457, 0.57197, 0.52233, 0.47593, 0.42585), "root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/ik_C_shoulderB/C_armB_#00", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 6e-05, 0.02495, 0.22086, 0.54182, 0.85026, 0.97559, 0.79012, 0.46555, 0.14557, 0.01002, 0.0157, 0.15734, 0.38068, 0.69883, 0.88925, 0.99924, 0.96256, 0.83868, 0.65853, 0.41323, 0.20378, 0.0506, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.42803, 0.47767, 0.52407, 0.57415), "root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/C_shoulderB", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01209, 0.20988, 0.53445, 0.85443, 0.98998, 0.9843, 0.84266, 0.61932, 0.30117, 0.11075, 0.00076, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)]
[node name="C_armA_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=231085126]
z_index = 5
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(73.60783, 414.71118, 78.347374, 414.82, 86.585365, 404.49615, 87.24355, 392.59607, 81.63729, 381.21115, 83.78099, 371.7141, 86.29484, 360.41382, 90.48078, 343.22406, 94.33703, 327.54718, 96.19424, 319.57333, 96.19614, 309.4525, 89.313736, 303.35693, 79.54558, 296.75397, 71.002884, 291.32315, 58.065636, 283.67416, 46.710808, 276.69662, 35.99583, 270.93622, 30.669338, 270.99628, 19.18386, 277.86862, 11.802724, 285.27542, 10.035741, 292.20923, 19.259377, 297.7721, 31.893663, 301.8855, 45.921562, 309.0077, 56.83039, 315.8935, 66.299835, 322.16516, 65.28057, 339.67462, 64.19409, 356.3994, 62.947777, 367.95587, 61.464577, 381.6636, 57.014565, 396.39218, 62.621708, 407.60638, 68.64601, 409.656, 64.9471, 381.83978, 71.713844, 381.9464, 79.333145, 381.94638, 68.90509, 321.37463, 76.36455, 318.49738, 85.10274, 315.30048, 92.8286, 313.5422)
uv = PackedVector2Array(685.60266, 573.2868, 690.3423, 573.1779, 698.58014, 583.50195, 699.2384, 595.40186, 693.63214, 606.7868, 695.77594, 616.2839, 698.2898, 627.5841, 702.4758, 644.7739, 706.3321, 660.4507, 708.18933, 668.4246, 708.1909, 678.5454, 701.3087, 684.6412, 691.54065, 691.244, 682.99786, 696.67487, 670.06067, 704.3239, 658.7058, 711.30145, 647.9909, 717.0618, 642.6645, 717.00183, 631.17883, 710.1295, 623.79767, 702.72266, 622.0307, 695.78894, 631.25446, 690.226, 643.8887, 686.11255, 657.9166, 678.99036, 668.8254, 672.10455, 678.2948, 665.8329, 677.2755, 648.3234, 676.189, 631.5987, 674.9427, 620.0422, 673.4596, 606.3344, 669.00934, 591.60583, 674.6166, 580.3917, 680.6408, 578.34186, 676.94214, 606.15814, 683.70886, 606.0516, 691.328, 606.0516, 680.9001, 666.6235, 688.3595, 669.5006, 697.09766, 672.6975, 704.8235, 674.4558)
polygons = [PackedInt32Array(32, 3, 34), PackedInt32Array(30, 31, 32), PackedInt32Array(34, 30, 32), PackedInt32Array(32, 0, 1), PackedInt32Array(1, 2, 32), PackedInt32Array(3, 32, 2), PackedInt32Array(35, 34, 3), PackedInt32Array(33, 30, 34), PackedInt32Array(29, 30, 33), PackedInt32Array(4, 35, 3), PackedInt32Array(28, 29, 33), PackedInt32Array(34, 27, 28), PackedInt32Array(33, 34, 28), PackedInt32Array(34, 5, 27), PackedInt32Array(5, 34, 35), PackedInt32Array(5, 35, 4), PackedInt32Array(27, 7, 26), PackedInt32Array(6, 27, 5), PackedInt32Array(7, 27, 6), PackedInt32Array(26, 36, 25), PackedInt32Array(26, 37, 36), PackedInt32Array(37, 26, 7), PackedInt32Array(8, 37, 7), PackedInt32Array(8, 38, 37), PackedInt32Array(9, 38, 8), PackedInt32Array(39, 38, 9), PackedInt32Array(39, 9, 10), PackedInt32Array(11, 38, 39), PackedInt32Array(11, 39, 10), PackedInt32Array(12, 37, 38), PackedInt32Array(12, 38, 11), PackedInt32Array(37, 24, 36), PackedInt32Array(12, 24, 37), PackedInt32Array(23, 24, 13), PackedInt32Array(36, 24, 25), PackedInt32Array(24, 12, 13), PackedInt32Array(14, 23, 13), PackedInt32Array(22, 23, 14), PackedInt32Array(15, 22, 14), PackedInt32Array(16, 17, 22), PackedInt32Array(15, 16, 22), PackedInt32Array(19, 20, 21), PackedInt32Array(18, 19, 21), PackedInt32Array(22, 18, 21), PackedInt32Array(17, 18, 22)]
bones = ["root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/ik_C_shoulderA/C_armA_#00/C_armA_#01/C_armA_#02", PackedFloat32Array(1, 0.99804, 0.93945, 0.65474, 0.32349, 0.04875, 0.00012, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.04264, 0.35989, 0.69322, 0.98391, 1, 0.04127, 0.07633, 0.07322, 0, 0, 0, 0), "root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/ik_C_shoulderA/C_armA_#00/C_armA_#01", PackedFloat32Array(0, 0.00196, 0.06055, 0.34526, 0.67651, 0.95125, 0.99988, 1, 0.97492, 0.81614, 0.52808, 0.21983, 0.04527, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00756, 0.1383, 0.4653, 0.79108, 0.99367, 0.95736, 0.64011, 0.30678, 0.01609, 0, 0.95873, 0.92367, 0.92678, 0.3965, 0.45299, 0.5354, 0.6118), "root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/ik_C_shoulderA/C_armA_#00", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0.02508, 0.18386, 0.47192, 0.78017, 0.95473, 1, 0.99649, 0.90422, 0.74826, 0.41991, 0.17885, 0.004, 0.08157, 0.37622, 0.70703, 0.95376, 0.8617, 0.5347, 0.20892, 0.00633, 0, 0, 0, 0, 0, 0, 0, 0, 0.6035, 0.54701, 0.4646, 0.3882), "root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/C_shoulderA", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00351, 0.09578, 0.25174, 0.58009, 0.82115, 0.996, 0.91843, 0.62378, 0.29297, 0.03868, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)]
[node name="C_hairbackA_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=461586381]
z_index = 6
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(-1.9964395, 354.68143, 3.2316027, 354.56366, 11.277683, 350.59543, 18.289108, 343.5712, 19.219198, 337.11328, 16.6166, 323.21927, 21.419048, 307.5228, 20.621082, 293.96454, 13.389616, 279.29068, 6.674048, 291.11258, 3.480013, 278.3338, -0.33387673, 278.39545, -7.824551, 285.99393, -14.276136, 283.41644, -25.155766, 283.34042, -27.196943, 285.28708, -21.52147, 292.18204, -18.144588, 298.83057, -17.134043, 305.06943, -19.740711, 312.883, -21.46672, 320.7002, -20.339046, 329.72528, -18.771517, 335.3194, -17.546473, 344.9471, -10.980818, 350.2132, -15.513316, 333.6458, -13.314009, 324.32074, -5.2205734, 316.57916, -7.5958166, 307.78195, -9.619167, 301.88785, -9.531203, 294.41022, -6.8040595, 288.95596, 13.429523, 323.35297, 11.670083, 317.28293, 10.262533, 310.68512, 7.447413, 301.97586, 5.424058, 294.6741, -0.5580468, 341.29938, -8.65148, 337.4286, 9.99861, 337.2527, -1.7896612, 329.0713)
uv = PackedVector2Array(502.00308, 8.320084, 507.23117, 8.437715, 515.2773, 12.405882, 522.2889, 19.42666, 523.2188, 25.88808, 520.61615, 39.782097, 525.4187, 55.478638, 524.62067, 69.03671, 517.38904, 83.710625, 510.67358, 71.88887, 507.47964, 84.66751, 503.66586, 84.60588, 496.1751, 77.00734, 489.72348, 79.58488, 478.84375, 79.66101, 476.80264, 77.71428, 482.47812, 70.81929, 485.85498, 64.170715, 486.8655, 57.93185, 484.2589, 50.118256, 482.53287, 42.301224, 483.6605, 33.276173, 485.22803, 27.682114, 486.45306, 18.0544, 493.0187, 12.7883005, 488.48624, 29.35564, 490.68555, 38.68063, 498.77896, 46.42213, 496.40372, 55.219345, 494.38043, 61.113384, 494.4684, 68.590996, 497.19556, 74.04527, 517.4291, 39.648327, 515.6697, 45.718315, 514.2621, 52.316208, 511.44693, 61.025578, 509.42358, 68.32728, 503.44156, 21.701946, 495.34808, 25.57278, 513.9982, 25.748648, 502.2099, 33.930073)
polygons = [PackedInt32Array(33, 32, 5), PackedInt32Array(27, 40, 33), PackedInt32Array(19, 26, 27), PackedInt32Array(34, 27, 33), PackedInt32Array(28, 19, 27), PackedInt32Array(28, 27, 34), PackedInt32Array(33, 5, 6), PackedInt32Array(34, 33, 6), PackedInt32Array(18, 19, 28), PackedInt32Array(35, 28, 34), PackedInt32Array(29, 18, 28), PackedInt32Array(29, 28, 35), PackedInt32Array(17, 18, 29), PackedInt32Array(36, 29, 35), PackedInt32Array(35, 34, 6), PackedInt32Array(30, 29, 36), PackedInt32Array(17, 29, 30), PackedInt32Array(7, 35, 6), PackedInt32Array(36, 35, 7), PackedInt32Array(16, 17, 30), PackedInt32Array(9, 36, 7), PackedInt32Array(31, 30, 36), PackedInt32Array(31, 36, 9), PackedInt32Array(12, 30, 31), PackedInt32Array(13, 16, 30), PackedInt32Array(13, 30, 12), PackedInt32Array(14, 15, 16), PackedInt32Array(13, 14, 16), PackedInt32Array(8, 9, 7), PackedInt32Array(11, 31, 9), PackedInt32Array(10, 11, 9), PackedInt32Array(12, 31, 11), PackedInt32Array(37, 0, 1), PackedInt32Array(37, 1, 2), PackedInt32Array(24, 0, 37), PackedInt32Array(38, 24, 37), PackedInt32Array(23, 24, 38), PackedInt32Array(39, 37, 2), PackedInt32Array(39, 2, 3), PackedInt32Array(39, 3, 4), PackedInt32Array(25, 22, 23), PackedInt32Array(38, 25, 23), PackedInt32Array(21, 22, 25), PackedInt32Array(40, 38, 37), PackedInt32Array(40, 37, 39), PackedInt32Array(26, 25, 38), PackedInt32Array(26, 38, 40), PackedInt32Array(21, 25, 26), PackedInt32Array(32, 39, 4), PackedInt32Array(40, 39, 32), PackedInt32Array(5, 32, 4), PackedInt32Array(20, 21, 26), PackedInt32Array(33, 40, 32), PackedInt32Array(27, 26, 40), PackedInt32Array(19, 20, 26)]
bones = ["root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02/C_hairbackA_hairback$0_#02", PackedFloat32Array(1, 1, 0.99865, 0.98874, 0.85048, 0.53394, 0.2105, 0.01544, 0, 0, 0, 0, 0, 0, 0, 0, 0.00092, 0.01775, 0.11629, 0.32424, 0.60929, 0.83808, 0.96255, 0.994, 1, 0.89291, 0.89291, 0.05797, 0.0398, 0.00592, 0.00116, 0, 0.45678, 0.32988, 0.12752, 0.02569, 0.00051, 1, 1, 0.9828, 1), "root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_head_#02/C_hairbackA_hairback$0_#02/C_hairbackA_hairback$0_#03", PackedFloat32Array(0, 0, 0.00135, 0.01125, 0.14952, 0.46606, 0.7895, 0.98456, 1, 1, 1, 1, 1, 1, 1, 1, 0.99908, 0.98225, 0.88371, 0.67576, 0.39071, 0.16192, 0.03745, 0.006, 0, 0.10709, 0.10709, 0.94203, 0.9602, 0.99408, 0.99884, 1, 0.54322, 0.67012, 0.87248, 0.97431, 0.99949, 0, 0, 0.0172, 0)]
[node name="C_armclothB" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=231043120]
z_index = 7
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(-73.82542, 390.62494, -63.412483, 389.45923, -56.166603, 387.05994, -52.37352, 383.28668, -52.364647, 376.0025, -53.366302, 365.94687, -54.665092, 362.02637, -62.90765, 360.39426, -66.256165, 360.39514, -71.958565, 362.3987, -77.49382, 362.3924, -82.54042, 360.8697, -97.62229, 365.90848, -99.601814, 369.84872, -99.60014, 383.10468, -97.05535, 386.04712, -84.556725, 389.77655, -79.64611, 390.6216)
uv = PackedVector2Array(668.16455, 305.38376, 678.5777, 306.54953, 685.8234, 308.94876, 689.61646, 312.72217, 689.6254, 320.00626, 688.6238, 330.06183, 687.3249, 333.98227, 679.0821, 335.61438, 675.73413, 335.61374, 670.03174, 333.61002, 664.49615, 333.6162, 659.4498, 335.13892, 644.3678, 330.1, 642.388, 326.1598, 642.3899, 312.90378, 644.9348, 309.96143, 657.43353, 306.23206, 662.3443, 305.387)
polygons = [PackedInt32Array(1, 2, 4), PackedInt32Array(4, 2, 3), PackedInt32Array(15, 13, 14), PackedInt32Array(16, 12, 13), PackedInt32Array(9, 0, 1), PackedInt32Array(4, 9, 1), PackedInt32Array(4, 8, 9), PackedInt32Array(10, 17, 0), PackedInt32Array(10, 0, 9), PackedInt32Array(16, 17, 10), PackedInt32Array(16, 13, 15), PackedInt32Array(16, 11, 12), PackedInt32Array(4, 5, 8), PackedInt32Array(10, 11, 16), PackedInt32Array(5, 7, 8), PackedInt32Array(6, 7, 5)]
bones = ["root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/ik_C_shoulderB/C_armB_#00/C_armB_#01", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)]
[node name="C_armclothA" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=497432492]
z_index = 8
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(82.671936, 390.64346, 96.37192, 386.53088, 100.616844, 382.27957, 100.63807, 368.66632, 97.438385, 365.4787, 83.68947, 360.9168, 77.71881, 362.37512, 71.12788, 362.3826, 65.63752, 359.6158, 54.745655, 362.48267, 53.378693, 367.95255, 53.383755, 385.94843, 68.40565, 390.63916)
uv = PackedVector2Array(557.6661, 2.3538208, 571.36597, 6.466312, 575.6107, 10.717764, 575.6323, 24.330854, 572.4323, 27.518435, 558.6837, 32.080505, 552.71313, 30.622072, 546.1221, 30.614777, 540.6318, 33.38153, 529.7399, 30.514784, 528.373, 25.044708, 528.3781, 7.0488453, 543.3997, 2.3581553)
polygons = [PackedInt32Array(4, 1, 2), PackedInt32Array(4, 2, 3), PackedInt32Array(12, 10, 11), PackedInt32Array(10, 8, 9), PackedInt32Array(6, 7, 12), PackedInt32Array(7, 10, 12), PackedInt32Array(0, 6, 12), PackedInt32Array(5, 6, 0), PackedInt32Array(1, 5, 0), PackedInt32Array(4, 5, 1), PackedInt32Array(7, 8, 10)]
bones = ["root/C_root/C_bodyB_pregnantsize$0_#00/C_bodyB_pregnantsize$0_#01/C_middle/ik_C_shoulderA/C_armA_#00/C_armA_#01", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)]
[node name="C_chainB" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1323352271]
z_index = 9
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(-73.2163, 463.63495, -65.832344, 463.60165, -59.411297, 460.38483, -58.38845, 458.15842, -58.314285, 453.56052, -70.935165, 413.0996, -74.37185, 409.40286, -74.324104, 402.012, -79.88255, 385.39304, -85.534004, 383.46088, -88.01947, 376.0093, -90.75415, 373.37866, -94.87727, 373.38422, -96.61406, 376.85754, -96.6868, 394.67267, -84.086624, 434.83618, -80.40513, 438.4454, -80.85499, 445.3682, -75.4672, 461.57837)
uv = PackedVector2Array(665.78485, 338.3614, 673.1688, 338.39453, 679.58984, 341.61145, 680.61285, 343.83783, 680.6867, 348.4357, 668.06586, 388.89648, 664.6293, 392.59348, 664.67694, 399.9842, 659.11847, 416.60315, 653.46716, 418.53546, 650.9818, 425.98682, 648.247, 428.61758, 644.1239, 428.61203, 642.3873, 425.13876, 642.31445, 407.32352, 654.91455, 367.16003, 658.5959, 363.5508, 658.146, 356.62802, 663.5339, 340.41782)
polygons = [PackedInt32Array(17, 3, 16), PackedInt32Array(18, 0, 1), PackedInt32Array(3, 18, 1), PackedInt32Array(18, 3, 17), PackedInt32Array(16, 4, 5), PackedInt32Array(3, 1, 2), PackedInt32Array(4, 16, 3), PackedInt32Array(15, 16, 5), PackedInt32Array(6, 15, 5), PackedInt32Array(14, 15, 6), PackedInt32Array(14, 6, 7), PackedInt32Array(8, 14, 7), PackedInt32Array(9, 14, 8), PackedInt32Array(13, 14, 9), PackedInt32Array(10, 13, 9), PackedInt32Array(11, 12, 13), PackedInt32Array(10, 11, 13)]
bones = ["root/C_chainB", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)]
[node name="C_chainA" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=446099533]
z_index = 10
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(67.9152, 463.62692, 73.16141, 463.60974, 75.91893, 462.22177, 80.62057, 448.13235, 80.645676, 438.9352, 84.440094, 435.86835, 97.79726, 393.15952, 96.51814, 373.35995, 90.71986, 373.38492, 88.92725, 375.21756, 85.93492, 384.2685, 81.57763, 384.42624, 78.94294, 389.73163, 59.384235, 452.33142, 59.38759, 459.38983, 61.66662, 461.54276)
uv = PackedVector2Array(227.91245, 14.37089, 233.15851, 14.38797, 235.91608, 15.77611, 240.61761, 29.86522, 240.64278, 39.062492, 244.43718, 42.129265, 257.7946, 84.8384, 256.51532, 104.637695, 250.7171, 104.61259, 248.9247, 102.78032, 245.9323, 93.729294, 241.57489, 93.57137, 238.94037, 88.26609, 219.3814, 25.666294, 219.38461, 18.607794, 221.6638, 16.455246)
polygons = [PackedInt32Array(1, 3, 4), PackedInt32Array(3, 1, 2), PackedInt32Array(12, 4, 5), PackedInt32Array(12, 5, 6), PackedInt32Array(4, 0, 1), PackedInt32Array(0, 14, 15), PackedInt32Array(0, 4, 14), PackedInt32Array(4, 13, 14), PackedInt32Array(12, 13, 4), PackedInt32Array(10, 11, 12), PackedInt32Array(6, 10, 12), PackedInt32Array(7, 9, 10), PackedInt32Array(7, 8, 9), PackedInt32Array(10, 6, 7)]
bones = ["root/C_chainA", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)]
[node name="C_SD1_pregnantsize$0" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=845128942]
z_index = 11
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(-93.44358, 250.46759, -85.26407, 245.71863, -85.16316, 240.58356, -107.24348, 170.70929, 105.35102, 170.66772, 105.22711, 177.95203, 94.27686, 213.03644, 94.427734, 221.8263, 90.89904, 223.86243, 86.36395, 238.9344, 86.39122, 246.35608, 92.79631, 249.62097, 102.44609, 249.62494, 110.10993, 226.86342, 126.46711, 174.03644, 129.64601, 168.7348, 129.61642, 129.85895, 128.04715, 120.4781, 121.674095, 118.6333, 103.60579, 120.38475, 83.1473, 119.369804, -127.930115, 119.28044, -130.09741, 141.55424, -129.34746, 170.13188, -123.61704, 172.99872, -123.63884, 182.17894, -102.72849, 249.38837)
uv = PackedVector2Array(39.556404, 107.53242, 47.73594, 112.28139, 47.836834, 117.41643, 25.756502, 187.29068, 238.35097, 187.3323, 238.22707, 180.04794, 227.27682, 144.96361, 227.42772, 136.17369, 223.89905, 134.13757, 219.36388, 119.065575, 219.39117, 111.64388, 225.7963, 108.37905, 235.44608, 108.37502, 243.1099, 131.13655, 259.46707, 183.96353, 262.64594, 189.2652, 262.61636, 228.14102, 261.0471, 237.52188, 254.67403, 239.36673, 236.60577, 237.61517, 216.14725, 238.63013, 5.06989, 238.71956, 2.9025793, 216.44572, 3.652525, 187.86815, 9.382925, 185.00122, 9.361124, 175.82103, 30.271498, 108.61161)
polygons = [PackedInt32Array(3, 24, 25), PackedInt32Array(2, 3, 25), PackedInt32Array(2, 25, 1), PackedInt32Array(22, 24, 3), PackedInt32Array(24, 22, 23), PackedInt32Array(21, 22, 3), PackedInt32Array(21, 3, 20), PackedInt32Array(26, 1, 25), PackedInt32Array(0, 1, 26), PackedInt32Array(12, 8, 9), PackedInt32Array(13, 8, 12), PackedInt32Array(7, 8, 13), PackedInt32Array(13, 6, 7), PackedInt32Array(5, 6, 13), PackedInt32Array(5, 13, 14), PackedInt32Array(4, 5, 14), PackedInt32Array(15, 4, 14), PackedInt32Array(16, 4, 15), PackedInt32Array(16, 19, 4), PackedInt32Array(4, 20, 3), PackedInt32Array(16, 18, 19), PackedInt32Array(19, 20, 4), PackedInt32Array(17, 18, 16), PackedInt32Array(11, 9, 10), PackedInt32Array(12, 9, 11)]
bones = ["root/C_SD1_pregnantsizeB1", PackedFloat32Array(1, 0.77457, 0.57808, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.9714), "root/C_SD1_pregnantsizeB1/C_SD1_pregnantsizeB2", PackedFloat32Array(0, 0.22543, 0.42192, 0.99181, 0.01168, 0.00154, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00349, 0.00459, 0.00641, 0.02948, 0.0856, 0.99555, 0.99853, 1, 1, 1, 0.0286), "root/C_SD1_pregnantsizeA/C_SD1_pregnantsizeA2", PackedFloat32Array(0, 0, 0, 0.00819, 0.98832, 0.99846, 1, 1, 1, 0.55852, 0.14353, 0, 0.10901, 1, 1, 1, 0.99651, 0.99541, 0.99359, 0.97052, 0.9144, 0.00445, 0.00147, 0, 0, 0, 0), "root/C_SD1_pregnantsizeA", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0.44148, 0.85647, 1, 0.89099, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)]
[node name="C_SD1" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1161563681]
z_index = 12
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(77.13005, 465.651, 71.69975, 392.15588, 84.85821, 350.4486, 136.96393, 9.396, 129.84576, -8.52191, 83.86041, 3.44403, 38.563473, 217.96655, 19.71557, 226.13239, -26.64283, 226.32501, -37.453503, 219.16846, -82.95001, 4.24127, -120.33411, -9.86316, -136.56915, 8.62915, -75.21062, 402.83948, -72.01263, 465.76373)
uv = PackedVector2Array(216.13004, 242.34897, 210.69975, 315.8441, 223.85815, 357.55136, 275.96396, 698.60394, 268.84573, 716.5219, 222.86038, 704.55597, 177.56345, 490.03342, 158.71553, 481.86755, 112.35714, 481.67496, 101.5465, 488.8315, 56.04997, 703.7588, 18.665857, 717.86316, 2.430811, 699.37085, 63.789368, 305.16052, 66.98733, 242.23624)
polygons = [PackedInt32Array(1, 14, 0), PackedInt32Array(13, 14, 1), PackedInt32Array(2, 8, 13), PackedInt32Array(2, 13, 1), PackedInt32Array(7, 8, 2), PackedInt32Array(9, 13, 8), PackedInt32Array(6, 7, 2), PackedInt32Array(6, 2, 3), PackedInt32Array(9, 12, 13), PackedInt32Array(10, 12, 9), PackedInt32Array(5, 6, 3), PackedInt32Array(4, 5, 3), PackedInt32Array(11, 12, 10)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)]
[node name="C_semenC_semen$0" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=633406640]
z_index = 13
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(-73.34985, 43.18378, -85.26724, 14.70819, -71.97501, 8.35596, 33.99347, 13.23499, 59.78589, 4.09473, 74.23645, 3.0874, 76.70984, 82.51556, 74.820915, 89.79553, 106.50049, 5.90411, 87.487, -15.77655, 22.16046, -15.59039, -53.3363, -18.07416, -96.4556, 0.9173, -101.03198, 27.23743, -78.77673, 76.18555, -73.32324, 83.88953)
uv = PackedVector2Array(293.65012, 54.8162, 281.73273, 83.29182, 295.02493, 89.64406, 400.9934, 84.765015, 426.78592, 93.905205, 441.23645, 94.912605, 443.70978, 15.484457, 441.82095, 8.20447, 473.50043, 92.0959, 454.48697, 113.77656, 389.16046, 113.59039, 313.66367, 116.07416, 270.5444, 97.082664, 265.968, 70.762596, 288.22324, 21.81447, 293.67673, 14.110479)
polygons = [PackedInt32Array(7, 8, 6), PackedInt32Array(0, 14, 15), PackedInt32Array(13, 14, 0), PackedInt32Array(1, 13, 0), PackedInt32Array(8, 5, 6), PackedInt32Array(12, 13, 1), PackedInt32Array(3, 11, 2), PackedInt32Array(9, 5, 8), PackedInt32Array(4, 5, 9), PackedInt32Array(10, 3, 4), PackedInt32Array(9, 10, 4), PackedInt32Array(10, 11, 3), PackedInt32Array(12, 1, 2), PackedInt32Array(11, 12, 2)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)]
[node name="C_legB_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=980993897]
z_index = 14
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(-41.36493, 198.26195, -21.210999, 195.56596, -12.407998, 190.96452, -7.8863087, 184.94232, -8.845125, 169.31818, -16.676949, 154.80414, -25.588297, 140.42502, -36.877003, 123.03973, -49.937027, 105.12068, -59.316727, 93.78143, -73.144394, 79.96383, -86.97208, 66.14621, -97.70459, 55.42149, -109.48374, 43.650955, -121.81957, 30.501743, -131.72302, 18.916088, -136.36292, 5.9211435, -133.15189, -7.3350506, -136.71173, -10.615916, -145.66492, -10.624626, -154.08678, -8.146687, -159.62392, -5.4009504, -159.78589, 3.5093498, -165.49985, 10.910955, -165.00737, 19.640175, -157.84084, 27.25228, -148.22299, 35.647125, -140.94678, 47.372177, -132.1768, 62.841473, -123.40682, 78.31081, -117.36543, 89.021645, -106.99107, 97.39995, -97.97824, 103.89364, -92.47708, 110.54115, -84.7783, 131.65912, -80.333885, 145.56223, -75.73537, 158.80612, -71.02051, 173.47263, -66.18901, 188.64772, -60.19535, 197.80844, -146.26695, 32.968285, -140.53355, 28.537937, -137.14561, 25.236881, -133.84454, 21.414602, -93.02678, 102.9689, -84.339806, 97.75668, -74.61036, 91.762665, -68.96381, 87.6798)
uv = PackedVector2Array(402.63528, 331.74457, 422.78918, 334.44043, 431.59222, 339.0419, 436.11386, 345.06415, 435.15497, 360.68826, 427.32318, 375.20236, 418.4118, 389.58148, 407.1232, 406.96677, 394.0632, 424.88596, 384.68353, 436.2252, 370.8558, 450.04276, 357.0281, 463.86044, 346.2956, 474.58505, 334.5165, 486.35562, 322.18057, 499.50485, 312.27707, 511.0904, 307.63724, 524.0853, 310.8482, 537.34143, 307.28848, 540.6223, 298.33527, 540.6312, 289.91333, 538.1533, 284.37625, 535.4075, 284.21255, 526.49725, 278.5002, 519.09546, 278.99448, 510.3665, 286.16095, 502.7544, 295.77725, 494.3594, 303.05338, 482.6345, 311.82343, 467.16516, 320.59344, 451.6958, 326.63477, 440.9849, 337.0091, 432.60663, 346.02197, 426.1129, 351.52313, 419.46533, 359.22183, 398.34747, 363.66623, 384.44437, 368.2648, 371.20044, 372.97964, 356.53394, 377.81107, 341.35892, 383.80478, 332.19812, 297.73325, 497.03824, 303.46664, 501.4687, 306.85455, 504.7697, 310.15564, 508.59195, 350.97342, 427.0377, 359.6604, 432.2499, 369.3898, 438.24393, 375.0364, 442.32687)
polygons = [PackedInt32Array(22, 20, 21), PackedInt32Array(16, 20, 22), PackedInt32Array(20, 16, 19), PackedInt32Array(17, 18, 16), PackedInt32Array(18, 19, 16), PackedInt32Array(22, 24, 25), PackedInt32Array(23, 24, 22), PackedInt32Array(16, 22, 25), PackedInt32Array(42, 16, 25), PackedInt32Array(44, 32, 33), PackedInt32Array(45, 44, 33), PackedInt32Array(46, 45, 9), PackedInt32Array(47, 46, 9), PackedInt32Array(10, 46, 47), PackedInt32Array(10, 47, 9), PackedInt32Array(45, 31, 44), PackedInt32Array(10, 11, 45), PackedInt32Array(10, 45, 46), PackedInt32Array(31, 32, 44), PackedInt32Array(11, 31, 45), PackedInt32Array(11, 30, 31), PackedInt32Array(11, 29, 30), PackedInt32Array(12, 29, 11), PackedInt32Array(28, 29, 12), PackedInt32Array(13, 28, 12), PackedInt32Array(27, 28, 13), PackedInt32Array(40, 26, 27), PackedInt32Array(14, 27, 13), PackedInt32Array(41, 40, 27), PackedInt32Array(14, 41, 27), PackedInt32Array(25, 26, 40), PackedInt32Array(42, 41, 14), PackedInt32Array(43, 42, 14), PackedInt32Array(15, 43, 14), PackedInt32Array(16, 42, 43), PackedInt32Array(16, 43, 15), PackedInt32Array(25, 40, 41), PackedInt32Array(25, 41, 42), PackedInt32Array(4, 2, 3), PackedInt32Array(4, 5, 1), PackedInt32Array(4, 1, 2), PackedInt32Array(38, 0, 37), PackedInt32Array(5, 0, 1), PackedInt32Array(38, 39, 0), PackedInt32Array(37, 0, 5), PackedInt32Array(5, 6, 37), PackedInt32Array(6, 36, 37), PackedInt32Array(7, 36, 6), PackedInt32Array(35, 36, 7), PackedInt32Array(34, 35, 7), PackedInt32Array(8, 34, 7), PackedInt32Array(45, 33, 34), PackedInt32Array(34, 8, 45), PackedInt32Array(9, 45, 8)]
bones = ["root/C_root/C_hipB/C_legB_#00", PackedFloat32Array(1, 1, 1, 1, 1, 1, 0.99953, 0.98071, 0.86418, 0.63748, 0.33635, 0.11955, 0.01339, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00065, 0.02273, 0.12319, 0.33347, 0.61198, 0.84485, 0.96726, 1, 1, 1, 1, 0, 0, 0, 0, 0.18337, 0.20998, 0.2927, 0.32899), "root/C_root/C_hipB/C_legB_#00/C_legB_#01", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0.00047, 0.01929, 0.13582, 0.36252, 0.66365, 0.88045, 0.98244, 0.92767, 0.74957, 0.46871, 0.20471, 0.04947, 0.00117, 0, 0, 0, 0.00015, 0.01627, 0.14077, 0.37608, 0.69056, 0.8994, 0.99727, 0.99935, 0.97727, 0.87681, 0.66653, 0.38802, 0.15515, 0.03274, 0, 0, 0, 0, 0.90291, 0.83005, 0.69991, 0.62476, 0.81663, 0.79002, 0.7073, 0.67101), "root/C_root/C_hipB/C_legB_#00/C_legB_#01/C_legB_#02", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00417, 0.07233, 0.22468, 0.3727, 0.39358, 0.24609, 0.10077, 0.04156, 0.14901, 0.35793, 0.63103, 0.83436, 0.82741, 0.62234, 0.30944, 0.1006, 0.00273, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.09709, 0.16995, 0.30009, 0.37524, 0, 0, 0, 0), "root/C_root/C_hipB/C_legB_#00/C_legB_#01/C_legB_#02/C_legB_#03", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.02575, 0.15859, 0.40171, 0.70444, 0.89806, 0.95844, 0.85099, 0.64207, 0.36881, 0.14937, 0.03183, 0.00159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)]
[node name="C_legA_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=643890392]
z_index = 15
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(46.10015, 198.00706, 60.178253, 197.74335, 63.89312, 194.08853, 67.88976, 184.01886, 71.72611, 170.16257, 77.43401, 154.27008, 82.36415, 136.8428, 88.84632, 120.86554, 95.46323, 106.428925, 108.15532, 97.066635, 118.541, 88.38735, 126.77498, 73.75644, 134.87769, 60.429268, 141.16125, 48.182434, 147.78212, 36.271572, 165.2443, 20.324198, 165.44635, 10.140404, 160.25458, -4.8095922, 157.56079, -8.289177, 146.19235, -11.616096, 135.22307, -10.521595, 133.40884, -4.8403006, 137.37595, 4.544363, 133.13702, 17.622646, 121.9388, 30.572271, 112.67759, 39.875782, 101.92109, 51.05275, 89.3568, 63.735302, 75.5607, 76.22148, 63.778893, 87.70055, 54.327667, 100.568085, 46.12474, 112.19881, 36.57847, 124.94744, 29.019188, 135.98106, 22.550077, 147.08539, 15.386765, 159.83182, 10.419294, 170.78162, 8.667776, 179.46924, 10.721294, 187.606, 16.57677, 193.52637, 32.79465, 196.81142, 145.80756, 34.079063, 141.19154, 29.12729, 137.91838, 25.518412, 134.81302, 19.811296, 93.42169, 103.902084, 85.47976, 96.7014, 78.80855, 90.983215, 73.090355, 84.84146)
uv = PackedVector2Array(316.10764, 118.99906, 330.1857, 119.26282, 333.90067, 122.91757, 337.89722, 132.98723, 341.73358, 146.84364, 347.44144, 162.73598, 352.37164, 180.1633, 358.85382, 196.1406, 365.47067, 210.57722, 378.16278, 219.93964, 388.54858, 228.61874, 396.7824, 243.24979, 404.8851, 256.57706, 411.16873, 268.8239, 417.788, 280.73505, 435.2517, 296.68198, 435.45392, 306.86578, 430.26202, 321.81567, 427.56827, 325.29553, 416.1998, 328.6223, 405.23047, 327.52765, 403.41635, 321.84634, 407.38333, 312.46176, 403.1444, 299.38367, 391.94626, 286.43396, 382.68497, 277.13025, 371.9284, 265.9533, 359.36432, 253.2707, 345.56827, 240.78456, 333.78647, 229.30557, 324.33524, 216.4381, 316.1323, 204.80734, 306.58594, 192.05865, 299.0267, 181.02512, 292.55762, 169.92087, 285.39423, 157.17441, 280.4268, 146.22464, 278.6752, 137.53694, 280.72873, 129.4001, 286.58423, 123.479675, 302.8021, 120.19468, 415.8149, 282.92715, 411.19894, 287.879, 407.92578, 291.488, 404.82043, 297.19507, 363.4291, 213.1041, 355.48724, 220.30467, 348.81607, 226.02289, 343.0979, 232.1646)
polygons = [PackedInt32Array(18, 22, 17), PackedInt32Array(19, 20, 21), PackedInt32Array(21, 22, 19), PackedInt32Array(18, 19, 22), PackedInt32Array(16, 22, 44), PackedInt32Array(23, 44, 22), PackedInt32Array(43, 15, 16), PackedInt32Array(43, 16, 44), PackedInt32Array(17, 22, 16), PackedInt32Array(45, 7, 8), PackedInt32Array(45, 46, 7), PackedInt32Array(47, 30, 46), PackedInt32Array(29, 30, 47), PackedInt32Array(48, 29, 47), PackedInt32Array(28, 48, 47), PackedInt32Array(29, 48, 28), PackedInt32Array(9, 27, 46), PackedInt32Array(47, 46, 27), PackedInt32Array(28, 47, 27), PackedInt32Array(45, 8, 9), PackedInt32Array(9, 46, 45), PackedInt32Array(27, 11, 26), PackedInt32Array(10, 27, 9), PackedInt32Array(11, 27, 10), PackedInt32Array(26, 11, 12), PackedInt32Array(25, 26, 12), PackedInt32Array(25, 12, 13), PackedInt32Array(41, 13, 14), PackedInt32Array(24, 25, 13), PackedInt32Array(42, 24, 13), PackedInt32Array(41, 42, 13), PackedInt32Array(43, 24, 42), PackedInt32Array(41, 14, 15), PackedInt32Array(44, 24, 43), PackedInt32Array(23, 24, 44), PackedInt32Array(42, 41, 15), PackedInt32Array(15, 43, 42), PackedInt32Array(39, 36, 37), PackedInt32Array(38, 39, 37), PackedInt32Array(40, 35, 36), PackedInt32Array(39, 40, 36), PackedInt32Array(0, 34, 35), PackedInt32Array(0, 33, 34), PackedInt32Array(35, 40, 0), PackedInt32Array(2, 0, 1), PackedInt32Array(33, 0, 4), PackedInt32Array(3, 0, 2), PackedInt32Array(33, 5, 32), PackedInt32Array(3, 4, 0), PackedInt32Array(5, 33, 4), PackedInt32Array(32, 5, 6), PackedInt32Array(31, 32, 6), PackedInt32Array(31, 6, 7), PackedInt32Array(30, 31, 7), PackedInt32Array(46, 30, 7)]
bones = ["root/C_root/C_hipA/C_legA_#00", PackedFloat32Array(1, 1, 1, 1, 1, 1, 0.99356, 0.79632, 0.46593, 0.13904, 0.00294, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01716, 0.20195, 0.52082, 0.83699, 0.98553, 0.99999, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0.18641, 0.1769, 0.13183, 0.18943), "root/C_root/C_hipA/C_legA_#00/C_legA_#01", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0.00644, 0.20368, 0.53407, 0.86096, 0.99706, 1, 1, 0.98739, 0.65475, 0.32141, 0.00069, 0, 0, 0, 0, 0.00069, 0.10077, 0.42059, 0.75323, 0.98649, 1, 0.98284, 0.79805, 0.47918, 0.16301, 0.01447, 1e-05, 0, 0, 0, 0, 0, 0, 0, 0, 0.96606, 0.85345, 0.65027, 0.49228, 0.81359, 0.8231, 0.86817, 0.81057), "root/C_root/C_hipA/C_legA_#00/C_legA_#01/C_legA_#02", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.01261, 0.34459, 0.6534, 0.74002, 0.45719, 0.14838, 0.04966, 0.01951, 0.24996, 0.4827, 0.47722, 0.24677, 0.01351, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.03394, 0.14655, 0.34973, 0.50772, 0, 0, 0, 0), "root/C_root/C_hipA/C_legA_#00/C_legA_#01/C_legA_#02/C_legA_#03", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.00067, 0.02519, 0.25929, 0.54281, 0.85162, 0.95034, 0.98049, 0.74935, 0.41653, 0.10219, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)]
[node name="C_bodyA_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=102627502]
z_index = 16
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(5.58549, 223.3052, 12.881755, 226.542, 21.150967, 228.79773, 34.134705, 228.4185, 45.10486, 223.3542, 55.05526, 213.3536, 62.034973, 202.33852, 67.12699, 186.37068, 67.18311, 178.082, 60.09716, 171.31271, 49.016586, 167.89336, 37.571175, 167.08426, 24.376448, 167.93605, 11.841004, 172.03632, 0.50397325, 176.23544, -9.055658, 172.35014, -23.018267, 167.6446, -31.728329, 166.94876, -44.748207, 167.1655, -53.178753, 169.19626, -61.022835, 172.62659, -66.226456, 177.72131, -66.0619, 186.37082, -64.133644, 193.60672, -60.783813, 202.02588, -56.91275, 209.36786, -51.562298, 216.75761, -44.153503, 223.12965, -36.605713, 227.62529, -25.879911, 228.77925, -15.907901, 227.19756, -7.0198255, 223.41681, -0.07770742, 219.58667, 0.057793494, 217.50665, 0.36242345, 202.09021, 0.48088408, 178.21704, -55.633133, 199.21854, -52.21977, 193.3183, -46.27076, 190.00246, -36.46954, 188.10072, -26.86336, 188.14949, -18.427479, 189.27103, -11.2594185, 192.58687, -4.920317, 197.56064, 4.9503064, 197.85521, 9.875252, 193.65964, 16.785143, 190.00249, 24.295372, 188.2958, 32.341152, 187.85695, 41.555603, 188.14949, 48.674904, 190.78265, 53.648663, 194.19601, 56.08677, 198.8772, 56.525627, 205.55763, -55.07428, 205.9124)
uv = PackedVector2Array(74.580086, 47.69474, 81.8763, 44.458023, 90.14557, 42.202393, 103.129395, 42.581593, 114.09954, 47.645817, 124.0499, 57.646465, 131.0297, 68.66164, 136.12164, 84.6294, 136.17772, 92.918076, 129.09193, 99.68737, 118.01119, 103.10669, 106.56588, 103.915726, 93.371216, 103.06403, 80.835686, 98.96373, 69.49861, 94.76643, 59.939087, 98.65173, 45.97645, 103.35542, 37.266396, 104.05134, 24.246483, 103.83462, 15.81542, 101.80215, 7.971869, 98.373474, 2.7681684, 93.27882, 2.932792, 84.62932, 4.8611927, 77.393364, 8.211079, 68.97423, 12.082043, 61.63227, 17.432255, 54.24242, 24.841118, 47.870434, 32.388985, 43.374794, 43.115074, 42.223034, 53.086796, 43.80249, 61.974735, 47.581013, 68.91694, 51.41327, 69.05242, 53.495434, 69.35703, 68.90985, 69.47556, 92.78306, 13.361735, 71.781494, 16.775093, 77.68175, 22.724104, 80.99756, 32.525284, 82.89922, 42.131367, 82.85056, 50.567234, 81.72901, 57.735302, 78.4132, 64.07437, 73.43939, 73.94495, 73.14689, 78.8699, 77.3404, 85.77984, 80.99756, 93.29011, 82.70431, 101.335915, 83.14316, 110.55031, 82.85056, 117.669586, 80.217445, 122.64338, 76.80413, 125.0815, 72.122925, 125.52034, 65.44247, 13.920493, 65.08764)
polygons = [PackedInt32Array(12, 48, 11), PackedInt32Array(11, 49, 10), PackedInt32Array(10, 50, 9), PackedInt32Array(12, 13, 47), PackedInt32Array(9, 50, 7), PackedInt32Array(9, 7, 8), PackedInt32Array(13, 14, 46), PackedInt32Array(52, 6, 7), PackedInt32Array(45, 44, 1), PackedInt32Array(11, 48, 49), PackedInt32Array(49, 50, 10), PackedInt32Array(13, 46, 47), PackedInt32Array(12, 47, 48), PackedInt32Array(7, 50, 51), PackedInt32Array(51, 52, 7), PackedInt32Array(52, 53, 6), PackedInt32Array(6, 53, 5), PackedInt32Array(3, 47, 2), PackedInt32Array(47, 46, 2), PackedInt32Array(46, 45, 2), PackedInt32Array(45, 46, 35), PackedInt32Array(49, 48, 4), PackedInt32Array(49, 53, 50), PackedInt32Array(47, 4, 48), PackedInt32Array(4, 47, 3), PackedInt32Array(2, 45, 1), PackedInt32Array(51, 50, 53), PackedInt32Array(52, 51, 53), PackedInt32Array(53, 49, 5), PackedInt32Array(49, 4, 5), PackedInt32Array(46, 14, 35), PackedInt32Array(35, 44, 45), PackedInt32Array(18, 39, 17), PackedInt32Array(17, 40, 16), PackedInt32Array(16, 41, 15), PackedInt32Array(18, 19, 38), PackedInt32Array(19, 20, 38), PackedInt32Array(15, 35, 14), PackedInt32Array(21, 22, 20), PackedInt32Array(20, 22, 37), PackedInt32Array(37, 22, 23), PackedInt32Array(23, 24, 36), PackedInt32Array(42, 43, 35), PackedInt32Array(41, 42, 15), PackedInt32Array(42, 29, 30), PackedInt32Array(29, 42, 41), PackedInt32Array(40, 39, 27), PackedInt32Array(28, 41, 40), PackedInt32Array(26, 27, 39), PackedInt32Array(41, 28, 29), PackedInt32Array(27, 28, 40), PackedInt32Array(39, 38, 54), PackedInt32Array(26, 39, 54), PackedInt32Array(36, 54, 37), PackedInt32Array(38, 37, 54), PackedInt32Array(54, 25, 26), PackedInt32Array(17, 39, 40), PackedInt32Array(39, 18, 38), PackedInt32Array(16, 40, 41), PackedInt32Array(20, 37, 38), PackedInt32Array(23, 36, 37), PackedInt32Array(36, 24, 54), PackedInt32Array(24, 25, 54), PackedInt32Array(43, 42, 30), PackedInt32Array(15, 42, 35), PackedInt32Array(44, 35, 34), PackedInt32Array(34, 35, 43), PackedInt32Array(43, 30, 31), PackedInt32Array(1, 44, 0), PackedInt32Array(43, 33, 34), PackedInt32Array(33, 31, 32), PackedInt32Array(33, 43, 31), PackedInt32Array(0, 44, 33), PackedInt32Array(44, 34, 33), PackedInt32Array(33, 32, 0)]
bones = ["root/C_root/C_bodyB_pregnantsize$0_#00", PackedFloat32Array(0.73318, 0.50936, 0.23365, 0.06841, 0, 0, 0, 0, 0, 0.00037, 0.00508, 0.02412, 0.06547, 0.11474, 0.14046, 0.12201, 0.07471, 0.03154, 0.00827, 0.00159, 1e-05, 0, 0, 0, 0, 0, 0, 0, 0.05232, 0.18958, 0.43731, 0.67722, 0.81568, 0.70252, 0.6046, 0.50662, 0, 0, 0, 0, 0, 0, 0, 0.45501, 0.46537, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), "root/C_root/C_hipB/C_legB_#00", PackedFloat32Array(0.02748, 0.00066, 1e-05, 0, 0, 0, 0, 0, 0, 0.00039, 0.00486, 0.02485, 0.0873, 0.2166, 0.41593, 0.63713, 0.82347, 0.93433, 0.9836, 0.99681, 0.99998, 1, 1, 0.88889, 0.66667, 0.33333, 0.11111, 0, 0.05879, 0.14375, 0.22935, 0.19737, 0.11306, 0.1468, 0.19456, 0.24242, 0, 0, 0, 0, 0, 0, 0, 0.37952, 0.1645, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), "root/C_root/C_hipA", PackedFloat32Array(0.11111, 0.33333, 0.66667, 0.88889, 0.88889, 0.66667, 0.33333, 0.11111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0), "root/C_root/C_hipA/C_legA_#00", PackedFloat32Array(0.12823, 0.15665, 0.09967, 0.0427, 0.11111, 0.33333, 0.66667, 0.88889, 1, 0.99924, 0.99006, 0.95103, 0.84723, 0.66866, 0.44362, 0.24087, 0.10182, 0.03413, 0.00813, 0.00159, 1e-05, 0, 0, 0, 0, 0, 0, 0, 0, 1e-05, 1e-05, 0.01429, 0.07126, 0.15069, 0.20084, 0.25096, 0, 0, 0, 0, 0, 0, 0, 0.16547, 0.37014, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), "root/C_root/C_hipB", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.11111, 0.33333, 0.66667, 0.88889, 1, 0.88889, 0.66667, 0.33333, 0.11111, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)]
[node name="C_pussyB" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1779244645]
z_index = 17
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(-2.1848226, 196.73222, 3.191554, 196.74107, 8.153425, 191.95407, 10.046683, 187.9888, 10.078763, 182.45343, 8.329526, 175.38846, -0.07965842, 174.77971, -8.52884, 175.25444, -9.236524, 182.03386, -9.14439, 188.13692, -6.3340893, 192.96892, 0.5919256, 193.8522, -2.5280728, 189.89218, -2.3280952, 182.77403, 0.23192711, 179.8922, 3.4318914, 183.17036, 3.3918982, 189.5303)
uv = PackedVector2Array(682.8152, 456.26572, 688.1916, 456.25885, 693.1532, 461.0478, 695.0466, 465.0131, 695.07886, 470.54462, 693.32947, 477.6115, 684.9203, 478.21838, 676.4711, 477.74545, 675.76324, 470.96432, 675.8556, 464.86304, 678.6659, 460.0311, 685.5919, 459.14774, 682.47186, 463.10773, 682.6719, 470.22772, 685.2319, 473.10776, 688.4319, 469.82776, 688.39185, 463.46768)
polygons = [PackedInt32Array(11, 0, 1), PackedInt32Array(13, 16, 15), PackedInt32Array(12, 11, 16), PackedInt32Array(2, 16, 1), PackedInt32Array(16, 11, 1), PackedInt32Array(15, 3, 4), PackedInt32Array(15, 16, 3), PackedInt32Array(16, 2, 3), PackedInt32Array(6, 14, 5), PackedInt32Array(14, 15, 5), PackedInt32Array(5, 15, 4), PackedInt32Array(14, 13, 15), PackedInt32Array(6, 7, 14), PackedInt32Array(7, 13, 14), PackedInt32Array(7, 8, 13), PackedInt32Array(8, 9, 13), PackedInt32Array(9, 10, 12), PackedInt32Array(12, 0, 11), PackedInt32Array(12, 10, 0), PackedInt32Array(9, 12, 13), PackedInt32Array(13, 12, 16)]
bones = ["root/C_root/C_pussyDown", PackedFloat32Array(0.45293, 0.45293, 0.22647, 0, 0, 0, 0, 0, 0, 0, 0.22647, 0, 0, 0, 0, 0, 0), "root/C_root/C_pussyDown/C_pussyB_Down", PackedFloat32Array(0.41053, 0.09469, 0.02398, 0, 0, 0, 0, 0, 0.07444, 0.39029, 0.461, 0.36659, 0.34629, 0.20786, 0.02113, 0.04143, 0.17986), "root/C_root/C_pussyDown/C_pussyB", PackedFloat32Array(0.01749, 0, 0, 0, 0, 0, 0.00185, 0.20344, 0.46233, 0.47797, 0.27638, 0.0832, 0.18302, 0.20181, 0.15489, 0.05507, 0.03629), "root/C_root/C_pussyDown/C_pussyA_Down", PackedFloat32Array(0.11904, 0.36052, 0.39553, 0.31264, 0.07116, 0, 0, 0, 0, 0, 0.03615, 0.4273, 0.24597, 0.05837, 0.01986, 0.20119, 0.38879), "root/C_root/C_pussyDown/C_pussyA", PackedFloat32Array(0, 0.09186, 0.35403, 0.58365, 0.49878, 0.23661, 0.00699, 0, 0, 0, 0, 0.1125, 0.04863, 0.06759, 0.19999, 0.26385, 0.24489), "root/C_root/C_pussyDown/C_pussyA_Up", PackedFloat32Array(0, 0, 0, 0.10372, 0.4222, 0.4222, 0.31848, 0, 0, 0, 0, 0.00584, 0.03644, 0.13397, 0.24788, 0.21728, 0.11975), "root/C_root/C_pussyUp", PackedFloat32Array(0, 0, 0, 0, 0.00785, 0.32196, 0.32851, 0.32066, 0.00655, 0, 0, 0, 0.01921, 0.12023, 0.12901, 0.1098, 0.00878), "root/C_root/C_pussyDown/C_pussyB_Up", PackedFloat32Array(0, 0, 0, 0, 0, 0.01923, 0.34416, 0.4759, 0.45667, 0.13174, 0, 0.00457, 0.12044, 0.21018, 0.22724, 0.11137, 0.02163)]
[node name="C_bodyA_L" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1851259641]
z_index = 18
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(35.584198, 224.5693, 39.909557, 222.69995, 44.935608, 219.50706, 49.780937, 214.90605, 53.80121, 210.1043, 53.68005, 206.32188, 47.49138, 209.84909, 41.925568, 212.8313, 35.76066, 215.42905, 32.107807, 218.41904, -31.787233, 219.8139, -34.52619, 215.50984, -39.775192, 213.64171, -46.0215, 210.37282, -52.58136, 206.4257, -52.63959, 211.23772, -48.481213, 215.8699, -44.118744, 220.04082, -39.02413, 222.59958, -34.449524, 223.97832, -32.189583, 222.5976, 32.391808, 222.76823)
uv = PackedVector2Array(616.55475, 56.43076, 620.8801, 58.300106, 625.9061, 61.49297, 630.75146, 66.09392, 634.77185, 70.895805, 634.65063, 74.67819, 628.46204, 71.150894, 622.89624, 68.16871, 616.7314, 65.57095, 613.0786, 62.58096, 549.1835, 61.18604, 546.44446, 65.49027, 541.19543, 67.35838, 534.9491, 70.62715, 528.3892, 74.57434, 528.33105, 69.76233, 532.4894, 65.13021, 536.85175, 60.95927, 541.9464, 58.400402, 546.5211, 57.0217, 548.7809, 58.402462, 613.3624, 58.231785)
polygons = [PackedInt32Array(5, 6, 4), PackedInt32Array(6, 3, 4), PackedInt32Array(6, 7, 3), PackedInt32Array(7, 2, 3), PackedInt32Array(7, 8, 2), PackedInt32Array(1, 8, 9), PackedInt32Array(9, 21, 0), PackedInt32Array(8, 1, 2), PackedInt32Array(1, 9, 0), PackedInt32Array(9, 10, 21), PackedInt32Array(14, 15, 13), PackedInt32Array(15, 16, 13), PackedInt32Array(13, 16, 12), PackedInt32Array(16, 17, 12), PackedInt32Array(12, 18, 11), PackedInt32Array(12, 17, 18), PackedInt32Array(10, 19, 20), PackedInt32Array(19, 10, 18), PackedInt32Array(10, 11, 18), PackedInt32Array(10, 20, 21)]
bones = ["root/C_root/C_hipA", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1), "root/C_root/C_hipB", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0)]
[node name="C_semenB2_semen$0" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1927739123]
z_index = 19
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(11.458059, 176.88287, 22.124695, 172.63062, 46.73672, 158.72618, 49.18125, 151.94646, 28.66866, 153.86858, 49.934418, 129.02734, 57.660316, 123.3402, 57.615234, 118.98761, 47.44577, 119.78584, 61.964417, 102.808464, 69.87846, 93.935425, 71.62123, 91.32999, 71.665405, 86.37792, 64.73161, 86.384384, 61.486416, 89.632065, 56.564587, 98.87767, 50.100784, 107.472404, 45.668198, 108.41853, 39.671852, 114.44665, 39.086388, 123.62823, 37.32978, 129.1752, 27.008768, 135.84879, 20.376457, 152.28279, 17.80928, 157.86632, 11.659469, 161.7362, 8.352491, 169.88062, 8.360098, 175.50229)
uv = PackedVector2Array(479.45895, 87.113556, 490.12552, 91.36587, 514.73755, 105.27018, 517.1823, 112.04995, 496.6696, 110.12785, 517.9353, 134.96906, 525.66125, 140.65611, 525.6162, 145.00883, 515.44666, 144.21054, 529.96533, 161.18793, 537.87946, 170.06093, 539.62213, 172.66641, 539.66626, 177.6185, 532.7326, 177.61206, 529.48724, 174.3644, 524.5655, 165.1188, 518.1018, 156.52397, 513.66907, 155.57796, 507.67264, 149.5498, 507.0873, 140.36815, 505.33075, 134.82126, 495.00958, 128.14766, 488.37744, 111.71366, 485.81024, 106.13012, 479.66043, 102.26044, 476.35336, 94.11588, 476.36096, 88.49414)
polygons = [PackedInt32Array(1, 25, 0), PackedInt32Array(25, 26, 0), PackedInt32Array(1, 24, 25), PackedInt32Array(23, 24, 1), PackedInt32Array(4, 23, 1), PackedInt32Array(2, 4, 1), PackedInt32Array(22, 23, 4), PackedInt32Array(4, 2, 3), PackedInt32Array(21, 22, 4), PackedInt32Array(4, 20, 21), PackedInt32Array(4, 5, 20), PackedInt32Array(19, 20, 5), PackedInt32Array(8, 19, 5), PackedInt32Array(8, 5, 6), PackedInt32Array(7, 8, 6), PackedInt32Array(18, 19, 8), PackedInt32Array(17, 18, 8), PackedInt32Array(9, 16, 8), PackedInt32Array(17, 8, 16), PackedInt32Array(15, 16, 9), PackedInt32Array(14, 15, 9), PackedInt32Array(14, 9, 10), PackedInt32Array(13, 14, 10), PackedInt32Array(13, 10, 11), PackedInt32Array(13, 11, 12)]
bones = ["root/C_root/C_hipA/C_legA_#00", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0.88889, 0.77778, 0.66667, 0.77778, 0.88889, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), "root/C_root/C_hipA/C_legA_#00/C_legA_#01", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.11111, 0.22222, 0.33333, 0.22222, 0.11111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)]
[node name="C_semenB1_semen$0" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1045243689]
z_index = 20
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(-13.1833515, 176.62524, -8.388868, 176.69757, -8.379435, 168.65392, -9.903242, 165.91594, -16.363186, 160.70251, -22.9038, 142.36726, -26.81652, 135.24754, -34.543007, 130.49294, -40.329727, 117.04925, -50.321762, 112.368454, -55.130505, 105.0491, -62.18956, 87.374565, -69.908936, 87.33272, -69.61678, 92.488945, -60.36036, 105.21321, -56.038727, 113.38452, -66.57305, 113.354065, -66.751945, 115.757126, -42.613106, 129.31464, -33.450577, 146.60448, -48.866226, 140.23477, -48.70395, 149.75934, -26.76717, 170.34421)
uv = PackedVector2Array(695.8144, 481.38733, 700.60876, 481.31488, 700.61816, 489.3587, 699.09436, 492.09653, 692.63446, 497.30997, 686.0938, 515.6452, 682.1812, 522.765, 674.45465, 527.5197, 668.6679, 540.9633, 658.6759, 545.64404, 653.8671, 552.9635, 646.8081, 570.63794, 639.0887, 570.68, 639.381, 565.5236, 648.6372, 552.7993, 652.95886, 544.6282, 642.4246, 544.65845, 642.24567, 542.2555, 666.3845, 528.6979, 675.54706, 511.40808, 660.1315, 517.77783, 660.29364, 508.2533, 682.23047, 487.66824)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(3, 0, 2), PackedInt32Array(4, 22, 0), PackedInt32Array(3, 4, 0), PackedInt32Array(19, 21, 22), PackedInt32Array(19, 22, 4), PackedInt32Array(5, 19, 4), PackedInt32Array(20, 21, 19), PackedInt32Array(6, 19, 5), PackedInt32Array(7, 19, 6), PackedInt32Array(7, 18, 19), PackedInt32Array(8, 18, 7), PackedInt32Array(15, 17, 18), PackedInt32Array(18, 9, 15), PackedInt32Array(16, 17, 15), PackedInt32Array(8, 9, 18), PackedInt32Array(10, 15, 9), PackedInt32Array(14, 15, 10), PackedInt32Array(11, 13, 14), PackedInt32Array(11, 14, 10), PackedInt32Array(12, 13, 11)]
bones = ["root/C_root/C_hipB/C_legB_#00", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0.88889, 0.77778, 0.66667, 0.77778, 0.88889, 1, 1, 1, 1, 1, 1, 1, 1), "root/C_root/C_hipB/C_legB_#00/C_legB_#01", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.11111, 0.22222, 0.33333, 0.22222, 0.11111, 0, 0, 0, 0, 0, 0, 0, 0)]
[node name="C_pussyA_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=834256997]
z_index = 21
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(-1.229935, 201.08426, 2.2878003, 201.0516, 6.9460196, 195.93645, 10.985004, 189.23401, 13.904533, 181.48946, 13.836544, 174.32571, 8.993332, 171.12856, 0.32122895, 171.132, -8.758659, 171.0958, -13.012309, 174.25867, -13.144955, 181.94487, -10.594455, 189.21057, -6.4801183, 195.38434, 0.5119252, 195.49222, 0.39192897, 177.49217)
uv = PackedVector2Array(654.7701, 272.91568, 658.2879, 272.94632, 662.9461, 278.06155, 666.985, 284.76605, 669.90454, 292.51065, 669.83655, 299.67435, 664.9933, 302.87317, 656.3212, 302.868, 647.24133, 302.9042, 642.98755, 299.73956, 642.85504, 292.05515, 645.40546, 284.7875, 649.51984, 278.6137, 656.51196, 278.50778, 656.3919, 296.50778)
polygons = [PackedInt32Array(4, 6, 14), PackedInt32Array(4, 5, 6), PackedInt32Array(4, 14, 3), PackedInt32Array(13, 2, 3), PackedInt32Array(14, 13, 3), PackedInt32Array(9, 10, 14), PackedInt32Array(14, 8, 9), PackedInt32Array(10, 11, 14), PackedInt32Array(13, 11, 12), PackedInt32Array(13, 0, 1), PackedInt32Array(13, 1, 2), PackedInt32Array(12, 0, 13), PackedInt32Array(14, 11, 13), PackedInt32Array(6, 7, 14), PackedInt32Array(7, 8, 14)]
bones = ["root/C_root/C_pussyDown", PackedFloat32Array(0.67827, 0.6985, 0.37625, 0.06411, 0, 0, 0, 0, 0, 0, 0, 0.04387, 0.36612, 0.25852, 0.25852), "root/C_root/C_pussyDown/C_pussyB_Down", PackedFloat32Array(0.29847, 0.01106, 0, 0, 0, 0, 0, 0, 0, 0.00014, 0.10396, 0.39137, 0.40229, 0.10546, 0.10546), "root/C_root/C_pussyDown/C_pussyB", PackedFloat32Array(0.00205, 0, 0, 0, 0, 0, 0, 0.01008, 0.06034, 0.26188, 0.48093, 0.43272, 0.23118, 0.00202, 0.00202), "root/C_root/C_pussyDown/C_pussyA_Down", PackedFloat32Array(0.02121, 0.28476, 0.39407, 0.37292, 0.10937, 3e-05, 0, 0, 0, 0, 0, 0, 2e-05, 0.13654, 0.13654), "root/C_root/C_pussyDown/C_pussyA", PackedFloat32Array(0, 0.00567, 0.22753, 0.40825, 0.46401, 0.25697, 0.07626, 0.01482, 0, 0, 0, 0, 0, 0.00237, 0.00237), "root/C_root/C_pussyDown/C_pussyA_Up", PackedFloat32Array(0, 0, 0.00214, 0.15464, 0.40233, 0.6301, 0.49798, 0.25029, 0.02038, 0, 0, 0, 0, 0.09774, 0.09774), "root/C_root/C_pussyUp", PackedFloat32Array(0, 0, 0, 8e-05, 0.02429, 0.1129, 0.40246, 0.45849, 0.39621, 0.10658, 0.02634, 1e-05, 0, 0.31361, 0.31361), "root/C_root/C_pussyDown/C_pussyB_Up", PackedFloat32Array(0, 0, 0, 0, 0, 0, 0.02331, 0.26632, 0.52307, 0.63139, 0.38877, 0.13202, 0.00038, 0.08374, 0.08374)]
[node name="C_semenA_semen$0" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=2043427101]
z_index = 22
texture = ExtResource("1_fgb1j")
skeleton = NodePath("..")
polygon = PackedVector2Array(-1.816901, 180.64821, 1.8614897, 180.76877, 5.4778714, 176.92426, 8.243793, 176.32562, 10.029713, 178.947, 13.392383, 179.213, 14.880553, 177.15877, 15.129454, 171.28976, 8.468957, 167.05396, -1.8259627, 167.05118, -10.018129, 167.23096, -12.74007, 171.03648, -14.664289, 174.9208, -14.552071, 179.16457, -10.859201, 179.15677, -7.6637106, 176.64552, -4.6869307, 176.59215)
uv = PackedVector2Array(39.183125, 4.3517876, 42.861397, 4.2311954, 46.47775, 8.075638, 49.24373, 8.674307, 51.02969, 6.052952, 54.392323, 5.7869625, 55.880497, 7.8411484, 56.129494, 13.710251, 49.468903, 17.945995, 39.173943, 17.947197, 30.98183, 17.769012, 28.259926, 13.963622, 26.335688, 10.079184, 26.44791, 5.835371, 30.140778, 5.8432674, 33.33621, 8.35433, 36.313076, 8.407888)
polygons = [PackedInt32Array(8, 9, 2), PackedInt32Array(8, 2, 3), PackedInt32Array(3, 7, 8), PackedInt32Array(4, 5, 6), PackedInt32Array(6, 3, 4), PackedInt32Array(7, 3, 6), PackedInt32Array(10, 16, 9), PackedInt32Array(14, 12, 13), PackedInt32Array(15, 12, 14), PackedInt32Array(15, 11, 12), PackedInt32Array(10, 11, 15), PackedInt32Array(10, 15, 16), PackedInt32Array(2, 9, 16), PackedInt32Array(16, 0, 1), PackedInt32Array(1, 2, 16)]
bones = ["root/C_root/C_pussyUp", PackedFloat32Array(0.88889, 0.88889, 0.66667, 0.33333, 0.11111, 0, 0, 0.11111, 0.22222, 0.33333, 0.22222, 0.11111, 0, 0, 0.11111, 0.33333, 0.66667), "root/C_root/C_pussyDown/C_pussyB_Up", PackedFloat32Array(0.11111, 0, 0, 0, 0, 0, 0, 0, 0.11111, 0.33333, 0.66667, 0.88889, 1, 1, 0.88889, 0.66667, 0.33333), "root/C_root/C_pussyDown/C_pussyA_Up", PackedFloat32Array(0, 0.11111, 0.33333, 0.66667, 0.88889, 1, 1, 0.88889, 0.66667, 0.33333, 0.11111, 0, 0, 0, 0, 0, 0)]
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=613866381]
root_node = NodePath("../SpineRoot/Skeleton2D")
libraries/ = SubResource("AnimationLibrary_2ryo1")
@@ -0,0 +1,201 @@
[gd_scene format=3]
[ext_resource type="Texture2D" path="res://characters/human/spine/woman_portrait_combat0.png" id="1_wk5es"]
[sub_resource type="Animation" id="Animation_hwcdj"]
length = 0.001
loop_mode = 1
[sub_resource type="AnimationLibrary" id="AnimationLibrary_eb6yi"]
_data = {
&"animation": SubResource("Animation_hwcdj")
}
[node name="Native" type="Node2D" unique_id=1018203995]
[node name="SpineRoot" type="Node2D" parent="." unique_id=1382330074]
position = Vector2(651.52, 352.32)
scale = Vector2(3.84, -3.84)
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=1286013762]
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=637290563]
rest = Transform2D(1, 0, 0, 1, 0, 0)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_hairG_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=336485576]
modulate = Color(0.9647059, 0.91764706, 1, 1)
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(-18.999996, -77, -46.999996, -77, -47, -35, -18.999998, -35)
uv = PackedVector2Array(345, 136, 317, 136, 317, 94, 345, 94)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairF_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1233852454]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 1
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(-25.999998, -24, -59, -24, -59.000004, 64, -26.000002, 64)
uv = PackedVector2Array(241, 180, 208.00002, 180, 208.00002, 92, 241, 92)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairE_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=201681360]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 2
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(39, -15, -45, -15, -45.000004, 73, 38.999996, 73)
uv = PackedVector2Array(290, 406, 206, 406, 206, 318, 290, 318)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_armB1" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=109300670]
z_index = 3
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(47.000004, -77, 3.3657768e-06, -77, 6.993822e-07, -16, 47, -16)
uv = PackedVector2Array(215, 83, 168, 83, 168, 22, 215, 22)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_bodyA" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1311840842]
z_index = 4
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(33.000004, -77, -34.999996, -77, -35, 4, 33, 4)
uv = PackedVector2Array(70, 141, 2, 141, 2, 60.000004, 70, 60.000004)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairD_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=476151200]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 5
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(48.000004, -50, 21.000002, -50, 20.999998, 55, 47.999996, 55)
uv = PackedVector2Array(99, 141, 72.00001, 141, 72.00001, 36.000004, 99, 36.000004)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_cloth_bodyA3" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=175449421]
z_index = 6
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(53.000004, -77, -25.999996, -77, -25.999998, -38, 53, -38)
uv = PackedVector2Array(355, 223, 276, 223, 276, 184, 355, 184)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_cloth_bodyA1" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1710215888]
z_index = 7
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(27.000002, -58, -35.999996, -58, -36, -11, 27, -11)
uv = PackedVector2Array(65, 58.000004, 2, 58.000004, 2, 11, 65, 11)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_armA2" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=308074720]
z_index = 8
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(-11.999996, -77, -58.999996, -77, -59, -13, -11.999999, -13)
uv = PackedVector2Array(404, 224.00002, 357, 224.00002, 357, 160, 404, 160)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_headA_ear$0_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1509436694]
modulate = Color(1, 0.9411765, 0.9019608, 1)
z_index = 9
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(39, -19, -34, -19, -34.000004, 48, 38.999996, 48)
uv = PackedVector2Array(290, 316, 217, 316, 217, 249, 290, 249)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_eyeB2" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=875153737]
z_index = 10
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(33, 5, -8, 5, -8.000001, 19, 33, 19)
uv = PackedVector2Array(388, 139, 347, 139, 347, 125, 388, 125)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_eyeB1_#01" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=51673085]
modulate = Color(0.36862746, 0.1764706, 0.50980395, 1)
z_index = 11
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(34, 4, -10, 4, -10.000001, 21, 34, 21)
uv = PackedVector2Array(110.99999, 34, 67, 34, 67, 17, 110.99999, 17)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_faceB1" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=568947379]
z_index = 12
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(37, -9, -2.9999995, -9, -3.0000012, 29, 37, 29)
uv = PackedVector2Array(340, 92, 300, 92, 300, 54.000004, 340, 54.000004)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairC_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=2135239753]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 13
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(41, 13, -19, 13, -19.000002, 61, 40.999996, 61)
uv = PackedVector2Array(352, 272.99997, 292, 272.99997, 292, 225, 352, 225)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairB_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=490474412]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 14
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(42, 9, 12, 9, 11.999997, 62, 41.999996, 62)
uv = PackedVector2Array(166, 84, 136, 84, 136, 31.000002, 166, 31.000002)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairA_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1801800616]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 15
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(8.000002, -52, -27.999998, -52, -28.000002, 58, 7.9999976, 58)
uv = PackedVector2Array(132, 253.99998, 96, 253.99998, 96, 144.00002, 132, 144.00002)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_eyeA1_#01" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=745255164]
modulate = Color(0.36862746, 0.1764706, 0.50980395, 1)
z_index = 16
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(34, 4, -10, 4, -10.000001, 21, 34, 21)
uv = PackedVector2Array(346, 52.000004, 302, 52.000004, 302, 35, 346, 35)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_faceA1" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=792850263]
z_index = 17
texture = ExtResource("1_wk5es")
skeleton = NodePath("..")
polygon = PackedVector2Array(37, -9, -2.9999995, -9, -3.0000012, 29, 37, 29)
uv = PackedVector2Array(300, 48, 260, 48, 260, 10, 300, 10)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1627405370]
root_node = NodePath("../SpineRoot/Skeleton2D")
libraries/ = SubResource("AnimationLibrary_eb6yi")
@@ -0,0 +1,203 @@
[gd_scene format=3]
[ext_resource type="Texture2D" path="res://characters/human/spine/woman_portrait_combat1.png" id="1_gua2u"]
[sub_resource type="Animation" id="Animation_1jr3k"]
length = 0.001
loop_mode = 1
[sub_resource type="AnimationLibrary" id="AnimationLibrary_r1hsg"]
_data = {
&"animation": SubResource("Animation_1jr3k")
}
[node name="Native" type="Node2D" unique_id=1762586641]
[node name="SpineRoot" type="Node2D" parent="." unique_id=915920066]
position = Vector2(651.52, 352.32)
scale = Vector2(3.84, -3.84)
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=1279283422]
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=1866783323]
rest = Transform2D(1, 0, 0, 1, 0, 0)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_hairG_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=721357548]
modulate = Color(0.9647059, 0.91764706, 1, 1)
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(-18.999996, -77, -46.999996, -77, -47, -35, -18.999998, -35)
uv = PackedVector2Array(164, 84, 136, 84, 136, 42, 164, 42)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairF_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=179362203]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 1
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(-25.999998, -24, -59, -24, -59.000004, 64, -26.000002, 64)
uv = PackedVector2Array(241, 180, 208.00002, 180, 208.00002, 92, 241, 92)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairE_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1204835625]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 2
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(39, -15, -45, -15, -45.000004, 73, 38.999996, 73)
uv = PackedVector2Array(290, 406, 206, 406, 206, 318, 290, 318)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_armB1_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=541058406]
modulate = Color(1, 0.9411765, 0.9019608, 1)
z_index = 3
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(36.000004, -77, 3.3657768e-06, -77, 9.1793913e-07, -21, 36, -21)
uv = PackedVector2Array(38.000004, 58.000004, 2, 58.000004, 2, 2, 38.000004, 2)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_bodyA" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=199607306]
z_index = 4
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(33.000004, -77, -34.999996, -77, -35, 4, 33, 4)
uv = PackedVector2Array(70, 141, 2, 141, 2, 60.000004, 70, 60.000004)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairD_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=529395102]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 5
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(48.000004, -50, 21.000002, -50, 20.999998, 55, 47.999996, 55)
uv = PackedVector2Array(99, 141, 72.00001, 141, 72.00001, 36.000004, 99, 36.000004)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_cloth_bodyA3" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=694366353]
z_index = 6
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(53.000004, -77, -25.999996, -77, -25.999998, -38, 53, -38)
uv = PackedVector2Array(355, 223, 276, 223, 276, 184, 355, 184)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_armA2_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=2023014927]
modulate = Color(1, 0.9411765, 0.9019608, 1)
z_index = 7
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(-18.999996, -77, -58.999996, -77, -59, -19, -19, -19)
uv = PackedVector2Array(397, 224.00002, 357, 224.00002, 357, 166, 397, 166)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_cloth_bodyA1" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1537357577]
z_index = 8
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(19.000002, -41, -34, -41, -34, -11, 19, -11)
uv = PackedVector2Array(125, 34, 72.00001, 34, 72.00001, 4, 125, 4)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_headA_ear$0_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1382954596]
modulate = Color(1, 0.9411765, 0.9019608, 1)
z_index = 9
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(39, -19, -34, -19, -34.000004, 48, 38.999996, 48)
uv = PackedVector2Array(290, 316, 217, 316, 217, 249, 290, 249)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_eyeB2" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=785971505]
z_index = 10
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(33, 5, -8, 5, -8.000001, 19, 33, 19)
uv = PackedVector2Array(310, 60.000004, 269, 60.000004, 269, 46, 310, 46)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_eyeB1_#01" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1017037984]
modulate = Color(0.36862746, 0.1764706, 0.50980395, 1)
z_index = 11
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(34, 4, -10, 4, -10.000001, 21, 34, 21)
uv = PackedVector2Array(358, 163, 314, 163, 314, 146, 358, 146)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_faceB1" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=2101428301]
z_index = 12
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(37, -9, -2.9999995, -9, -3.0000012, 29, 37, 29)
uv = PackedVector2Array(335, 44, 295, 44, 295, 6, 335, 6)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairC_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1339437761]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 13
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(41, 13, -19, 13, -19.000002, 61, 40.999996, 61)
uv = PackedVector2Array(352, 272.99997, 292, 272.99997, 292, 225, 352, 225)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairB_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=63424076]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 14
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(42, 9, 12, 9, 11.999997, 62, 41.999996, 62)
uv = PackedVector2Array(70, 58.000004, 40, 58.000004, 40, 5, 70, 5)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairA_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=500025912]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 15
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(8.000002, -52, -27.999998, -52, -28.000002, 58, 7.9999976, 58)
uv = PackedVector2Array(132, 253.99998, 96, 253.99998, 96, 144.00002, 132, 144.00002)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_eyeA1_#01" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=765695628]
modulate = Color(0.36862746, 0.1764706, 0.50980395, 1)
z_index = 16
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(34, 4, -10, 4, -10.000001, 21, 34, 21)
uv = PackedVector2Array(320, 182, 276, 182, 276, 165, 320, 165)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_faceA1" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1909915305]
z_index = 17
texture = ExtResource("1_gua2u")
skeleton = NodePath("..")
polygon = PackedVector2Array(37, -9, -2.9999995, -9, -3.0000012, 29, 37, 29)
uv = PackedVector2Array(314, 119, 274, 119, 274, 80.99999, 314, 80.99999)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=33707064]
root_node = NodePath("../SpineRoot/Skeleton2D")
libraries/ = SubResource("AnimationLibrary_r1hsg")
@@ -0,0 +1,271 @@
[gd_scene format=3]
[ext_resource type="Texture2D" path="res://characters/human/spine/woman_portrait_stand.png" id="1_ybptp"]
[sub_resource type="Animation" id="Animation_howry"]
length = 0.001
loop_mode = 1
[sub_resource type="AnimationLibrary" id="AnimationLibrary_6qtcl"]
_data = {
&"animation": SubResource("Animation_howry")
}
[node name="Native" type="Node2D" unique_id=474857922]
[node name="SpineRoot" type="Node2D" parent="." unique_id=2058526479]
position = Vector2(645.76, 352.32)
scale = Vector2(3.84, -3.84)
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=2100613830]
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=1633132040]
rest = Transform2D(1, 0, 0, 1, 0, 0)
auto_calculate_length_and_angle = false
length = 0.0
bone_angle = 0.0
[node name="C_hairG_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1480566320]
modulate = Color(0.9647059, 0.91764706, 1, 1)
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(-18.999996, -77, -46.999996, -77, -47, -35, -18.999998, -35)
uv = PackedVector2Array(382, 235.00002, 354, 235.00002, 354, 193.00002, 382, 193.00002)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairF_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1821336845]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 1
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(-25.999998, -24, -59, -24, -59.000004, 64, -26.000002, 64)
uv = PackedVector2Array(271, 156, 238.00002, 156, 238.00002, 68, 271, 68)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairE_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=196490574]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 2
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(39, -15, -45, -15, -45.000004, 73, 38.999996, 73)
uv = PackedVector2Array(290, 382, 205.99998, 382, 205.99998, 294, 290, 294)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_armB1_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=726801867]
modulate = Color(1, 0.9411765, 0.9019608, 1)
z_index = 3
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(36.000004, -77, 3.3657768e-06, -77, 9.1793913e-07, -21, 36, -21)
uv = PackedVector2Array(340, 156, 304, 156, 304, 100, 340, 100)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_body_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=711434484]
modulate = Color(1, 0.9411765, 0.9019608, 1)
z_index = 4
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(33.000004, -77, -34.999996, -77, -35, 4, 33, 4)
uv = PackedVector2Array(360, 382, 292, 382, 292, 301, 360, 301)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairD_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1985467496]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 5
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(48.000004, -50, 21.000002, -50, 20.999998, 55, 47.999996, 55)
uv = PackedVector2Array(235.99998, 156, 208.99998, 156, 208.99998, 51, 235.99998, 51)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_titsB_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=132116076]
modulate = Color(1, 0.9411765, 0.9019608, 1)
z_index = 6
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(53.000004, -77, 17.000004, -77, 17.000002, -40, 53, -40)
uv = PackedVector2Array(173, 56, 137, 56, 137, 19, 173, 19)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_nippleB_nipple$0_#08" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1361109985]
modulate = Color(1, 0.6784314, 0.6117647, 1)
z_index = 7
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(56.000004, -77, 35.000004, -77, 35.000004, -54, 56.000004, -54)
uv = PackedVector2Array(363, 131, 342, 131, 342, 108, 363, 108)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_titsB_L" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1680920778]
z_index = 8
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(52.000004, -65, 25.000002, -65, 25.000002, -44, 52.000004, -44)
uv = PackedVector2Array(129, 266, 102, 266, 102, 244.99998, 129, 244.99998)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_milkB_milk$0" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=356203005]
z_index = 9
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(56.000004, -77, 51.000004, -77, 51.000004, -68, 56.000004, -68)
uv = PackedVector2Array(367, 329, 362, 329, 362, 320, 367, 320)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_armA2_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=499239618]
modulate = Color(1, 0.9411765, 0.9019608, 1)
z_index = 10
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(-18.999996, -77, -54.999996, -77, -55, -19, -19, -19)
uv = PackedVector2Array(352, 235.00002, 316, 235.00002, 316, 177, 352, 177)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_armA2_L" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=541948068]
z_index = 11
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(-25.999996, -77, -43.999996, -77, -44, -26, -25.999998, -26)
uv = PackedVector2Array(380, 382, 362, 382, 362, 331, 380, 331)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_titsA_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1345705749]
modulate = Color(1, 0.9411765, 0.9019608, 1)
z_index = 12
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(20.000004, -77, -24.999996, -77, -24.999998, -42, 20.000002, -42)
uv = PackedVector2Array(360, 57, 315, 57, 315, 22, 360, 22)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_nippleA_nipple$0_#08" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1539995389]
modulate = Color(1, 0.6784314, 0.6117647, 1)
z_index = 13
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(13.000004, -77, -17.999996, -77, -17.999998, -54, 13.000002, -54)
uv = PackedVector2Array(373, 156, 342, 156, 342, 133, 373, 133)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_titsA_L" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=41422811]
z_index = 14
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(-0.9999972, -64, -7.999997, -64, -7.999998, -44, -0.9999981, -44)
uv = PackedVector2Array(213, 292, 205.99998, 292, 205.99998, 272, 213, 272)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_milkA_milk$0" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1914811250]
z_index = 15
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(-1.9999967, -77, -5.9999967, -77, -5.999997, -67, -1.999997, -67)
uv = PackedVector2Array(296, 235.00002, 292, 235.00002, 292, 225, 296, 225)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_headA_ear$0_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=2122978396]
modulate = Color(1, 0.9411765, 0.9019608, 1)
z_index = 16
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(39, -19, -34, -19, -34.000004, 48, 38.999996, 48)
uv = PackedVector2Array(290, 292, 217.00002, 292, 217.00002, 225, 290, 225)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_eyeB2" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1994546350]
z_index = 17
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(33, 5, -8, 5, -8.000001, 19, 33, 19)
uv = PackedVector2Array(143, 16, 102, 16, 102, 2, 143, 2)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_eyeB1_#01" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=953212515]
modulate = Color(0.36862746, 0.1764706, 0.50980395, 1)
z_index = 18
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(34, 4, -10, 4, -10.000001, 21, 34, 21)
uv = PackedVector2Array(359, 20, 315, 20, 315, 3, 359, 3)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_faceB1" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=967080581]
z_index = 19
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(36, -8, -7.9999995, -8, -8.000001, 31, 36, 31)
uv = PackedVector2Array(348, 98, 304, 98, 304, 59, 348, 59)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairC_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1694752896]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 20
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(41, 13, -19, 13, -19.000002, 61, 40.999996, 61)
uv = PackedVector2Array(313, 57, 253.00002, 57, 253.00002, 9, 313, 9)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairB_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=213056576]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 21
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(42, 9, 12, 9, 11.999997, 62, 41.999996, 62)
uv = PackedVector2Array(205.00002, 59, 175, 59, 175, 6, 205.00002, 6)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_hairA_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=564047413]
modulate = Color(0.9647059, 0.91764706, 1, 1)
z_index = 22
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(8.000002, -52, -27.999998, -52, -28.000002, 58, 7.9999976, 58)
uv = PackedVector2Array(132, 229.99998, 96, 229.99998, 96, 120, 132, 120)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_eyeA1_#01" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1552697489]
modulate = Color(0.36862746, 0.1764706, 0.50980395, 1)
z_index = 23
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(34, 4, -10, 4, -10.000001, 21, 34, 21)
uv = PackedVector2Array(360, 175, 316, 175, 316, 158, 360, 158)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="C_faceA1" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=847009700]
z_index = 24
texture = ExtResource("1_ybptp")
skeleton = NodePath("..")
polygon = PackedVector2Array(36, -8, -7.9999995, -8, -8.000001, 31, 36, 31)
uv = PackedVector2Array(250.99998, 49, 207, 49, 207, 10, 250.99998, 10)
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=597490749]
root_node = NodePath("../SpineRoot/Skeleton2D")
libraries/ = SubResource("AnimationLibrary_6qtcl")
File diff suppressed because one or more lines are too long