ProjectRR — нативный прототип на ассетах ProjectR
- Все 189 скелетов Spine сконвертированы в нативные Godot Skeleton2D (.tscn), без Spine в рантайме - Меню + сцены: подземелье (карта комнат), просмотр спрайтов, нативные анимации - Кастомизация цвета (кожа/волосы/глаза) через шейдер - Вытащенные текстуры/UI/шрифты + нарезка спрайтов из атласа - Датасет комнат для LoRA, офлайн-инструменты конвертации в tools/ Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
After Width: | Height: | Size: 4.0 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://brfcv6jx3cn6k"
|
||||
path="res://.godot/imported/skill_oni1.png-12668b076b6d03d420ee87bca357ee39.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/image/skill_oni1.png"
|
||||
dest_files=["res://.godot/imported/skill_oni1.png-12668b076b6d03d420ee87bca357ee39.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,57 @@
|
||||
{
|
||||
"Id": "Oni",
|
||||
"Name": "#Oni",
|
||||
"Figure": "Oni",
|
||||
"Gene": "Oni",
|
||||
|
||||
"Type": "Monmusu",
|
||||
"Gender": "Female",
|
||||
"Race": "Oni",
|
||||
"Priority": [0, 6, 6],
|
||||
"FilterPriority": [152],
|
||||
|
||||
"ConceptionRate": [45],
|
||||
"BabyGrowthTime": [60],
|
||||
"FetalGrowthTime": [240],
|
||||
|
||||
"Health": [50],
|
||||
"Damage": [22],
|
||||
"CriticalHtiChance": [27],
|
||||
"CriticalHtiMultiplier": [195],
|
||||
"KnockbackStability": [35],
|
||||
"KnockbackDistance": [100],
|
||||
"Defense": [9],
|
||||
|
||||
"WalkingSpeed": [300],
|
||||
"WalkingSpeedMultiplier": [1],
|
||||
"AttackSpeedMultiplier": [1],
|
||||
|
||||
"Size": [2, 0.5],
|
||||
"Deployment": [4, 1],
|
||||
|
||||
"Script": "CharacterScripts.Oni",
|
||||
|
||||
"ScriptCombat1": "CharacterBehaviourScripts.Hold",
|
||||
"ScriptCombat2": "CharacterBehaviourScripts.Forward",
|
||||
"ScriptCombat3": "CharacterBehaviourScripts.Forward",
|
||||
|
||||
"Skill": [
|
||||
{
|
||||
"Hide": true,
|
||||
"HitType": "Melee",
|
||||
"State": "Attack",
|
||||
"Range": [2],
|
||||
},
|
||||
{
|
||||
"Name": "#SkillNameOni",
|
||||
"Text": "#SkillTextOni",
|
||||
|
||||
"HitType": "Melee",
|
||||
"State": "Skill",
|
||||
"Range": [2],
|
||||
"Multiplier": [200],
|
||||
"Cooldown": [20],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
@@ -0,0 +1,395 @@
|
||||
[
|
||||
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Patrol"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_combat",
|
||||
"Animation": ["walk_0"],
|
||||
"Loop": true,
|
||||
"IsCombat": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Chase"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_combat",
|
||||
"Animation": ["walk_0"],
|
||||
"Loop": true,
|
||||
"IsCombat": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Attack"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_combat",
|
||||
"Animation": ["attack_0"],
|
||||
"Loop": true,
|
||||
"IsCombat": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Skill"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_combat",
|
||||
"Animation": ["attack_1"],
|
||||
"Loop": false,
|
||||
"IsCombat": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Wait"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_combat",
|
||||
"Animation": ["idle_0"],
|
||||
"Loop": true,
|
||||
"IsCombat": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Knockback"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_combat",
|
||||
"Animation": ["knockback_0"],
|
||||
"Loop": true,
|
||||
"IsCombat": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Stun"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_combat",
|
||||
"Animation": ["stun_0"],
|
||||
"Loop": true,
|
||||
"IsCombat": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Dead"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_dead",
|
||||
"Animation": ["animation"],
|
||||
"Loop": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Portrait"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_baby",
|
||||
"Animation": ["animation"],
|
||||
"Loop": false,
|
||||
},
|
||||
{
|
||||
"Path": "%spine\oni_portrait_stand",
|
||||
"Animation": ["animation"],
|
||||
"Loop": false,
|
||||
},
|
||||
],
|
||||
"Script": "ConditionScripts.Portrait",
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["PortraitCombat"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_baby",
|
||||
"Animation": ["animation"],
|
||||
"Loop": false,
|
||||
},
|
||||
{
|
||||
"Path": "%spine\oni_portrait_combat",
|
||||
"Animation": ["animation"],
|
||||
"Loop": false,
|
||||
},
|
||||
],
|
||||
"Script": "ConditionScripts.Portrait",
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Information"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_stand",
|
||||
"Animation": ["information_0"],
|
||||
"Loop": false,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Idle"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_stand",
|
||||
"Animation": ["idle_0"],
|
||||
"Loop": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Milk"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_milk",
|
||||
"Animation": ["idle_0", "idle_1"],
|
||||
"Loop": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Feed"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_milk",
|
||||
"Animation": ["milk_0", "milk_1", "milk_titsA_exist$1", "milk_titsB_exist$2"],
|
||||
"Loop": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Birth"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_birth",
|
||||
"Animation": ["birthA_0"],
|
||||
"Loop": false,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Womb"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "character\womb\spine\womb",
|
||||
"Animation": ["idle_0", "fetus_fetuscount$0", "pregnant_pregnantsize$0"],
|
||||
"Loop": true,
|
||||
"IsPart": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Baby"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_baby",
|
||||
"Animation": ["animation"],
|
||||
"Loop": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Fetus"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_fetus",
|
||||
"Animation": ["animation"],
|
||||
"Loop": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["FetusHead"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_fetus_head",
|
||||
"Animation": ["animation"],
|
||||
"Loop": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["FetusBody"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_fetus_body",
|
||||
"Animation": ["animation"],
|
||||
"Loop": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["SuckleRight"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_suckle_right",
|
||||
"Animation": ["animation"],
|
||||
"Loop": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["SuckleLeft"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_suckle_left",
|
||||
"Animation": ["animation"],
|
||||
"Loop": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["SuckleRightHead"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_suckle_right_head",
|
||||
"Animation": ["animation"],
|
||||
"Loop": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["SuckleRightBody"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_suckle_right_body",
|
||||
"Animation": ["animation"],
|
||||
"Loop": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["SuckleLeftHead"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_suckle_left_head",
|
||||
"Animation": ["animation"],
|
||||
"Loop": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["SuckleLeftBody"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_suckle_left_body",
|
||||
"Animation": ["animation"],
|
||||
"Loop": true,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["Map"],
|
||||
"Spine": [
|
||||
{
|
||||
"Path": "%spine\oni_stand",
|
||||
"Animation": ["portrait"],
|
||||
"Loop": false,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
"Figure": ["Oni"],
|
||||
"State": ["SkillIcon"],
|
||||
"Image": [
|
||||
{
|
||||
|
||||
},
|
||||
{
|
||||
"Path": "%image\skill_oni1.png",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
]
|
||||
@@ -0,0 +1,47 @@
|
||||
[gd_scene format=3]
|
||||
|
||||
[ext_resource type="Texture2D" path="res://characters/oni/spine/oni_baby.png" id="1_x4ugr"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_h6agd"]
|
||||
length = 0.001
|
||||
loop_mode = 1
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_h6n1w"]
|
||||
_data = {
|
||||
&"animation": SubResource("Animation_h6agd")
|
||||
}
|
||||
|
||||
[node name="Native" type="Node2D" unique_id=1900145674]
|
||||
|
||||
[node name="SpineRoot" type="Node2D" parent="." unique_id=390766817]
|
||||
position = Vector2(591.2824, 399.84967)
|
||||
scale = Vector2(10.886324, -10.886324)
|
||||
|
||||
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=1100370156]
|
||||
|
||||
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=661181890]
|
||||
rest = Transform2D(1, 0, 0, 1, 0, 0)
|
||||
auto_calculate_length_and_angle = false
|
||||
length = 0.0
|
||||
bone_angle = 0.0
|
||||
|
||||
[node name="BabyB_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=557874325]
|
||||
texture = ExtResource("1_x4ugr")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-6.288921, 17.83787, 17.75637, 1.55669, 5.958331, -18.64447, -19.83856, -9.02339, -27.85903, 16.15398)
|
||||
uv = PackedVector2Array(81.30358, 20.134666, 79.226326, 49.09912, 55.832558, 48.982285, 51.26621, 21.830978, 69.06022, 2.296463)
|
||||
polygons = [PackedInt32Array(3, 4, 0), PackedInt32Array(2, 3, 0), PackedInt32Array(1, 2, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="BabyA_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1746996439]
|
||||
z_index = 1
|
||||
texture = ExtResource("1_x4ugr")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(12.786739, 26.42896, 36.80927, 12.04053, 27.54828, -10.23413, -0.6212792, -19.10791, -8.101201, 13.24072)
|
||||
uv = PackedVector2Array(48.28176, 18.360397, 47.83231, 46.35872, 23.911428, 49.475815, 2.1416645, 29.517097, 26.416504, 6.8650894)
|
||||
polygons = [PackedInt32Array(4, 2, 3), PackedInt32Array(4, 0, 2), PackedInt32Array(1, 2, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1367054044]
|
||||
root_node = NodePath("../SpineRoot/Skeleton2D")
|
||||
libraries/ = SubResource("AnimationLibrary_h6n1w")
|
||||
@@ -0,0 +1,239 @@
|
||||
[gd_scene format=3]
|
||||
|
||||
[ext_resource type="Texture2D" path="res://characters/oni/spine/oni_dead.png" id="1_2qbyh"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_h0cxk"]
|
||||
length = 0.001
|
||||
loop_mode = 1
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_f0fsd"]
|
||||
_data = {
|
||||
&"animation": SubResource("Animation_h0cxk")
|
||||
}
|
||||
|
||||
[node name="Native" type="Node2D" unique_id=1679070760]
|
||||
|
||||
[node name="SpineRoot" type="Node2D" parent="." unique_id=354570607]
|
||||
position = Vector2(676.94147, 438.11395)
|
||||
scale = Vector2(1.4440584, -1.4440584)
|
||||
|
||||
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=1215280308]
|
||||
|
||||
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=886425578]
|
||||
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=704881777]
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(189.81769, 6.65143, 218.17578, -21.90259, 195.13208, -43.05298, -150.62158, -61.49152, -225.34586, -11.00317, -216.86511, 9.83337, 70.72729, 32.15753)
|
||||
uv = PackedVector2Array(417.81766, 386.34854, 446.1758, 414.90262, 423.13205, 436.05298, 77.37839, 454.49146, 2.6541507, 404.0032, 11.134857, 383.16666, 298.7273, 360.84244)
|
||||
polygons = [PackedInt32Array(2, 0, 1), PackedInt32Array(3, 5, 6), PackedInt32Array(4, 5, 3), PackedInt32Array(2, 3, 6), PackedInt32Array(2, 6, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_hairE_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=682437182]
|
||||
z_index = 1
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(21.493467, 26.35199, 69.28821, -20.95667, 8.684203, -64.65961, -85.40151, -87.47144, -261.67212, -50.21558, -204.98016, 68.94775, -203.29361, 63.75018)
|
||||
uv = PackedVector2Array(285.49344, 243.64801, 333.2882, 290.9566, 272.68417, 334.65964, 178.5985, 357.4714, 2.3278866, 320.21555, 59.01985, 201.0523, 60.706383, 206.24983)
|
||||
polygons = [PackedInt32Array(4, 5, 6), PackedInt32Array(0, 3, 6), PackedInt32Array(2, 0, 1), PackedInt32Array(3, 4, 6), PackedInt32Array(0, 2, 3)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_hairC_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1488792007]
|
||||
z_index = 2
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-118.79324, 64.84393, -102.26501, 41.54749, -107.4061, 40.4502, -222.8208, 48.62323, -203.90634, 59.4234, -137.53616, 84.66162)
|
||||
uv = PackedVector2Array(456.20673, 62.15609, 472.735, 85.45256, 467.59387, 86.54988, 352.17923, 78.376816, 371.09363, 67.57663, 437.46384, 42.338417)
|
||||
polygons = [PackedInt32Array(2, 0, 1), PackedInt32Array(4, 5, 0), PackedInt32Array(2, 4, 0), PackedInt32Array(3, 4, 2)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_body_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=238038036]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 3
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(56.586292, 195.65814, 125.34606, 140.01483, 88.21367, 169.37335, 159.05524, 38.14655, 210.11847, 2.01599, 199.44293, -31.24518, 111.41614, -42.49066, 31.865845, -68.40436, -78.12881, -11.04034, -152.366, -65.00543, -188.45978, -18.21198, -172.88959, -37.6369, -110.70185, 112.26154, -71.17094, 140.71552, -15.777954, 86.77539)
|
||||
uv = PackedVector2Array(247.58632, 457.34174, 316.34607, 512.9851, 279.21368, 483.62656, 350.05524, 614.85345, 401.11844, 650.98395, 390.44293, 684.2451, 302.4161, 695.49054, 222.86586, 721.4043, 112.87119, 664.0403, 38.633987, 718.0054, 2.5402462, 671.2119, 18.110403, 690.6369, 80.29813, 540.7384, 119.82905, 512.2844, 175.22205, 566.2246)
|
||||
polygons = [PackedInt32Array(1, 2, 0), PackedInt32Array(14, 0, 2), PackedInt32Array(14, 8, 12), PackedInt32Array(14, 12, 13), PackedInt32Array(5, 3, 4), PackedInt32Array(8, 11, 12), PackedInt32Array(3, 14, 2), PackedInt32Array(6, 3, 5), PackedInt32Array(6, 14, 3), PackedInt32Array(7, 8, 14), PackedInt32Array(9, 11, 8), PackedInt32Array(10, 11, 9), PackedInt32Array(6, 7, 14)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_nippleB_nipple$0_#08" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1744582737]
|
||||
modulate = Color(0.88235295, 0.34509805, 0.26666668, 1)
|
||||
z_index = 4
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-49.464233, 118.69019, -78.672424, 95.16675, -108.223694, 109.04462, -84.56388, 136.40295)
|
||||
uv = PackedVector2Array(582.53577, 83.30989, 553.3276, 106.83327, 523.7763, 92.955444, 547.4361, 65.597084)
|
||||
polygons = [PackedInt32Array(1, 3, 0), PackedInt32Array(2, 3, 1)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_titsB_L" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=920262941]
|
||||
z_index = 5
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(22.216974, 143.45245, 35.221363, 139.94128, 17.099365, 94.56903, 80.70453, 60.54639, 66.66382, 11.73126, 30.47803, 12.66644, 12.455381, -11.85645, 31.662052, -24.64313, -141.69244, 89.57025, -126.48206, 80.14636, -87.69834, 139.8725, -79.27201, 121.16425, -1.3814142, 96.54614)
|
||||
uv = PackedVector2Array(166.217, 30.547514, 179.22137, 34.05876, 161.09933, 79.43098, 224.70453, 113.453575, 210.6638, 162.26877, 174.47804, 161.33354, 156.45544, 185.85645, 175.66205, 198.64307, 2.3075612, 84.42973, 17.517925, 93.85357, 56.301678, 34.127464, 64.72801, 52.83574, 142.6186, 77.45384)
|
||||
polygons = [PackedInt32Array(2, 12, 0), PackedInt32Array(1, 2, 0), PackedInt32Array(11, 9, 10), PackedInt32Array(5, 2, 3), PackedInt32Array(4, 5, 3), PackedInt32Array(5, 6, 12), PackedInt32Array(5, 12, 2), PackedInt32Array(9, 11, 12), PackedInt32Array(6, 9, 12), PackedInt32Array(8, 9, 6), PackedInt32Array(8, 6, 7)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_pregnant_pregnantsize$0_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=646936418]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 6
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(52.30872, 33.65308, -22.91174, 10.93439, -71.80466, 40.86957, -72.34653, 72.27423, -45.138153, 105.94678, 15.937065, 106.32684)
|
||||
uv = PackedVector2Array(599.3087, 342.34692, 524.0882, 365.06564, 475.1953, 335.13046, 474.65347, 303.72586, 501.8618, 270.0533, 562.937, 269.67322)
|
||||
polygons = [PackedInt32Array(1, 2, 3), PackedInt32Array(1, 4, 5), PackedInt32Array(1, 5, 0), PackedInt32Array(1, 3, 4)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_pregnant_L_pregnantsize$0" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=82641982]
|
||||
z_index = 7
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-23.869814, 73.14453, -44.029945, 68.60461, -44.026955, 80.03052, -23.930304, 80.00934)
|
||||
uv = PackedVector2Array(470.1302, 369.85547, 449.97006, 374.3954, 449.97305, 362.9695, 470.06973, 362.99066)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(0, 2, 3)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_bodycloth_pregnantsize$0_#05" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=624712086]
|
||||
modulate = Color(0.9647059, 0.7647059, 0.53333336, 1)
|
||||
z_index = 8
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(50.967827, 52.83002, 59.95166, 16.34033, 18.787838, 34.82837, -3.9451907, 14.37994, -31.978119, -35.9801, -71.84497, -5.68774, -60.925842, 66.97766, -12.697334, 91.26703)
|
||||
uv = PackedVector2Array(526.96783, 496.16998, 535.95166, 532.6596, 494.7878, 514.1716, 472.05478, 534.62, 444.02185, 584.98004, 404.155, 554.6877, 415.07416, 482.02225, 463.30267, 457.73294)
|
||||
polygons = [PackedInt32Array(2, 7, 0), PackedInt32Array(2, 0, 1), PackedInt32Array(3, 7, 2), PackedInt32Array(6, 7, 3), PackedInt32Array(5, 6, 3), PackedInt32Array(4, 5, 3)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_head_horntype$0_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1534612908]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 9
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-147.77231, 54.17198, -128.49835, 34.15779, -159.92871, -29.21967, -269.33914, 8.10155, -263.7645, 68.26836, -224.91571, 77.62877)
|
||||
uv = PackedVector2Array(349.22916, 114.82785, 368.50317, 134.84196, 337.07288, 198.21947, 227.66238, 160.89845, 233.23694, 100.73158, 272.08572, 91.37119)
|
||||
polygons = [PackedInt32Array(2, 5, 0), PackedInt32Array(2, 0, 1), PackedInt32Array(3, 4, 5), PackedInt32Array(2, 3, 5)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_armA_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1974238752]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 10
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-41.87363, -22.08252, -33.1413, -34.28351, -46.919334, -55.94592, -160.70837, -57.64099, -173.43378, -43.03577, -137.22006, -14.34955)
|
||||
uv = PackedVector2Array(503.1264, 97.0825, 511.85873, 109.283455, 498.0807, 130.94586, 384.29163, 132.64095, 371.56625, 118.03573, 407.77994, 89.34952)
|
||||
polygons = [PackedInt32Array(2, 5, 0), PackedInt32Array(2, 0, 1), PackedInt32Array(3, 4, 5), PackedInt32Array(3, 5, 2)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_armclothA1" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1358073906]
|
||||
z_index = 11
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-35.96533, -22.75854, -56.627895, -51.25659, -135.70511, -58.5672, -140.1767, -40.15302, -135.94699, -14.18512)
|
||||
uv = PackedVector2Array(707.03467, 160.75856, 686.3721, 189.2566, 607.2949, 196.5672, 602.8233, 178.15306, 607.053, 152.1851)
|
||||
polygons = [PackedInt32Array(1, 4, 0), PackedInt32Array(3, 4, 1), PackedInt32Array(2, 3, 1)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_armclothA2_#06" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1890591464]
|
||||
modulate = Color(0.85490197, 0.24705882, 0.2784314, 1)
|
||||
z_index = 12
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-59.76642, -31.28101, -75.38062, -53.8642, -95.9151, -54.2641, -75.10468, -18.74231, -60.09692, -19.10785)
|
||||
uv = PackedVector2Array(721.2336, 698.281, 705.6194, 720.8642, 685.0849, 721.2641, 705.89526, 685.7423, 720.90314, 686.10785)
|
||||
polygons = [PackedInt32Array(0, 1, 3), PackedInt32Array(0, 3, 4), PackedInt32Array(1, 2, 3)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_eyeB1_#01" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=52676721]
|
||||
modulate = Color(0.85490197, 0.24705882, 0.2784314, 1)
|
||||
z_index = 13
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-163.79889, 19.94617, -179.1189, 21.77246, -169.3844, 54.19208, -154.5415, 53.99231)
|
||||
uv = PackedVector2Array(474.20108, 37.053894, 458.88104, 35.22754, 468.6156, 2.807929, 483.45853, 3.0076447)
|
||||
polygons = [PackedInt32Array(0, 2, 3), PackedInt32Array(1, 2, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_faceB1" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=207158343]
|
||||
z_index = 14
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-139.14392, 37.271, -147.7836, 11.89685, -180.1777, 21.59625, -184.77628, 42.6792, -169.6907, 57.12421)
|
||||
uv = PackedVector2Array(520.8561, 60.728996, 512.2164, 86.10315, 479.8223, 76.40373, 475.2237, 55.320793, 490.30923, 40.875763)
|
||||
polygons = [PackedInt32Array(2, 3, 4), PackedInt32Array(2, 4, 0), PackedInt32Array(1, 2, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_hairA_hairfront$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=341162735]
|
||||
z_index = 15
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-148.98007, 7.5351, -117.46323, 4.23767, -91.27243, -15.46442, -133.25821, -44.45068, -215.01486, -1.18799, -226.32495, 57.172, -153.6578, 68.97906)
|
||||
uv = PackedVector2Array(414.02, 305.46487, 445.53677, 308.76233, 471.7276, 328.46445, 429.74182, 357.45065, 347.98514, 314.18796, 336.67505, 255.82802, 409.3422, 244.02089)
|
||||
polygons = [PackedInt32Array(5, 6, 0), PackedInt32Array(4, 5, 0), PackedInt32Array(3, 0, 1), PackedInt32Array(3, 1, 2), PackedInt32Array(4, 0, 3)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_eyeA1_#01" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=484870066]
|
||||
modulate = Color(0.85490197, 0.24705882, 0.2784314, 1)
|
||||
z_index = 16
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-154.74838, 54.14081, -163.56732, 20.7998, -179.21194, 20.95801, -169.6099, 54.09473)
|
||||
uv = PackedVector2Array(361.25162, 207.85918, 352.43268, 241.20009, 336.78806, 241.0419, 346.39014, 207.90517)
|
||||
polygons = [PackedInt32Array(1, 3, 0), PackedInt32Array(2, 3, 1)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_faceA1" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=913627198]
|
||||
z_index = 17
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-143.46902, 40.29407, -142.34668, 28.49518, -149.1395, 12.33093, -188.78845, 24.20392, -175.1723, 59.31738)
|
||||
uv = PackedVector2Array(708.531, 121.705956, 709.6534, 133.50488, 702.86053, 149.66907, 663.21155, 137.79617, 676.8277, 102.682655)
|
||||
polygons = [PackedInt32Array(3, 4, 0), PackedInt32Array(3, 0, 1), PackedInt32Array(2, 3, 1)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_titsA_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1138049069]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 18
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-46.28094, 35.79718, -52.29144, -8.3891, -94.03461, -28.82642, -139.09787, 0.85376, -126.79361, 51.84198, -78.45816, 67.16461)
|
||||
uv = PackedVector2Array(695.719, 301.20282, 689.7085, 345.38907, 647.9654, 365.82635, 602.9021, 336.14624, 615.2064, 285.15808, 663.5418, 269.8354)
|
||||
polygons = [PackedInt32Array(5, 0, 4), PackedInt32Array(0, 2, 4), PackedInt32Array(1, 2, 0), PackedInt32Array(3, 4, 2)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_nippleA_nipple$0_#08" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1428591496]
|
||||
modulate = Color(0.88235295, 0.34509805, 0.26666668, 1)
|
||||
z_index = 19
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-71.26926, 44.46063, -70.57349, 8.05139, -107.26508, -2.08728, -128.33246, 29.3924, -103.2652, 55.13739)
|
||||
uv = PackedVector2Array(656.7308, 102.53938, 657.4265, 138.94864, 620.7349, 149.08719, 599.66754, 117.607635, 624.7348, 91.862625)
|
||||
polygons = [PackedInt32Array(2, 3, 4), PackedInt32Array(2, 4, 0), PackedInt32Array(2, 0, 1)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_titsA_L" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=235724081]
|
||||
z_index = 20
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-97.59061, -15.54272, -42.04306, 13.27795, -72.19257, -19.6933, -101.47583, -22.39594, -126.04794, 47.33264, -96.61359, 54.11786)
|
||||
uv = PackedVector2Array(478.4094, 447.54266, 533.957, 418.722, 503.80743, 451.6932, 474.52423, 454.39584, 449.9521, 384.66727, 479.38644, 377.88205)
|
||||
polygons = [PackedInt32Array(0, 4, 5), PackedInt32Array(2, 0, 1), PackedInt32Array(3, 4, 0), PackedInt32Array(3, 0, 2)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="C_legcloth_#05" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=520592080]
|
||||
modulate = Color(0.9647059, 0.7647059, 0.53333336, 1)
|
||||
z_index = 21
|
||||
texture = ExtResource("1_2qbyh")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(115.616264, 143.00385, 167.81024, 39.59064, 160.35626, -41.01532, 20.033022, -64.04633, 56.652275, 123.7561, 102.514946, 151.80615)
|
||||
uv = PackedVector2Array(633.6163, 376.99622, 685.81024, 480.40945, 678.35626, 561.0154, 538.033, 584.0464, 574.6523, 396.24396, 620.51495, 368.19385)
|
||||
polygons = [PackedInt32Array(1, 4, 0), PackedInt32Array(4, 5, 0), PackedInt32Array(1, 3, 4), PackedInt32Array(2, 3, 1)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=862619324]
|
||||
root_node = NodePath("../SpineRoot/Skeleton2D")
|
||||
libraries/ = SubResource("AnimationLibrary_f0fsd")
|
||||
@@ -0,0 +1,38 @@
|
||||
[gd_scene format=3]
|
||||
|
||||
[ext_resource type="Texture2D" path="res://characters/oni/spine/oni_fetus_body.png" id="1_84t8r"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_ehijq"]
|
||||
length = 0.001
|
||||
loop_mode = 1
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_q0ht2"]
|
||||
_data = {
|
||||
&"animation": SubResource("Animation_ehijq")
|
||||
}
|
||||
|
||||
[node name="Native" type="Node2D" unique_id=782141639]
|
||||
|
||||
[node name="SpineRoot" type="Node2D" parent="." unique_id=513726774]
|
||||
position = Vector2(673.4145, 468.32898)
|
||||
scale = Vector2(12.306974, -12.306974)
|
||||
|
||||
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=654855471]
|
||||
|
||||
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=773568326]
|
||||
rest = Transform2D(1, 0, 0, 1, 0, 0)
|
||||
auto_calculate_length_and_angle = false
|
||||
length = 0.0
|
||||
bone_angle = 0.0
|
||||
|
||||
[node name="BabyB_fetalstage$0_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1507352567]
|
||||
texture = ExtResource("1_84t8r")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(12.303589, 14.3653, 10.226321, -14.59912, -13.167419, -14.4823, -17.73376, 12.66901, 0.060238592, 32.20361)
|
||||
uv = PackedVector2Array(32.30358, 20.134666, 30.226307, 49.09912, 6.832569, 48.982285, 2.2662392, 21.830978, 20.060211, 2.296463)
|
||||
polygons = [PackedInt32Array(3, 4, 0), PackedInt32Array(2, 3, 0), PackedInt32Array(1, 2, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=2098400893]
|
||||
root_node = NodePath("../SpineRoot/Skeleton2D")
|
||||
libraries/ = SubResource("AnimationLibrary_q0ht2")
|
||||
@@ -0,0 +1,38 @@
|
||||
[gd_scene format=3]
|
||||
|
||||
[ext_resource type="Texture2D" path="res://characters/oni/spine/oni_fetus_head.png" id="1_6mygd"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_quv4x"]
|
||||
length = 0.001
|
||||
loop_mode = 1
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_ko4dy"]
|
||||
_data = {
|
||||
&"animation": SubResource("Animation_quv4x")
|
||||
}
|
||||
|
||||
[node name="Native" type="Node2D" unique_id=861105888]
|
||||
|
||||
[node name="SpineRoot" type="Node2D" parent="." unique_id=1473394060]
|
||||
position = Vector2(545.28827, 236.19025)
|
||||
scale = Vector2(12.52957, -12.52957)
|
||||
|
||||
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=1363842274]
|
||||
|
||||
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=159645390]
|
||||
rest = Transform2D(1, 0, 0, 1, 0, 0)
|
||||
auto_calculate_length_and_angle = false
|
||||
length = 0.0
|
||||
bone_angle = 0.0
|
||||
|
||||
[node name="BabyA_fetalstage$0_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1841364995]
|
||||
texture = ExtResource("1_6mygd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(23.87915, 5.70537, 32.01215, -18.05817, 9.240972, -32.86703, -16.89404, -9.03644, 6.7571397, 13.10422)
|
||||
uv = PackedVector2Array(42.87751, 9.793541, 51.01046, 33.557083, 28.239204, 48.365967, 2.1042938, 24.535378, 25.755463, 2.3947525)
|
||||
polygons = [PackedInt32Array(2, 4, 0), PackedInt32Array(2, 0, 1), PackedInt32Array(3, 4, 2)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1312158464]
|
||||
root_node = NodePath("../SpineRoot/Skeleton2D")
|
||||
libraries/ = SubResource("AnimationLibrary_ko4dy")
|
||||
@@ -0,0 +1,49 @@
|
||||
[gd_scene format=3]
|
||||
|
||||
[ext_resource type="Texture2D" path="res://characters/oni/spine/oni_fetus.png" id="1_7oe4p"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_2721h"]
|
||||
length = 0.001
|
||||
loop_mode = 1
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_y3ncv"]
|
||||
_data = {
|
||||
&"animation": SubResource("Animation_2721h")
|
||||
}
|
||||
|
||||
[node name="Native" type="Node2D" unique_id=592768602]
|
||||
|
||||
[node name="SpineRoot" type="Node2D" parent="." unique_id=101453872]
|
||||
position = Vector2(587.48096, 366.78214)
|
||||
scale = Vector2(9.154416, -9.154416)
|
||||
|
||||
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=919957496]
|
||||
|
||||
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=213865711]
|
||||
rotation = -0.010790063
|
||||
scale = Vector2(0.99999994, 0.99999994)
|
||||
rest = Transform2D(0.99994177, -0.0107898535, 0.0107898535, 0.99994177, 0, 0)
|
||||
auto_calculate_length_and_angle = false
|
||||
length = 0.0
|
||||
bone_angle = 0.0
|
||||
|
||||
[node name="BabyB_fetalstage$0_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1806589236]
|
||||
texture = ExtResource("1_7oe4p")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(12.457873, 14.2317095, 10.068203, -14.708611, -13.322916, -14.339382, -17.596033, 12.859616, 0.4077088, 32.201084)
|
||||
uv = PackedVector2Array(81.30358, 20.134666, 79.226326, 49.09912, 55.832558, 48.982285, 51.26621, 21.830978, 69.06022, 2.296463)
|
||||
polygons = [PackedInt32Array(3, 4, 0), PackedInt32Array(2, 3, 0), PackedInt32Array(1, 2, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="BabyA_fetalstage$0_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=680516080]
|
||||
z_index = 1
|
||||
texture = ExtResource("1_7oe4p")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(28.79222, 2.0150433, 29.070066, -23.33263, 6.526652, -30.719368, -17.078577, -8.825058, 7.548317, 13.601427)
|
||||
uv = PackedVector2Array(47.76482, 16.174126, 48.316128, 41.51734, 25.853662, 49.146927, 2.0135708, 27.508461, 26.39716, 4.8176727)
|
||||
polygons = [PackedInt32Array(2, 3, 4), PackedInt32Array(2, 4, 0), PackedInt32Array(2, 0, 1)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=234736665]
|
||||
root_node = NodePath("../SpineRoot/Skeleton2D")
|
||||
libraries/ = SubResource("AnimationLibrary_y3ncv")
|
||||
@@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"Gene": ["Human", "Orc"],
|
||||
"CharacterId": "Oni",
|
||||
"Chance": 25,
|
||||
},
|
||||
{
|
||||
"Gene": ["Sister", "Orc"],
|
||||
"CharacterId": "Oni",
|
||||
"Chance": 35,
|
||||
},
|
||||
{
|
||||
"Gene": ["Knight", "Orc"],
|
||||
"CharacterId": "Oni",
|
||||
"Chance": 45,
|
||||
},
|
||||
{
|
||||
"Gene": ["Elf", "Orc"],
|
||||
"CharacterId": "Oni",
|
||||
"Chance": 25,
|
||||
},
|
||||
{
|
||||
"Gene": ["Elf1", "Orc"],
|
||||
"CharacterId": "Oni",
|
||||
"Chance": 35,
|
||||
},
|
||||
{
|
||||
"Gene": ["Oni", "Player1"],
|
||||
"CharacterId": "Oni",
|
||||
"Chance": 100,
|
||||
},
|
||||
]
|
||||
@@ -0,0 +1,294 @@
|
||||
[gd_scene format=3]
|
||||
|
||||
[ext_resource type="Texture2D" path="res://characters/oni/spine/oni_portrait_combat.png" id="1_d50iu"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_4xb1i"]
|
||||
length = 0.001
|
||||
loop_mode = 1
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_a4yct"]
|
||||
_data = {
|
||||
&"animation": SubResource("Animation_4xb1i")
|
||||
}
|
||||
|
||||
[node name="Native" type="Node2D" unique_id=29583359]
|
||||
|
||||
[node name="SpineRoot" type="Node2D" parent="." unique_id=336146005]
|
||||
position = Vector2(640, 360)
|
||||
scale = Vector2(3.84, -3.84)
|
||||
|
||||
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=1361487217]
|
||||
|
||||
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=1202062032]
|
||||
rest = Transform2D(1, 0, 0, 1, 0, 0)
|
||||
auto_calculate_length_and_angle = false
|
||||
length = 0.0
|
||||
bone_angle = 0.0
|
||||
|
||||
[node name="C_hairD2_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1141207380]
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(25.000004, -75, -57.999996, -75, -58, 29, 24.999998, 29)
|
||||
uv = PackedVector2Array(85, 124, 2, 124, 2, 20, 85, 20)
|
||||
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=883581468]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 1
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(58.000004, -75, -12.999997, -75, -12.999998, -35, 58, -35)
|
||||
uv = PackedVector2Array(168, 155, 97, 155, 97, 115, 168, 115)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_armB2_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1114017112]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 2
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(58.000004, -75, 57.000004, -75, 57.000004, -73, 58.000004, -73)
|
||||
uv = PackedVector2Array(179, 58, 178.00002, 58, 178.00002, 56.000004, 179, 56.000004)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_armclothB1" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1526530316]
|
||||
z_index = 3
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(58.000004, -75, 57.000004, -75, 57.000004, -73, 58.000004, -73)
|
||||
uv = PackedVector2Array(346, 110, 345, 110, 345, 108, 346, 108)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_weapon" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=980394249]
|
||||
z_index = 4
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(58.000004, -48, -57.999996, -48, -58, 26, 58, 26)
|
||||
uv = PackedVector2Array(213, 346, 97, 346, 97, 272, 213, 272)
|
||||
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=669865681]
|
||||
z_index = 5
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-28.999996, -75, -50.999996, -75, -50.999996, -49, -28.999998, -49)
|
||||
uv = PackedVector2Array(236, 58, 214, 58, 214, 31.999998, 236, 31.999998)
|
||||
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=69520277]
|
||||
z_index = 6
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(35.000004, -51, -57.999996, -51, -58.000004, 62, 34.999996, 62)
|
||||
uv = PackedVector2Array(95, 346, 2, 346, 2, 232.99998, 95, 232.99998)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_hairD1_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1905466781]
|
||||
z_index = 7
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-27, -20, -58, -20, -58, 29, -27.000002, 29)
|
||||
uv = PackedVector2Array(212, 58, 181, 58, 181, 9, 212, 9)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_bodyB_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1259630648]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 8
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(21.000004, -75, -57.999996, -75, -58, -8, 21, -8)
|
||||
uv = PackedVector2Array(341, 254, 262, 254, 262, 187, 341, 187)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_armA1_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=273866938]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 9
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-36.999996, -75, -57.999996, -75, -58, -28, -37, -28)
|
||||
uv = PackedVector2Array(346, 159, 325, 159, 325, 112.00001, 346, 112.00001)
|
||||
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=146099939]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 10
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(58.000004, -75, 3.2783541e-06, -75, 2.272992e-06, -52, 58.000004, -52)
|
||||
uv = PackedVector2Array(315, 119, 256.99997, 119, 256.99997, 96, 315, 96)
|
||||
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=541616009]
|
||||
z_index = 11
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(58.000004, -75, 20.000004, -75, 20.000002, -59, 58.000004, -59)
|
||||
uv = PackedVector2Array(40, 18, 2, 18, 2, 2, 40, 2)
|
||||
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=789521789]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 12
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(9.000003, -75, -57.999996, -75, -57.999996, -51, 9.000002, -51)
|
||||
uv = PackedVector2Array(329, 185, 262, 185, 262, 161, 329, 161)
|
||||
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=706707372]
|
||||
z_index = 13
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-15.999997, -75, -37.999996, -75, -37.999996, -55, -15.999997, -55)
|
||||
uv = PackedVector2Array(284, 276, 262, 276, 262, 256, 284, 256)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_bodyclothA1_#05" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1401362468]
|
||||
modulate = Color(0.9647059, 0.7647059, 0.53333336, 1)
|
||||
z_index = 14
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(11.000002, -54, -43.999996, -54, -44, -19, 11.000001, -19)
|
||||
uv = PackedVector2Array(259, 174.99998, 204, 174.99998, 204, 140, 259, 140)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_bodyclothA2_#06" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=290856037]
|
||||
modulate = Color(0.85490197, 0.24705882, 0.2784314, 1)
|
||||
z_index = 15
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(10.000003, -57, -51.999996, -57, -52, -19, 10.000001, -19)
|
||||
uv = PackedVector2Array(323, 159, 261, 159, 261, 121, 323, 121)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_bodyclothA2_L" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=313842478]
|
||||
z_index = 16
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(7.000002, -48, -6.999998, -48, -6.9999986, -35, 7.0000014, -35)
|
||||
uv = PackedVector2Array(56.000004, 18, 42, 18, 42, 5, 56.000004, 5)
|
||||
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=317481706]
|
||||
z_index = 17
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(55, -39, 18.000002, -39, 17.999998, 51, 54.999996, 51)
|
||||
uv = PackedVector2Array(342, 346, 305, 346, 305, 256, 342, 256)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_hornB_horntype$0_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=484645612]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 18
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(51, 9, 19, 9, 18.999996, 71, 50.999996, 71)
|
||||
uv = PackedVector2Array(281, 73, 248.99998, 73, 248.99998, 11, 281, 11)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_headA_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1911696489]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 19
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(33, -31, -55, -31, -55, 37, 33, 37)
|
||||
uv = PackedVector2Array(303, 346, 215, 346, 215, 278, 303, 278)
|
||||
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=493031721]
|
||||
z_index = 20
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(27, -8, -17, -8, -17, 7, 27, 7)
|
||||
uv = PackedVector2Array(247.00002, 75, 202.99998, 75, 202.99998, 60.000004, 247.00002, 60.000004)
|
||||
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=344247817]
|
||||
modulate = Color(0.85490197, 0.24705882, 0.2784314, 1)
|
||||
z_index = 21
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(32, -9, -27, -9, -27, 10, 32, 10)
|
||||
uv = PackedVector2Array(316, 93.99999, 256.99997, 93.99999, 256.99997, 75, 316, 75)
|
||||
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=1101597620]
|
||||
z_index = 22
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(26, -21, -4.999999, -21, -5.0000005, 14, 26, 14)
|
||||
uv = PackedVector2Array(179, 45, 148, 45, 148, 10, 179, 10)
|
||||
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=1096311627]
|
||||
z_index = 23
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-1.9999983, -39, -58, -39, -58.000004, 54, -2.0000024, 54)
|
||||
uv = PackedVector2Array(260, 270, 204, 270, 204, 177, 260, 177)
|
||||
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=369304447]
|
||||
z_index = 24
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(46, -2, -6, -2, -6.0000024, 59, 45.999996, 59)
|
||||
uv = PackedVector2Array(255, 138, 202.99998, 138, 202.99998, 77, 255, 77)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_hornA_horntype$0_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1249211969]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 25
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(3.9999995, 13, -19, 13, -19.000004, 75, 3.9999967, 75)
|
||||
uv = PackedVector2Array(201.00002, 121.99999, 178.00002, 121.99999, 178.00002, 60.000004, 201.00002, 60.000004)
|
||||
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=1222579305]
|
||||
modulate = Color(0.85490197, 0.24705882, 0.2784314, 1)
|
||||
z_index = 26
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(32, -9, -27, -9, -27, 10, 32, 10)
|
||||
uv = PackedVector2Array(146, 35, 87, 35, 87, 15.999999, 146, 15.999999)
|
||||
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=1458873887]
|
||||
z_index = 27
|
||||
texture = ExtResource("1_d50iu")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(26, -21, -4.999999, -21, -5.0000005, 14, 26, 14)
|
||||
uv = PackedVector2Array(201.00002, 159, 170, 159, 170, 124, 201.00002, 124)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=674960662]
|
||||
root_node = NodePath("../SpineRoot/Skeleton2D")
|
||||
libraries/ = SubResource("AnimationLibrary_a4yct")
|
||||
@@ -0,0 +1,237 @@
|
||||
[gd_scene format=3]
|
||||
|
||||
[ext_resource type="Texture2D" path="res://characters/oni/spine/oni_portrait_stand.png" id="1_icmrd"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_dxwib"]
|
||||
length = 0.001
|
||||
loop_mode = 1
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_bw1gv"]
|
||||
_data = {
|
||||
&"animation": SubResource("Animation_dxwib")
|
||||
}
|
||||
|
||||
[node name="Native" type="Node2D" unique_id=1759863978]
|
||||
|
||||
[node name="SpineRoot" type="Node2D" parent="." unique_id=1498687379]
|
||||
position = Vector2(640, 360)
|
||||
scale = Vector2(3.84, -3.84)
|
||||
|
||||
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=2103532009]
|
||||
|
||||
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=1019063540]
|
||||
rest = Transform2D(1, 0, 0, 1, 0, 0)
|
||||
auto_calculate_length_and_angle = false
|
||||
length = 0.0
|
||||
bone_angle = 0.0
|
||||
|
||||
[node name="C_hairD2_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=783888629]
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(25.000004, -75, -57.999996, -75, -58, 29, 24.999998, 29)
|
||||
uv = PackedVector2Array(180.00002, 322, 97, 322, 97, 218, 180.00002, 218)
|
||||
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=627307962]
|
||||
z_index = 1
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-28.999996, -75, -50.999996, -75, -50.999996, -49, -28.999998, -49)
|
||||
uv = PackedVector2Array(93, 30, 71, 30, 71, 4, 93, 4)
|
||||
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=589416856]
|
||||
z_index = 2
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(35.000004, -51, -57.999996, -51, -58.000004, 62, 34.999996, 62)
|
||||
uv = PackedVector2Array(95, 322, 2, 322, 2, 209, 95, 209)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_hairD1_hairback$0_#02" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=253804174]
|
||||
z_index = 3
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-27, -20, -58, -20, -58, 29, -27.000002, 29)
|
||||
uv = PackedVector2Array(241, 135, 209.99998, 135, 209.99998, 86, 241, 86)
|
||||
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=1419976968]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 4
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(29.000004, -75, -12.999997, -75, -12.999999, -21, 29, -21)
|
||||
uv = PackedVector2Array(208, 104.99999, 166, 104.99999, 166, 50.999996, 208, 50.999996)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_bodyB_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=2092966167]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 5
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(21.000004, -75, -57.999996, -75, -58, -8, 21, -8)
|
||||
uv = PackedVector2Array(319, 322, 239.99998, 322, 239.99998, 254.99998, 319, 254.99998)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_armA1_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=2107761538]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 6
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-36.999996, -75, -57.999996, -75, -58, -28, -37, -28)
|
||||
uv = PackedVector2Array(187, 49, 166, 49, 166, 2, 187, 2)
|
||||
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=1386881551]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 7
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(58.000004, -75, 3.2783541e-06, -75, 2.272992e-06, -52, 58.000004, -52)
|
||||
uv = PackedVector2Array(301, 112, 243, 112, 243, 88.99999, 301, 88.99999)
|
||||
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=1290923084]
|
||||
z_index = 8
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(58.000004, -75, 20.000004, -75, 20.000002, -59, 58.000004, -59)
|
||||
uv = PackedVector2Array(133, 32, 95, 32, 95, 16, 133, 16)
|
||||
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=2099410405]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 9
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(9.000003, -75, -57.999996, -75, -57.999996, -51, 9.000002, -51)
|
||||
uv = PackedVector2Array(69, 30, 2, 30, 2, 6, 69, 6)
|
||||
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=852319744]
|
||||
z_index = 10
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-15.999997, -75, -37.999996, -75, -37.999996, -55, -15.999997, -55)
|
||||
uv = PackedVector2Array(244.00002, 29, 222, 29, 222, 9, 244.00002, 9)
|
||||
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=1419336460]
|
||||
z_index = 11
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(55, -39, 18.000002, -39, 17.999998, 51, 54.999996, 51)
|
||||
uv = PackedVector2Array(241, 227, 203.99998, 227, 203.99998, 137, 241, 137)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_hornB_horntype$0_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=219673639]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 12
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(51, 9, 19, 9, 18.999996, 71, 50.999996, 71)
|
||||
uv = PackedVector2Array(164, 101, 132, 101, 132, 39, 164, 39)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_headA_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=209727957]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 13
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(33, -31, -55, -31, -55, 37, 33, 37)
|
||||
uv = PackedVector2Array(90.00001, 100, 2, 100, 2, 32, 90.00001, 32)
|
||||
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=86782558]
|
||||
z_index = 14
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(27, -7, -17, -7, -17, 7, 27, 7)
|
||||
uv = PackedVector2Array(266, 45.000004, 222, 45.000004, 222, 31, 266, 31)
|
||||
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=2139645145]
|
||||
modulate = Color(0.85490197, 0.24705882, 0.2784314, 1)
|
||||
z_index = 15
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(32, -9, -27, -9, -27, 10, 32, 10)
|
||||
uv = PackedVector2Array(302, 66, 243, 66, 243, 47, 302, 47)
|
||||
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=394224196]
|
||||
z_index = 16
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(26.000002, -22, -4.999999, -22, -5.0000005, 14, 26, 14)
|
||||
uv = PackedVector2Array(220, 46, 188.99998, 46, 188.99998, 10, 220, 10)
|
||||
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=1555884500]
|
||||
z_index = 17
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(-1.9999983, -39, -58, -39, -58.000004, 54, -2.0000024, 54)
|
||||
uv = PackedVector2Array(238, 322, 182, 322, 182, 229.00002, 238, 229.00002)
|
||||
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=1711133568]
|
||||
z_index = 18
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(46, -2, -6, -2, -6.0000024, 59, 45.999996, 59)
|
||||
uv = PackedVector2Array(295, 175, 243, 175, 243, 114, 295, 114)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="C_hornA_horntype$0_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=658631269]
|
||||
modulate = Color(0.83137256, 0.5529412, 0.49019608, 1)
|
||||
z_index = 19
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(3.9999995, 13, -19, 13, -19.000004, 75, 3.9999967, 75)
|
||||
uv = PackedVector2Array(320, 188.99998, 297, 188.99998, 297, 127, 320, 127)
|
||||
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=2093788480]
|
||||
modulate = Color(0.85490197, 0.24705882, 0.2784314, 1)
|
||||
z_index = 20
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(32, -9, -27, -9, -27, 10, 32, 10)
|
||||
uv = PackedVector2Array(302, 86.99999, 243, 86.99999, 243, 68, 302, 68)
|
||||
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=2131535766]
|
||||
z_index = 21
|
||||
texture = ExtResource("1_icmrd")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(26.000002, -22, -4.999999, -22, -5.0000005, 14, 26, 14)
|
||||
uv = PackedVector2Array(241, 84, 209.99998, 84, 209.99998, 48, 241, 48)
|
||||
polygons = [PackedInt32Array(0, 1, 2), PackedInt32Array(2, 3, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=892936098]
|
||||
root_node = NodePath("../SpineRoot/Skeleton2D")
|
||||
libraries/ = SubResource("AnimationLibrary_bw1gv")
|
||||
@@ -0,0 +1,38 @@
|
||||
[gd_scene format=3]
|
||||
|
||||
[ext_resource type="Texture2D" path="res://characters/oni/spine/oni_suckle_left_body.png" id="1_oej1s"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_v3cf3"]
|
||||
length = 0.001
|
||||
loop_mode = 1
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_58oue"]
|
||||
_data = {
|
||||
&"animation": SubResource("Animation_v3cf3")
|
||||
}
|
||||
|
||||
[node name="Native" type="Node2D" unique_id=431685373]
|
||||
|
||||
[node name="SpineRoot" type="Node2D" parent="." unique_id=835593492]
|
||||
position = Vector2(707.82623, 178.3794)
|
||||
scale = Vector2(15.735728, -15.735728)
|
||||
|
||||
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=1535274928]
|
||||
|
||||
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=1673223291]
|
||||
rest = Transform2D(1, 0, 0, 1, 0, 0)
|
||||
auto_calculate_length_and_angle = false
|
||||
length = 0.0
|
||||
bone_angle = 0.0
|
||||
|
||||
[node name="body_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=742772510]
|
||||
texture = ExtResource("1_oej1s")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(18.05823, 4.92093, 18.059141, -25.9536, -8.015559, -28.00478, -26.67981, -9.44476)
|
||||
uv = PackedVector2Array(47.05964, 2.0800781, 47.06058, 32.954483, 20.985897, 35.005722, 2.3216553, 16.445694)
|
||||
polygons = [PackedInt32Array(2, 3, 0), PackedInt32Array(1, 2, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=995242996]
|
||||
root_node = NodePath("../SpineRoot/Skeleton2D")
|
||||
libraries/ = SubResource("AnimationLibrary_58oue")
|
||||
@@ -0,0 +1,38 @@
|
||||
[gd_scene format=3]
|
||||
|
||||
[ext_resource type="Texture2D" path="res://characters/oni/spine/oni_suckle_left_head.png" id="1_j5k64"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_k4unj"]
|
||||
length = 0.001
|
||||
loop_mode = 1
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_mjwxj"]
|
||||
_data = {
|
||||
&"animation": SubResource("Animation_k4unj")
|
||||
}
|
||||
|
||||
[node name="Native" type="Node2D" unique_id=1303668576]
|
||||
|
||||
[node name="SpineRoot" type="Node2D" parent="." unique_id=207546467]
|
||||
position = Vector2(553.4305, 461.0644)
|
||||
scale = Vector2(13.074494, -13.074494)
|
||||
|
||||
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=375681283]
|
||||
|
||||
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=1514170076]
|
||||
rest = Transform2D(1, 0, 0, 1, 0, 0)
|
||||
auto_calculate_length_and_angle = false
|
||||
length = 0.0
|
||||
bone_angle = 0.0
|
||||
|
||||
[node name="head_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=816454301]
|
||||
texture = ExtResource("1_j5k64")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(27.04053, -13.81, -13.798029, -14.29773, -9.64716, 7.96368, -3.3404512, 29.75751, 27.001158, 28.37677)
|
||||
uv = PackedVector2Array(43.041504, 45.811382, 2.202942, 46.29906, 6.35376, 24.037682, 12.660507, 2.243847, 43.00209, 3.624611)
|
||||
polygons = [PackedInt32Array(2, 3, 4), PackedInt32Array(2, 4, 0), PackedInt32Array(1, 2, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=325485579]
|
||||
root_node = NodePath("../SpineRoot/Skeleton2D")
|
||||
libraries/ = SubResource("AnimationLibrary_mjwxj")
|
||||
@@ -0,0 +1,47 @@
|
||||
[gd_scene format=3]
|
||||
|
||||
[ext_resource type="Texture2D" path="res://characters/oni/spine/oni_suckle_left.png" id="1_uv6r2"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_q7kgg"]
|
||||
length = 0.001
|
||||
loop_mode = 1
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_krbed"]
|
||||
_data = {
|
||||
&"animation": SubResource("Animation_q7kgg")
|
||||
}
|
||||
|
||||
[node name="Native" type="Node2D" unique_id=882958512]
|
||||
|
||||
[node name="SpineRoot" type="Node2D" parent="." unique_id=777269298]
|
||||
position = Vector2(637.23175, 365.6142)
|
||||
scale = Vector2(9.976887, -9.976887)
|
||||
|
||||
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=163412481]
|
||||
|
||||
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=409873730]
|
||||
rest = Transform2D(1, 0, 0, 1, 0, 0)
|
||||
auto_calculate_length_and_angle = false
|
||||
length = 0.0
|
||||
bone_angle = 0.0
|
||||
|
||||
[node name="body_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1174230737]
|
||||
texture = ExtResource("1_uv6r2")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(18.0943, 4.92175, 17.936832, -25.55493, -7.7990685, -28.304, -26.71082, -9.34506)
|
||||
uv = PackedVector2Array(47.097824, 2.0791168, 46.940372, 32.555794, 21.204494, 35.304955, 2.2927437, 16.346)
|
||||
polygons = [PackedInt32Array(0, 2, 3), PackedInt32Array(1, 2, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="head_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=236114891]
|
||||
z_index = 1
|
||||
texture = ExtResource("1_uv6r2")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(27.26575, -3.79019, 3.0257607, -17.59883, -12.66553, -7.70355, -4.2182016, 29.42944, 26.957819, 28.6962)
|
||||
uv = PackedVector2Array(42.266663, 71.79155, 18.0267, 85.60013, 2.3354416, 75.704895, 10.782635, 38.571922, 41.95875, 39.305077)
|
||||
polygons = [PackedInt32Array(3, 0, 2), PackedInt32Array(0, 3, 4), PackedInt32Array(1, 2, 0)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1639975829]
|
||||
root_node = NodePath("../SpineRoot/Skeleton2D")
|
||||
libraries/ = SubResource("AnimationLibrary_krbed")
|
||||
@@ -0,0 +1,38 @@
|
||||
[gd_scene format=3]
|
||||
|
||||
[ext_resource type="Texture2D" path="res://characters/oni/spine/oni_suckle_right_body.png" id="1_baukb"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_ogvo7"]
|
||||
length = 0.001
|
||||
loop_mode = 1
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_8gjfr"]
|
||||
_data = {
|
||||
&"animation": SubResource("Animation_ogvo7")
|
||||
}
|
||||
|
||||
[node name="Native" type="Node2D" unique_id=2079230484]
|
||||
|
||||
[node name="SpineRoot" type="Node2D" parent="." unique_id=1937691472]
|
||||
position = Vector2(630.6114, 111.75841)
|
||||
scale = Vector2(13.686479, -13.686479)
|
||||
|
||||
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=1025106074]
|
||||
|
||||
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=227196284]
|
||||
rest = Transform2D(1, 0, 0, 1, 0, 0)
|
||||
auto_calculate_length_and_angle = false
|
||||
length = 0.0
|
||||
bone_angle = 0.0
|
||||
|
||||
[node name="body_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1092829673]
|
||||
texture = ExtResource("1_baukb")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(26.40479, -2.91473, 14.364382, -33.36072, -15.056338, -32.92847, -25.03284, -2.98456)
|
||||
uv = PackedVector2Array(54.40487, 2.9155655, 42.364426, 33.361565, 12.943726, 32.92932, 2.9672241, 2.9853973)
|
||||
polygons = [PackedInt32Array(1, 2, 3), PackedInt32Array(0, 1, 3)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1126845743]
|
||||
root_node = NodePath("../SpineRoot/Skeleton2D")
|
||||
libraries/ = SubResource("AnimationLibrary_8gjfr")
|
||||
@@ -0,0 +1,38 @@
|
||||
[gd_scene format=3]
|
||||
|
||||
[ext_resource type="Texture2D" path="res://characters/oni/spine/oni_suckle_right_head.png" id="1_r2xfi"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_06x8b"]
|
||||
length = 0.001
|
||||
loop_mode = 1
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_rvja2"]
|
||||
_data = {
|
||||
&"animation": SubResource("Animation_06x8b")
|
||||
}
|
||||
|
||||
[node name="Native" type="Node2D" unique_id=1085279703]
|
||||
|
||||
[node name="SpineRoot" type="Node2D" parent="." unique_id=1806004944]
|
||||
position = Vector2(627.5842, 416.27347)
|
||||
scale = Vector2(14.21072, -14.21072)
|
||||
|
||||
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=267459986]
|
||||
|
||||
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=608975565]
|
||||
rest = Transform2D(1, 0, 0, 1, 0, 0)
|
||||
auto_calculate_length_and_angle = false
|
||||
length = 0.0
|
||||
bone_angle = 0.0
|
||||
|
||||
[node name="head_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1329761664]
|
||||
texture = ExtResource("1_r2xfi")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(18.013369, 24.22632, 24.7981, -11.08228, -1.5140992, -16.30646, -23.05072, -5.50818, -10.964421, 23.89679)
|
||||
uv = PackedVector2Array(44.013397, 2.7736816, 50.79812, 38.082275, 24.4859, 43.306458, 2.9493332, 32.508087, 15.035591, 3.10318)
|
||||
polygons = [PackedInt32Array(2, 4, 0), PackedInt32Array(2, 0, 1), PackedInt32Array(3, 4, 2)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=221977690]
|
||||
root_node = NodePath("../SpineRoot/Skeleton2D")
|
||||
libraries/ = SubResource("AnimationLibrary_rvja2")
|
||||
@@ -0,0 +1,47 @@
|
||||
[gd_scene format=3]
|
||||
|
||||
[ext_resource type="Texture2D" path="res://characters/oni/spine/oni_suckle_right.png" id="1_qo6b8"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_7evr8"]
|
||||
length = 0.001
|
||||
loop_mode = 1
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_t8e74"]
|
||||
_data = {
|
||||
&"animation": SubResource("Animation_7evr8")
|
||||
}
|
||||
|
||||
[node name="Native" type="Node2D" unique_id=881035722]
|
||||
|
||||
[node name="SpineRoot" type="Node2D" parent="." unique_id=1394237292]
|
||||
position = Vector2(631.7128, 316.02017)
|
||||
scale = Vector2(9.995652, -9.995652)
|
||||
|
||||
[node name="Skeleton2D" type="Skeleton2D" parent="SpineRoot" unique_id=12753565]
|
||||
|
||||
[node name="root" type="Bone2D" parent="SpineRoot/Skeleton2D" unique_id=1205553818]
|
||||
rest = Transform2D(1, 0, 0, 1, 0, 0)
|
||||
auto_calculate_length_and_angle = false
|
||||
length = 0.0
|
||||
bone_angle = 0.0
|
||||
|
||||
[node name="head_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=153765118]
|
||||
texture = ExtResource("1_qo6b8")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(18.109858, 23.70798, 24.89587, -10.87038, -1.3926992, -16.41963, -23.04681, -5.47186, -10.825071, 24.41263)
|
||||
uv = PackedVector2Array(44.109047, 37.29103, 50.894997, 71.86951, 24.606438, 77.418594, 2.952324, 66.470795, 15.174126, 36.58638)
|
||||
polygons = [PackedInt32Array(2, 4, 0), PackedInt32Array(2, 0, 1), PackedInt32Array(3, 4, 2)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1, 1)]
|
||||
|
||||
[node name="body_#00" type="Polygon2D" parent="SpineRoot/Skeleton2D" unique_id=1210010010]
|
||||
z_index = 1
|
||||
texture = ExtResource("1_qo6b8")
|
||||
skeleton = NodePath("..")
|
||||
polygon = PackedVector2Array(26.63416, -3.09167, 14.361632, -32.99098, -15.260008, -33.21242, -24.97601, -2.82639)
|
||||
uv = PackedVector2Array(53.63247, 3.0930328, 41.35988, 32.992325, 11.738266, 33.21373, 2.022316, 2.8276825)
|
||||
polygons = [PackedInt32Array(1, 3, 0), PackedInt32Array(2, 3, 1)]
|
||||
bones = ["root", PackedFloat32Array(1, 1, 1, 1)]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1482581356]
|
||||
root_node = NodePath("../SpineRoot/Skeleton2D")
|
||||
libraries/ = SubResource("AnimationLibrary_t8e74")
|
||||
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"Type": "GeneticMap",
|
||||
"Id": "Oni",
|
||||
"Cost": 11,
|
||||
},
|
||||
]
|
||||
@@ -0,0 +1,9 @@
|
||||
oni_baby.png
|
||||
size:84,52
|
||||
filter:Linear,Linear
|
||||
BabyA_oni
|
||||
bounds:2,6,47,44
|
||||
offsets:513,172,1080,1080
|
||||
BabyB_oni
|
||||
bounds:51,2,31,48
|
||||
offsets:512,186,1080,1080
|
||||
|
After Width: | Height: | Size: 5.5 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b1nyr2wy05v6r"
|
||||
path="res://.godot/imported/oni_baby.png-8312b5ad70174288e302f43442329c59.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_baby.png"
|
||||
dest_files=["res://.godot/imported/oni_baby.png-8312b5ad70174288e302f43442329c59.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,249 @@
|
||||
oni_birth.png
|
||||
size:748,748
|
||||
filter:Linear,Linear
|
||||
BabyA_0
|
||||
bounds:622,101,46,38
|
||||
offsets:455,234,1080,1080
|
||||
BabyB_0
|
||||
bounds:411,38,35,46
|
||||
offsets:443,241,1080,1080
|
||||
BabyD4_1
|
||||
bounds:448,44,32,27
|
||||
offsets:461,255,1080,1080
|
||||
C_armA1
|
||||
bounds:531,687,63,59
|
||||
offsets:411,338,1080,1080
|
||||
C_armA2
|
||||
bounds:298,155,53,118
|
||||
offsets:425,264,1080,1080
|
||||
C_armB
|
||||
bounds:118,23,67,219
|
||||
offsets:428,163,1080,1080
|
||||
C_armclothA1
|
||||
bounds:667,368,45,82
|
||||
offsets:433,282,1080,1080
|
||||
C_armclothA2
|
||||
bounds:518,88,47,34
|
||||
offsets:434,289,1080,1080
|
||||
C_armclothA2_L
|
||||
bounds:670,87,34,23
|
||||
offsets:442,294,1080,1080
|
||||
C_armclothB
|
||||
bounds:409,86,45,88
|
||||
offsets:438,184,1080,1080
|
||||
C_armclothB2
|
||||
bounds:447,282,35,16
|
||||
offsets:436,194,1080,1080
|
||||
C_body_3
|
||||
bounds:187,70,109,180
|
||||
offsets:415,216,1080,1080
|
||||
C_body_4
|
||||
bounds:2,53,114,189
|
||||
offsets:410,207,1080,1080
|
||||
C_eyeA1_a
|
||||
bounds:551,475,40,39
|
||||
offsets:386,374,1080,1080
|
||||
C_eyeA1_b
|
||||
bounds:509,47,40,39
|
||||
offsets:386,374,1080,1080
|
||||
C_eyeB1_a
|
||||
bounds:551,47,40,39
|
||||
offsets:386,374,1080,1080
|
||||
C_eyeB1_b
|
||||
bounds:603,23,40,39
|
||||
offsets:386,374,1080,1080
|
||||
C_eyeB2_a
|
||||
bounds:722,331,24,21
|
||||
offsets:394,388,1080,1080
|
||||
C_faceA1_a
|
||||
bounds:714,532,32,44
|
||||
offsets:388,370,1080,1080
|
||||
C_faceA1_b
|
||||
bounds:714,486,32,44
|
||||
offsets:388,370,1080,1080
|
||||
C_faceB1_a
|
||||
bounds:714,440,32,44
|
||||
offsets:388,370,1080,1080
|
||||
C_faceB1_b
|
||||
bounds:714,394,32,44
|
||||
offsets:388,370,1080,1080
|
||||
C_hairA_0
|
||||
bounds:527,322,42,92
|
||||
offsets:399,361,1080,1080
|
||||
C_hairA_1
|
||||
bounds:447,300,78,114
|
||||
offsets:396,339,1080,1080
|
||||
C_hairB_0
|
||||
bounds:685,152,51,67
|
||||
offsets:353,382,1080,1080
|
||||
C_hairB_1
|
||||
bounds:639,141,44,78
|
||||
offsets:361,370,1080,1080
|
||||
C_hairC_0
|
||||
bounds:298,62,54,91
|
||||
offsets:352,351,1080,1080
|
||||
C_hairC_1
|
||||
bounds:354,63,53,111
|
||||
offsets:347,331,1080,1080
|
||||
C_hairD1_1
|
||||
bounds:147,252,128,175
|
||||
offsets:425,284,1080,1080
|
||||
C_hairD2_1
|
||||
bounds:2,447,166,234
|
||||
offsets:348,220,1080,1080
|
||||
C_hairE_0
|
||||
bounds:170,429,132,117
|
||||
offsets:368,347,1080,1080
|
||||
C_hairE_1
|
||||
bounds:170,548,174,133
|
||||
offsets:368,331,1080,1080
|
||||
C_hairF_0
|
||||
bounds:2,244,143,201
|
||||
offsets:350,156,1080,1080
|
||||
C_headA
|
||||
bounds:456,416,93,67
|
||||
offsets:373,362,1080,1080
|
||||
C_hornA_0
|
||||
bounds:362,11,47,50
|
||||
offsets:365,412,1080,1080
|
||||
C_hornA_1
|
||||
bounds:456,99,60,83
|
||||
offsets:353,411,1080,1080
|
||||
C_hornB_0
|
||||
bounds:567,91,53,48
|
||||
offsets:334,391,1080,1080
|
||||
C_hornB_1
|
||||
bounds:651,293,69,73
|
||||
offsets:319,390,1080,1080
|
||||
C_legA1_0
|
||||
bounds:346,516,130,165
|
||||
offsets:385,139,1080,1080
|
||||
C_legA1_1
|
||||
bounds:478,516,130,165
|
||||
offsets:385,139,1080,1080
|
||||
C_legA1_L
|
||||
bounds:345,279,100,148
|
||||
offsets:399,151,1080,1080
|
||||
C_legA2
|
||||
bounds:571,378,94,72
|
||||
offsets:384,114,1080,1080
|
||||
C_legB1
|
||||
bounds:610,578,130,168
|
||||
offsets:490,140,1080,1080
|
||||
C_legB1_L
|
||||
bounds:277,275,66,152
|
||||
offsets:530,152,1080,1080
|
||||
C_legB2
|
||||
bounds:369,683,160,63
|
||||
offsets:577,130,1080,1080
|
||||
C_milkA_1
|
||||
bounds:64,4,39,47
|
||||
offsets:363,272,1080,1080
|
||||
C_nippleA
|
||||
bounds:716,245,30,46
|
||||
offsets:363,293,1080,1080
|
||||
C_pussyA_a
|
||||
bounds:529,3,34,42
|
||||
offsets:484,223,1080,1080
|
||||
C_pussyA_b
|
||||
bounds:645,21,31,41
|
||||
offsets:485,223,1080,1080
|
||||
C_pussyB_3
|
||||
bounds:411,5,44,31
|
||||
offsets:478,215,1080,1080
|
||||
C_pussyB_4
|
||||
bounds:685,112,46,38
|
||||
offsets:475,208,1080,1080
|
||||
C_pussyB_a
|
||||
bounds:491,2,36,43
|
||||
offsets:491,224,1080,1080
|
||||
C_pussyB_b
|
||||
bounds:565,3,36,42
|
||||
offsets:491,225,1080,1080
|
||||
C_semenA_1
|
||||
bounds:457,2,32,40
|
||||
offsets:469,197,1080,1080
|
||||
C_semenA_2
|
||||
bounds:484,209,77,89
|
||||
offsets:424,150,1080,1080
|
||||
C_semenB_1
|
||||
bounds:596,724,12,22
|
||||
offsets:506,217,1080,1080
|
||||
C_semenB_2
|
||||
bounds:482,47,25,24
|
||||
offsets:493,215,1080,1080
|
||||
C_semenC_1
|
||||
bounds:722,354,24,38
|
||||
offsets:524,201,1080,1080
|
||||
C_semenC_2
|
||||
bounds:422,184,60,93
|
||||
offsets:524,146,1080,1080
|
||||
C_semenD_2
|
||||
bounds:551,452,143,21
|
||||
offsets:444,137,1080,1080
|
||||
C_semenD_3
|
||||
bounds:393,485,153,29
|
||||
offsets:448,134,1080,1080
|
||||
C_semeninA_1_1
|
||||
bounds:716,231,30,12
|
||||
offsets:459,232,1080,1080
|
||||
C_semeninA_2_1
|
||||
bounds:527,304,36,16
|
||||
offsets:458,232,1080,1080
|
||||
C_semeninA_3_1
|
||||
bounds:304,523,40,23
|
||||
offsets:441,231,1080,1080
|
||||
C_semeninA_4_1
|
||||
bounds:251,34,45,34
|
||||
offsets:441,230,1080,1080
|
||||
C_semeninA_5_1
|
||||
bounds:298,19,62,41
|
||||
offsets:442,234,1080,1080
|
||||
C_semeninA_6_1
|
||||
bounds:187,18,62,50
|
||||
offsets:440,233,1080,1080
|
||||
C_semeninA_7_1
|
||||
bounds:639,221,75,70
|
||||
offsets:430,225,1080,1080
|
||||
C_semeninB_1_1
|
||||
bounds:603,10,33,11
|
||||
offsets:452,232,1080,1080
|
||||
C_semeninB_2_1
|
||||
bounds:251,16,35,16
|
||||
offsets:449,233,1080,1080
|
||||
C_semeninB_3_1
|
||||
bounds:456,73,47,24
|
||||
offsets:453,230,1080,1080
|
||||
C_semeninB_4_1
|
||||
bounds:622,64,42,35
|
||||
offsets:457,231,1080,1080
|
||||
C_semeninB_5_1
|
||||
bounds:2,5,60,46
|
||||
offsets:442,229,1080,1080
|
||||
C_semeninB_6_1
|
||||
bounds:393,429,61,54
|
||||
offsets:442,229,1080,1080
|
||||
C_semeninB_7_1
|
||||
bounds:571,296,78,80
|
||||
offsets:430,216,1080,1080
|
||||
C_titsA
|
||||
bounds:353,176,67,101
|
||||
offsets:369,274,1080,1080
|
||||
C_titsA_L
|
||||
bounds:518,124,47,83
|
||||
offsets:372,276,1080,1080
|
||||
C_wombA_3_1
|
||||
bounds:563,211,74,83
|
||||
offsets:433,218,1080,1080
|
||||
C_wombA_4_1
|
||||
bounds:610,475,102,101
|
||||
offsets:417,210,1080,1080
|
||||
C_wombB_3_1
|
||||
bounds:567,141,70,68
|
||||
offsets:435,227,1080,1080
|
||||
C_wombB_4_1
|
||||
bounds:304,429,87,85
|
||||
offsets:423,214,1080,1080
|
||||
shadow
|
||||
bounds:2,683,365,63
|
||||
offsets:358,111,1080,1080
|
||||
|
After Width: | Height: | Size: 289 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cdpkprqh0guk7"
|
||||
path="res://.godot/imported/oni_birth.png-fec1030b7ddf81de7c338a56c03188ff.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_birth.png"
|
||||
dest_files=["res://.godot/imported/oni_birth.png-fec1030b7ddf81de7c338a56c03188ff.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,270 @@
|
||||
oni_combat.png
|
||||
size:892,892
|
||||
filter:Linear,Linear
|
||||
C_armA1
|
||||
bounds:475,733,81,107
|
||||
offsets:457,455,1080,1080
|
||||
C_armA1_L
|
||||
bounds:691,199,45,61
|
||||
offsets:465,498,1080,1080
|
||||
C_armA2
|
||||
bounds:492,620,55,111
|
||||
offsets:451,370,1080,1080
|
||||
C_armB1
|
||||
bounds:510,472,104,86
|
||||
offsets:557,469,1080,1080
|
||||
C_armB2
|
||||
bounds:616,456,54,102
|
||||
offsets:624,470,1080,1080
|
||||
C_armB3
|
||||
bounds:597,130,46,41
|
||||
offsets:635,535,1080,1080
|
||||
C_armclothA1
|
||||
bounds:546,185,50,91
|
||||
offsets:451,376,1080,1080
|
||||
C_armclothA2
|
||||
bounds:682,136,49,37
|
||||
offsets:445,390,1080,1080
|
||||
C_armclothA2_L
|
||||
bounds:694,74,35,21
|
||||
offsets:453,397,1080,1080
|
||||
C_armclothB1
|
||||
bounds:738,199,52,57
|
||||
offsets:624,484,1080,1080
|
||||
C_armclothB2
|
||||
bounds:613,3,43,18
|
||||
offsets:637,522,1080,1080
|
||||
C_attack_armA1
|
||||
bounds:543,117,52,66
|
||||
offsets:493,509,1080,1080
|
||||
C_attack_armA1_L
|
||||
bounds:753,861,23,29
|
||||
offsets:494,541,1080,1080
|
||||
C_attack_armA2
|
||||
bounds:752,438,75,87
|
||||
offsets:511,527,1080,1080
|
||||
C_attack_armA3
|
||||
bounds:403,302,77,115
|
||||
offsets:550,579,1080,1080
|
||||
C_attack_armB1
|
||||
bounds:798,298,53,64
|
||||
offsets:557,511,1080,1080
|
||||
C_attack_armB2
|
||||
bounds:455,92,54,102
|
||||
offsets:576,524,1080,1080
|
||||
C_attack_armB3
|
||||
bounds:606,362,73,92
|
||||
offsets:558,591,1080,1080
|
||||
C_attack_armclothA1
|
||||
bounds:681,384,69,95
|
||||
offsets:553,593,1080,1080
|
||||
C_attack_armclothA2
|
||||
bounds:846,404,44,41
|
||||
offsets:567,634,1080,1080
|
||||
C_attack_armclothA2_L
|
||||
bounds:853,212,34,23
|
||||
offsets:574,644,1080,1080
|
||||
C_attack_armclothB1
|
||||
bounds:598,194,54,66
|
||||
offsets:573,598,1080,1080
|
||||
C_attack_armclothB2
|
||||
bounds:650,38,35,34
|
||||
offsets:571,631,1080,1080
|
||||
C_attack_handB
|
||||
bounds:607,23,40,42
|
||||
offsets:556,643,1080,1080
|
||||
C_attack_weapon
|
||||
bounds:2,733,471,157
|
||||
offsets:195,538,1080,1080
|
||||
C_bodyA
|
||||
bounds:152,163,143,108
|
||||
offsets:455,359,1080,1080
|
||||
C_bodyB
|
||||
bounds:689,691,91,149
|
||||
offsets:508,432,1080,1080
|
||||
C_bodyclothA1
|
||||
bounds:741,258,57,38
|
||||
offsets:527,532,1080,1080
|
||||
C_bodyclothA2
|
||||
bounds:829,447,55,41
|
||||
offsets:529,529,1080,1080
|
||||
C_bodyclothA2_L
|
||||
bounds:874,624,16,15
|
||||
offsets:564,539,1080,1080
|
||||
C_bodyclothB1_0
|
||||
bounds:298,419,126,75
|
||||
offsets:483,398,1080,1080
|
||||
C_bodyclothB2a_0
|
||||
bounds:650,74,42,57
|
||||
offsets:538,387,1080,1080
|
||||
C_bodyclothB2b_0
|
||||
bounds:607,67,41,61
|
||||
offsets:567,384,1080,1080
|
||||
C_bodyclothB3_0
|
||||
bounds:473,504,35,108
|
||||
offsets:551,338,1080,1080
|
||||
C_eyeA1_a
|
||||
bounds:388,172,64,22
|
||||
offsets:542,578,1080,1080
|
||||
C_eyeA1_b
|
||||
bounds:792,190,62,19
|
||||
offsets:544,577,1080,1080
|
||||
C_eyeB1_a
|
||||
bounds:691,175,64,22
|
||||
offsets:542,578,1080,1080
|
||||
C_eyeB1_b
|
||||
bounds:598,173,62,19
|
||||
offsets:544,577,1080,1080
|
||||
C_eyeB2_a
|
||||
bounds:564,2,47,17
|
||||
offsets:554,579,1080,1080
|
||||
C_faceA1_attack
|
||||
bounds:853,360,37,42
|
||||
offsets:563,562,1080,1080
|
||||
C_faceA1_hit
|
||||
bounds:694,97,39,37
|
||||
offsets:563,563,1080,1080
|
||||
C_faceA1_normal
|
||||
bounds:645,133,35,38
|
||||
offsets:565,565,1080,1080
|
||||
C_faceB1_attack
|
||||
bounds:853,316,37,42
|
||||
offsets:563,562,1080,1080
|
||||
C_faceB1_hit
|
||||
bounds:733,136,39,37
|
||||
offsets:563,563,1080,1080
|
||||
C_faceB1_normal
|
||||
bounds:735,96,35,38
|
||||
offsets:565,565,1080,1080
|
||||
C_hairA_0
|
||||
bounds:741,298,55,64
|
||||
offsets:564,584,1080,1080
|
||||
C_hairA_1
|
||||
bounds:491,197,53,79
|
||||
offsets:564,569,1080,1080
|
||||
C_hairB_0
|
||||
bounds:829,490,61,95
|
||||
offsets:509,548,1080,1080
|
||||
C_hairB_1
|
||||
bounds:661,572,89,117
|
||||
offsets:488,527,1080,1080
|
||||
C_hairC_0
|
||||
bounds:521,2,41,94
|
||||
offsets:588,547,1080,1080
|
||||
C_hairC_1
|
||||
bounds:825,587,47,111
|
||||
offsets:586,529,1080,1080
|
||||
C_hairD1_1
|
||||
bounds:2,178,148,188
|
||||
offsets:398,432,1080,1080
|
||||
C_hairD2_1
|
||||
bounds:152,426,144,186
|
||||
offsets:456,433,1080,1080
|
||||
C_hairE_0
|
||||
bounds:558,723,129,117
|
||||
offsets:480,535,1080,1080
|
||||
C_hairE_1
|
||||
bounds:298,496,173,116
|
||||
offsets:436,542,1080,1080
|
||||
C_hairF_0
|
||||
bounds:2,368,148,244
|
||||
offsets:397,297,1080,1080
|
||||
C_headA_1
|
||||
bounds:752,364,92,72
|
||||
offsets:515,555,1080,1080
|
||||
C_hornA_0
|
||||
bounds:482,356,26,69
|
||||
offsets:551,600,1080,1080
|
||||
C_hornA_1
|
||||
bounds:511,98,30,97
|
||||
offsets:550,599,1080,1080
|
||||
C_hornB_0
|
||||
bounds:654,195,35,65
|
||||
offsets:590,595,1080,1080
|
||||
C_hornB_1
|
||||
bounds:564,21,41,94
|
||||
offsets:590,595,1080,1080
|
||||
C_legA1
|
||||
bounds:782,700,94,190
|
||||
offsets:435,249,1080,1080
|
||||
C_legA1_L
|
||||
bounds:297,172,89,128
|
||||
offsets:437,290,1080,1080
|
||||
C_legA2
|
||||
bounds:328,10,125,160
|
||||
offsets:360,126,1080,1080
|
||||
C_legA3
|
||||
bounds:792,211,59,30
|
||||
offsets:360,122,1080,1080
|
||||
C_legB1
|
||||
bounds:2,8,120,168
|
||||
offsets:519,262,1080,1080
|
||||
C_legB1_L
|
||||
bounds:289,302,112,115
|
||||
offsets:523,275,1080,1080
|
||||
C_legB2
|
||||
bounds:549,560,110,161
|
||||
offsets:592,140,1080,1080
|
||||
C_legB3
|
||||
bounds:731,66,45,28
|
||||
offsets:665,130,1080,1080
|
||||
C_legclothA
|
||||
bounds:152,273,135,151
|
||||
offsets:349,135,1080,1080
|
||||
C_legclothB2
|
||||
bounds:124,10,118,151
|
||||
offsets:595,141,1080,1080
|
||||
C_move_legB2
|
||||
bounds:752,527,71,162
|
||||
offsets:568,134,1080,1080
|
||||
C_move_legB3
|
||||
bounds:681,262,58,31
|
||||
offsets:583,128,1080,1080
|
||||
C_move_legclothB2
|
||||
bounds:244,10,82,151
|
||||
offsets:565,137,1080,1080
|
||||
C_nippleA
|
||||
bounds:800,243,52,53
|
||||
offsets:521,461,1080,1080
|
||||
C_nippleB
|
||||
bounds:510,571,37,47
|
||||
offsets:621,460,1080,1080
|
||||
C_pregnant_1
|
||||
bounds:426,427,57,67
|
||||
offsets:539,401,1080,1080
|
||||
C_pregnant_2
|
||||
bounds:672,481,78,89
|
||||
offsets:523,386,1080,1080
|
||||
C_pregnant_3
|
||||
bounds:510,373,94,97
|
||||
offsets:517,380,1080,1080
|
||||
C_pregnant_4
|
||||
bounds:388,196,101,104
|
||||
offsets:517,375,1080,1080
|
||||
C_pregnant_L_2
|
||||
bounds:874,641,15,57
|
||||
offsets:582,399,1080,1080
|
||||
C_pregnant_L_3
|
||||
bounds:485,434,23,68
|
||||
offsets:584,389,1080,1080
|
||||
C_pregnant_L_4
|
||||
bounds:854,237,21,77
|
||||
offsets:589,388,1080,1080
|
||||
C_titsA
|
||||
bounds:510,278,86,93
|
||||
offsets:504,445,1080,1080
|
||||
C_titsA_L
|
||||
bounds:681,295,58,87
|
||||
offsets:512,447,1080,1080
|
||||
C_titsB
|
||||
bounds:598,262,81,98
|
||||
offsets:571,440,1080,1080
|
||||
C_titsB_L
|
||||
bounds:455,2,64,88
|
||||
offsets:591,442,1080,1080
|
||||
C_weapon
|
||||
bounds:2,614,488,117
|
||||
offsets:259,530,1080,1080
|
||||
shadow
|
||||
bounds:475,842,276,48
|
||||
offsets:409,115,1080,1080
|
||||
|
After Width: | Height: | Size: 426 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cgjautgbfnyv4"
|
||||
path="res://.godot/imported/oni_combat.png-766e72840a30730a18e3bc64987f6357.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_combat.png"
|
||||
dest_files=["res://.godot/imported/oni_combat.png-766e72840a30730a18e3bc64987f6357.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,96 @@
|
||||
oni_dead.png
|
||||
size:724,724
|
||||
filter:Linear,Linear
|
||||
C_armA
|
||||
bounds:371,89,141,44
|
||||
offsets:366,82,1080,1080
|
||||
C_armclothA1
|
||||
bounds:602,152,106,45
|
||||
offsets:399,81,1080,1080
|
||||
C_armclothA2
|
||||
bounds:685,685,37,37
|
||||
offsets:444,85,1080,1080
|
||||
C_body
|
||||
bounds:2,457,400,265
|
||||
offsets:351,71,1080,1080
|
||||
C_bodycloth_0
|
||||
bounds:404,457,132,128
|
||||
offsets:468,104,1080,1080
|
||||
C_eyeA1
|
||||
bounds:336,207,26,35
|
||||
offsets:360,160,1080,1080
|
||||
C_eyeB1
|
||||
bounds:458,2,26,36
|
||||
offsets:360,159,1080,1080
|
||||
C_faceA1_a
|
||||
bounds:663,102,47,48
|
||||
offsets:351,152,1080,1080
|
||||
C_faceB1_a
|
||||
bounds:475,40,46,47
|
||||
offsets:355,151,1080,1080
|
||||
C_hairA_0
|
||||
bounds:371,135,108,107
|
||||
offsets:316,103,1080,1080
|
||||
C_hairA_1
|
||||
bounds:336,244,136,114
|
||||
offsets:313,95,1080,1080
|
||||
C_hairC_0
|
||||
bounds:352,2,104,38
|
||||
offsets:313,182,1080,1080
|
||||
C_hairC_1
|
||||
bounds:352,42,121,45
|
||||
offsets:317,180,1080,1080
|
||||
C_hairE_0
|
||||
bounds:404,587,279,135
|
||||
offsets:299,70,1080,1080
|
||||
C_hairE_1
|
||||
bounds:2,201,332,157
|
||||
offsets:278,52,1080,1080
|
||||
C_head_0
|
||||
bounds:481,165,119,102
|
||||
offsets:292,110,1080,1080
|
||||
C_head_1
|
||||
bounds:227,91,142,108
|
||||
offsets:270,110,1080,1080
|
||||
C_legcloth
|
||||
bounds:538,368,148,217
|
||||
offsets:560,75,1080,1080
|
||||
C_nippleA
|
||||
bounds:599,91,62,59
|
||||
offsets:411,137,1080,1080
|
||||
C_nippleB
|
||||
bounds:523,63,60,44
|
||||
offsets:431,235,1080,1080
|
||||
C_pregnant_1
|
||||
bounds:514,109,83,54
|
||||
offsets:482,162,1080,1080
|
||||
C_pregnant_2
|
||||
bounds:602,199,115,68
|
||||
offsets:467,159,1080,1080
|
||||
C_pregnant_3
|
||||
bounds:227,2,123,87
|
||||
offsets:460,150,1080,1080
|
||||
C_pregnant_4
|
||||
bounds:474,269,126,97
|
||||
offsets:467,150,1080,1080
|
||||
C_pregnant_L_2
|
||||
bounds:449,362,22,13
|
||||
offsets:495,208,1080,1080
|
||||
C_pregnant_L_3
|
||||
bounds:685,667,23,16
|
||||
offsets:497,218,1080,1080
|
||||
C_pregnant_L_4
|
||||
bounds:2,10,44,18
|
||||
offsets:487,229,1080,1080
|
||||
C_titsA
|
||||
bounds:602,269,94,97
|
||||
offsets:400,111,1080,1080
|
||||
C_titsA_L
|
||||
bounds:449,377,85,78
|
||||
offsets:413,117,1080,1080
|
||||
C_titsB_L
|
||||
bounds:2,30,223,169
|
||||
offsets:398,115,1080,1080
|
||||
shadow
|
||||
bounds:2,360,445,95
|
||||
offsets:314,78,1080,1080
|
||||
|
After Width: | Height: | Size: 182 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c5dyhqmyh6mi7"
|
||||
path="res://.godot/imported/oni_dead.png-8d8351405bb79fb8b05e848c24617077.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_dead.png"
|
||||
dest_files=["res://.godot/imported/oni_dead.png-8d8351405bb79fb8b05e848c24617077.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,9 @@
|
||||
oni_fetus.png
|
||||
size:84,52
|
||||
filter:Linear,Linear
|
||||
BabyA_oni
|
||||
bounds:2,4,47,46
|
||||
offsets:513,170,1080,1080
|
||||
BabyB_oni
|
||||
bounds:51,2,31,48
|
||||
offsets:512,186,1080,1080
|
||||
|
After Width: | Height: | Size: 5.5 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://fhpqc2eqykxx"
|
||||
path="res://.godot/imported/oni_fetus.png-8443ef37d808c12e8c74b5a51c594634.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_fetus.png"
|
||||
dest_files=["res://.godot/imported/oni_fetus.png-8443ef37d808c12e8c74b5a51c594634.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,6 @@
|
||||
oni_fetus_body.png
|
||||
size:36,52
|
||||
filter:Linear,Linear
|
||||
BabyB_oni
|
||||
bounds:2,2,31,48
|
||||
offsets:512,186,1080,1080
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dfs56lq8wk45e"
|
||||
path="res://.godot/imported/oni_fetus_body.png-5c99241ad1a3bd71ef7a1e8f0b80be2f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_fetus_body.png"
|
||||
dest_files=["res://.godot/imported/oni_fetus_body.png-5c99241ad1a3bd71ef7a1e8f0b80be2f.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,6 @@
|
||||
oni_fetus_head.png
|
||||
size:56,52
|
||||
filter:Linear,Linear
|
||||
BabyA_oni
|
||||
bounds:2,2,50,47
|
||||
offsets:513,168,1080,1080
|
||||
|
After Width: | Height: | Size: 3.2 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dpkt6ytxt67hm"
|
||||
path="res://.godot/imported/oni_fetus_head.png-7ca4e725abe3c32d890cf651f35c25d0.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_fetus_head.png"
|
||||
dest_files=["res://.godot/imported/oni_fetus_head.png-7ca4e725abe3c32d890cf651f35c25d0.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,204 @@
|
||||
oni_milk.png
|
||||
size:704,704
|
||||
filter:Linear,Linear
|
||||
B_bodyA_0
|
||||
bounds:468,58,40,36
|
||||
offsets:441,207,1080,1080
|
||||
B_bodyA_1
|
||||
bounds:509,5,51,42
|
||||
offsets:434,201,1080,1080
|
||||
B_bodyB_0
|
||||
bounds:377,10,41,34
|
||||
offsets:555,245,1080,1080
|
||||
B_bodyB_1
|
||||
bounds:611,192,46,33
|
||||
offsets:552,244,1080,1080
|
||||
B_headA_0
|
||||
bounds:335,3,40,47
|
||||
offsets:437,226,1080,1080
|
||||
B_headA_1
|
||||
bounds:569,28,52,43
|
||||
offsets:432,226,1080,1080
|
||||
B_headB_0
|
||||
bounds:610,86,46,50
|
||||
offsets:561,257,1080,1080
|
||||
B_headB_1
|
||||
bounds:309,523,47,51
|
||||
offsets:563,255,1080,1080
|
||||
C_armA1
|
||||
bounds:514,421,105,87
|
||||
offsets:357,235,1080,1080
|
||||
C_armA1_L
|
||||
bounds:273,5,60,45
|
||||
offsets:375,273,1080,1080
|
||||
C_armA2
|
||||
bounds:559,597,61,105
|
||||
offsets:355,165,1080,1080
|
||||
C_armB
|
||||
bounds:561,515,73,80
|
||||
offsets:482,243,1080,1080
|
||||
C_armclothA1
|
||||
bounds:508,510,51,76
|
||||
offsets:356,173,1080,1080
|
||||
C_armclothA2
|
||||
bounds:623,52,48,32
|
||||
offsets:357,182,1080,1080
|
||||
C_armclothA2_L
|
||||
bounds:622,601,39,20
|
||||
offsets:363,191,1080,1080
|
||||
C_body_0
|
||||
bounds:293,126,124,189
|
||||
offsets:436,152,1080,1080
|
||||
C_body_1
|
||||
bounds:310,319,124,189
|
||||
offsets:436,152,1080,1080
|
||||
C_eyeA1_a
|
||||
bounds:99,129,62,22
|
||||
offsets:454,332,1080,1080
|
||||
C_eyeB1_a
|
||||
bounds:99,105,62,22
|
||||
offsets:454,332,1080,1080
|
||||
C_eyeB2_a
|
||||
bounds:420,11,45,14
|
||||
offsets:466,335,1080,1080
|
||||
C_faceA1_a
|
||||
bounds:652,151,39,39
|
||||
offsets:473,319,1080,1080
|
||||
C_faceA1_b
|
||||
bounds:623,10,39,40
|
||||
offsets:473,319,1080,1080
|
||||
C_faceB1_a
|
||||
bounds:658,110,39,39
|
||||
offsets:473,319,1080,1080
|
||||
C_faceB1_b
|
||||
bounds:611,150,39,40
|
||||
offsets:473,319,1080,1080
|
||||
C_hairA_0
|
||||
bounds:309,576,55,63
|
||||
offsets:479,340,1080,1080
|
||||
C_hairA_1
|
||||
bounds:162,2,49,78
|
||||
offsets:479,326,1080,1080
|
||||
C_hairB_0
|
||||
bounds:99,3,61,100
|
||||
offsets:419,301,1080,1080
|
||||
C_hairB_1
|
||||
bounds:436,394,76,114
|
||||
offsets:403,286,1080,1080
|
||||
C_hairC_0
|
||||
bounds:514,322,45,97
|
||||
offsets:498,300,1080,1080
|
||||
C_hairC_1
|
||||
bounds:508,588,49,114
|
||||
offsets:498,283,1080,1080
|
||||
C_hairD1_1
|
||||
bounds:172,317,136,203
|
||||
offsets:323,177,1080,1080
|
||||
C_hairD2_1
|
||||
bounds:368,510,138,192
|
||||
offsets:397,184,1080,1080
|
||||
C_hairE_0
|
||||
bounds:178,522,129,117
|
||||
offsets:393,295,1080,1080
|
||||
C_hairE_1
|
||||
bounds:2,522,174,117
|
||||
offsets:348,301,1080,1080
|
||||
C_hairF_0
|
||||
bounds:2,292,163,138
|
||||
offsets:302,162,1080,1080
|
||||
C_headA
|
||||
bounds:292,52,92,72
|
||||
offsets:428,311,1080,1080
|
||||
C_hornA_0
|
||||
bounds:386,46,32,68
|
||||
offsets:464,355,1080,1080
|
||||
C_hornA_1
|
||||
bounds:663,526,33,95
|
||||
offsets:465,356,1080,1080
|
||||
C_hornB_0
|
||||
bounds:569,73,39,63
|
||||
offsets:502,352,1080,1080
|
||||
C_hornB_1
|
||||
bounds:557,227,47,93
|
||||
offsets:502,351,1080,1080
|
||||
C_legA1
|
||||
bounds:2,432,168,88
|
||||
offsets:357,128,1080,1080
|
||||
C_legA1_L
|
||||
bounds:167,230,124,85
|
||||
offsets:394,129,1080,1080
|
||||
C_legA2
|
||||
bounds:419,233,136,84
|
||||
offsets:368,101,1080,1080
|
||||
C_legB1
|
||||
bounds:2,153,160,137
|
||||
offsets:520,143,1080,1080
|
||||
C_legB1_L
|
||||
bounds:2,21,95,130
|
||||
offsets:550,144,1080,1080
|
||||
C_legB2
|
||||
bounds:164,82,126,146
|
||||
offsets:641,123,1080,1080
|
||||
C_milkA_1
|
||||
bounds:490,336,17,39
|
||||
offsets:451,208,1080,1080
|
||||
C_milkB_1
|
||||
bounds:665,377,34,47
|
||||
offsets:550,233,1080,1080
|
||||
C_nippleA
|
||||
bounds:436,322,52,53
|
||||
offsets:433,218,1080,1080
|
||||
C_nippleB
|
||||
bounds:665,330,34,45
|
||||
offsets:550,251,1080,1080
|
||||
C_pregnant_2
|
||||
bounds:622,623,72,79
|
||||
offsets:478,168,1080,1080
|
||||
C_pregnant_3
|
||||
bounds:517,138,92,87
|
||||
offsets:465,167,1080,1080
|
||||
C_pregnant_4
|
||||
bounds:561,323,102,96
|
||||
offsets:459,166,1080,1080
|
||||
C_pregnant_L_2
|
||||
bounds:468,3,39,53
|
||||
offsets:510,178,1080,1080
|
||||
C_pregnant_L_3
|
||||
bounds:420,27,46,67
|
||||
offsets:507,176,1080,1080
|
||||
C_pregnant_L_4
|
||||
bounds:213,3,58,77
|
||||
offsets:501,178,1080,1080
|
||||
C_pussy
|
||||
bounds:664,15,34,35
|
||||
offsets:505,148,1080,1080
|
||||
C_semenA_2
|
||||
bounds:53,5,34,14
|
||||
offsets:489,131,1080,1080
|
||||
C_semenA_3
|
||||
bounds:420,96,53,18
|
||||
offsets:480,127,1080,1080
|
||||
C_semenB_1
|
||||
bounds:2,2,49,17
|
||||
offsets:504,137,1080,1080
|
||||
C_semenB_2
|
||||
bounds:436,377,76,15
|
||||
offsets:505,138,1080,1080
|
||||
C_semenB_3
|
||||
bounds:419,116,93,21
|
||||
offsets:508,133,1080,1080
|
||||
C_titsA
|
||||
bounds:606,227,87,94
|
||||
offsets:419,209,1080,1080
|
||||
C_titsA_L
|
||||
bounds:514,49,53,87
|
||||
offsets:422,210,1080,1080
|
||||
C_titsB
|
||||
bounds:419,139,96,92
|
||||
offsets:483,223,1080,1080
|
||||
C_titsB_L
|
||||
bounds:621,426,65,87
|
||||
offsets:512,226,1080,1080
|
||||
shadow
|
||||
bounds:2,641,364,61
|
||||
offsets:361,117,1080,1080
|
||||
|
After Width: | Height: | Size: 252 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://4j73o0kcmnbk"
|
||||
path="res://.godot/imported/oni_milk.png-21b1705b0539814b60b832cb921458cc.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_milk.png"
|
||||
dest_files=["res://.godot/imported/oni_milk.png-21b1705b0539814b60b832cb921458cc.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,85 @@
|
||||
oni_portrait_combat.png
|
||||
size:348,348
|
||||
filter:Linear,Linear
|
||||
C_armA1
|
||||
bounds:325,112,21,47
|
||||
C_armB1
|
||||
bounds:97,115,71,40
|
||||
C_armB2
|
||||
bounds:178,56,1,2
|
||||
offsets:1,0,2,3
|
||||
C_armclothB1
|
||||
bounds:345,108,1,2
|
||||
offsets:1,0,2,2
|
||||
C_bodyB
|
||||
bounds:262,187,79,67
|
||||
C_bodyclothA1
|
||||
bounds:204,140,55,35
|
||||
offsets:0,0,55,36
|
||||
C_bodyclothA2
|
||||
bounds:261,121,62,38
|
||||
C_bodyclothA2_L
|
||||
bounds:42,5,14,13
|
||||
C_eyeA1_a
|
||||
bounds:87,16,59,19
|
||||
offsets:0,0,59,20
|
||||
C_eyeB1_a
|
||||
bounds:257,75,59,19
|
||||
offsets:0,0,59,20
|
||||
C_eyeB2_a
|
||||
bounds:203,60,44,15
|
||||
C_faceA1_normal
|
||||
bounds:170,124,31,35
|
||||
offsets:0,0,32,35
|
||||
C_faceB1_normal
|
||||
bounds:148,10,31,35
|
||||
offsets:0,0,32,35
|
||||
C_hairA_0
|
||||
bounds:203,77,52,61
|
||||
C_hairA_1
|
||||
bounds:87,37,49,76
|
||||
C_hairB_0
|
||||
bounds:204,177,56,93
|
||||
C_hairB_1
|
||||
bounds:97,157,60,113
|
||||
C_hairC_0
|
||||
bounds:305,256,37,90
|
||||
offsets:1,0,38,90
|
||||
C_hairC_1
|
||||
bounds:159,161,43,109
|
||||
C_hairD1_1
|
||||
bounds:181,9,31,49
|
||||
offsets:0,0,31,50
|
||||
C_hairD2_1
|
||||
bounds:2,20,83,104
|
||||
C_hairE_0
|
||||
bounds:2,233,93,113
|
||||
C_hairE_1
|
||||
bounds:2,126,93,105
|
||||
C_hairF_0
|
||||
bounds:214,32,22,26
|
||||
C_headA_1
|
||||
bounds:215,278,88,68
|
||||
offsets:0,0,88,69
|
||||
C_hornA_0
|
||||
bounds:178,60,23,62
|
||||
C_hornA_1
|
||||
bounds:318,48,25,62
|
||||
C_hornB_0
|
||||
bounds:249,11,32,62
|
||||
offsets:0,0,32,63
|
||||
C_hornB_1
|
||||
bounds:138,47,38,66
|
||||
C_titsA
|
||||
bounds:262,161,67,24
|
||||
C_titsA_L
|
||||
bounds:262,256,22,20
|
||||
offsets:1,0,23,21
|
||||
C_titsB
|
||||
bounds:257,96,58,23
|
||||
C_titsB_L
|
||||
bounds:2,2,38,16
|
||||
offsets:1,0,39,16
|
||||
C_weapon
|
||||
bounds:97,272,116,74
|
||||
offsets:0,1,116,76
|
||||
|
After Width: | Height: | Size: 74 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bdqfgv7x2oapd"
|
||||
path="res://.godot/imported/oni_portrait_combat.png-30abdb7d29d142cd00c404fc2260cec2.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_portrait_combat.png"
|
||||
dest_files=["res://.godot/imported/oni_portrait_combat.png-30abdb7d29d142cd00c404fc2260cec2.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,70 @@
|
||||
oni_portrait_stand.png
|
||||
size:324,324
|
||||
filter:Linear,Linear
|
||||
C_armA1
|
||||
bounds:166,2,21,47
|
||||
C_armB1
|
||||
bounds:166,51,42,54
|
||||
offsets:0,0,42,55
|
||||
C_bodyB
|
||||
bounds:240,255,79,67
|
||||
C_eyeA1_a
|
||||
bounds:243,68,59,19
|
||||
offsets:0,0,59,20
|
||||
C_eyeB1_a
|
||||
bounds:243,47,59,19
|
||||
offsets:0,0,59,20
|
||||
C_eyeB2_a
|
||||
bounds:222,31,44,14
|
||||
C_faceA1_a
|
||||
bounds:210,48,31,36
|
||||
offsets:0,0,32,36
|
||||
C_faceB1_a
|
||||
bounds:189,10,31,36
|
||||
offsets:0,0,32,36
|
||||
C_hairA_0
|
||||
bounds:243,114,52,61
|
||||
C_hairA_1
|
||||
bounds:243,177,49,76
|
||||
C_hairB_0
|
||||
bounds:182,229,56,93
|
||||
C_hairB_1
|
||||
bounds:97,103,60,113
|
||||
C_hairC_0
|
||||
bounds:204,137,37,90
|
||||
offsets:1,0,38,90
|
||||
C_hairC_1
|
||||
bounds:159,107,43,109
|
||||
C_hairD1_1
|
||||
bounds:210,86,31,49
|
||||
offsets:0,0,31,50
|
||||
C_hairD2_1
|
||||
bounds:97,218,83,104
|
||||
C_hairE_0
|
||||
bounds:2,209,93,113
|
||||
C_hairE_1
|
||||
bounds:2,102,93,105
|
||||
C_hairF_0
|
||||
bounds:71,4,22,26
|
||||
C_headA_1
|
||||
bounds:2,32,88,68
|
||||
offsets:0,0,88,69
|
||||
C_hornA_0
|
||||
bounds:297,127,23,62
|
||||
C_hornA_1
|
||||
bounds:294,191,25,62
|
||||
C_hornB_0
|
||||
bounds:132,39,32,62
|
||||
offsets:0,0,32,63
|
||||
C_hornB_1
|
||||
bounds:92,34,38,66
|
||||
C_titsA
|
||||
bounds:2,6,67,24
|
||||
C_titsB
|
||||
bounds:243,89,58,23
|
||||
C_titsB_L
|
||||
bounds:95,16,38,16
|
||||
offsets:1,0,39,16
|
||||
레이어 105
|
||||
bounds:222,9,22,20
|
||||
offsets:1,0,23,21
|
||||
|
After Width: | Height: | Size: 61 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ct5lcrolc52ue"
|
||||
path="res://.godot/imported/oni_portrait_stand.png-56b2d576fa7127e3f934255a57b00045.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_portrait_stand.png"
|
||||
dest_files=["res://.godot/imported/oni_portrait_stand.png-56b2d576fa7127e3f934255a57b00045.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,195 @@
|
||||
oni_stand.png
|
||||
size:720,720
|
||||
filter:Linear,Linear
|
||||
C_armA1
|
||||
bounds:339,85,81,106
|
||||
offsets:456,456,1080,1080
|
||||
C_armA1_L
|
||||
bounds:424,604,43,59
|
||||
offsets:466,499,1080,1080
|
||||
C_armA2
|
||||
bounds:646,607,55,111
|
||||
offsets:451,370,1080,1080
|
||||
C_armB1
|
||||
bounds:660,337,50,110
|
||||
offsets:557,446,1080,1080
|
||||
C_armB2
|
||||
bounds:301,249,78,107
|
||||
offsets:572,373,1080,1080
|
||||
C_armclothA1
|
||||
bounds:2,2,49,90
|
||||
offsets:452,376,1080,1080
|
||||
C_armclothA2
|
||||
bounds:356,209,49,36
|
||||
offsets:445,390,1080,1080
|
||||
C_armclothA2_L
|
||||
bounds:513,125,35,21
|
||||
offsets:453,397,1080,1080
|
||||
C_armclothB1
|
||||
bounds:339,2,69,81
|
||||
offsets:573,383,1080,1080
|
||||
C_armclothB2
|
||||
bounds:461,87,39,29
|
||||
offsets:590,398,1080,1080
|
||||
C_bodyA
|
||||
bounds:424,491,142,108
|
||||
offsets:456,359,1080,1080
|
||||
C_bodyB
|
||||
bounds:568,450,91,149
|
||||
offsets:508,433,1080,1080
|
||||
C_eyeA1_a
|
||||
bounds:145,292,61,21
|
||||
offsets:544,578,1080,1080
|
||||
C_eyeB1_a
|
||||
bounds:484,257,61,21
|
||||
offsets:544,578,1080,1080
|
||||
C_eyeB2_a
|
||||
bounds:301,477,47,17
|
||||
offsets:554,579,1080,1080
|
||||
C_faceA1_a
|
||||
bounds:235,2,35,40
|
||||
offsets:565,564,1080,1080
|
||||
C_faceB1_a
|
||||
bounds:272,2,35,40
|
||||
offsets:565,564,1080,1080
|
||||
C_hairA_0
|
||||
bounds:639,180,55,65
|
||||
offsets:565,584,1080,1080
|
||||
C_hairA_1
|
||||
bounds:410,3,53,80
|
||||
offsets:564,569,1080,1080
|
||||
C_hairB_0
|
||||
bounds:484,280,61,97
|
||||
offsets:510,547,1080,1080
|
||||
C_hairB_1
|
||||
bounds:271,358,89,116
|
||||
offsets:487,527,1080,1080
|
||||
C_hairC_0
|
||||
bounds:552,58,39,93
|
||||
offsets:589,547,1080,1080
|
||||
C_hairC_1
|
||||
bounds:133,10,48,111
|
||||
offsets:585,529,1080,1080
|
||||
C_hairD1_1
|
||||
bounds:151,476,148,187
|
||||
offsets:398,432,1080,1080
|
||||
C_hairD2_1
|
||||
bounds:2,286,141,187
|
||||
offsets:458,432,1080,1080
|
||||
C_hairE_0
|
||||
bounds:209,67,128,116
|
||||
offsets:480,536,1080,1080
|
||||
C_hairE_1
|
||||
bounds:470,601,174,117
|
||||
offsets:435,541,1080,1080
|
||||
C_hairF_0
|
||||
bounds:2,475,147,243
|
||||
offsets:397,298,1080,1080
|
||||
C_headA_1
|
||||
bounds:547,279,92,70
|
||||
offsets:515,556,1080,1080
|
||||
C_hornA_0
|
||||
bounds:610,114,26,69
|
||||
offsets:551,600,1080,1080
|
||||
C_hornA_1
|
||||
bounds:681,79,29,96
|
||||
offsets:551,600,1080,1080
|
||||
C_hornB_0
|
||||
bounds:516,11,34,66
|
||||
offsets:590,595,1080,1080
|
||||
C_hornB_1
|
||||
bounds:638,83,41,95
|
||||
offsets:590,595,1080,1080
|
||||
C_legA1
|
||||
bounds:2,94,93,190
|
||||
offsets:436,249,1080,1080
|
||||
C_legA1_L
|
||||
bounds:209,185,90,128
|
||||
offsets:437,290,1080,1080
|
||||
C_legA2
|
||||
bounds:145,315,124,158
|
||||
offsets:361,128,1080,1080
|
||||
C_legA3
|
||||
bounds:549,153,59,30
|
||||
offsets:359,122,1080,1080
|
||||
C_legB1
|
||||
bounds:301,496,121,167
|
||||
offsets:519,263,1080,1080
|
||||
C_legB1_L
|
||||
bounds:362,374,112,115
|
||||
offsets:523,275,1080,1080
|
||||
C_legB2
|
||||
bounds:97,123,110,161
|
||||
offsets:592,140,1080,1080
|
||||
C_legB3
|
||||
bounds:466,118,45,28
|
||||
offsets:665,130,1080,1080
|
||||
C_milkA_1
|
||||
bounds:706,289,12,46
|
||||
offsets:539,444,1080,1080
|
||||
C_milkB_1
|
||||
bounds:552,13,34,43
|
||||
offsets:621,443,1080,1080
|
||||
C_nippleA
|
||||
bounds:301,193,53,54
|
||||
offsets:521,460,1080,1080
|
||||
C_nippleB
|
||||
bounds:422,90,37,47
|
||||
offsets:621,460,1080,1080
|
||||
C_pregnant_1
|
||||
bounds:661,449,57,66
|
||||
offsets:539,402,1080,1080
|
||||
C_pregnant_2
|
||||
bounds:53,3,78,89
|
||||
offsets:523,386,1080,1080
|
||||
C_pregnant_3
|
||||
bounds:565,351,93,97
|
||||
offsets:518,380,1080,1080
|
||||
C_pregnant_4
|
||||
bounds:381,268,101,104
|
||||
offsets:517,375,1080,1080
|
||||
C_pregnant_L_2
|
||||
bounds:703,662,14,56
|
||||
offsets:582,400,1080,1080
|
||||
C_pregnant_L_3
|
||||
bounds:696,177,21,68
|
||||
offsets:584,389,1080,1080
|
||||
C_pregnant_L_4
|
||||
bounds:465,4,21,77
|
||||
offsets:589,388,1080,1080
|
||||
C_semenA_2
|
||||
bounds:488,4,26,73
|
||||
offsets:501,300,1080,1080
|
||||
C_semenA_3
|
||||
bounds:422,139,42,106
|
||||
offsets:485,266,1080,1080
|
||||
C_semenB_1
|
||||
bounds:183,89,21,32
|
||||
offsets:518,343,1080,1080
|
||||
C_semenB_2
|
||||
bounds:183,2,50,63
|
||||
offsets:518,311,1080,1080
|
||||
C_semenB_3
|
||||
bounds:476,379,87,110
|
||||
offsets:519,264,1080,1080
|
||||
C_semenC_2
|
||||
bounds:381,247,78,19
|
||||
offsets:487,135,1080,1080
|
||||
C_semenC_3
|
||||
bounds:235,44,102,21
|
||||
offsets:484,134,1080,1080
|
||||
C_titsA
|
||||
bounds:549,185,88,92
|
||||
offsets:503,446,1080,1080
|
||||
C_titsA_L
|
||||
bounds:661,517,57,88
|
||||
offsets:512,447,1080,1080
|
||||
C_titsB
|
||||
bounds:466,148,81,97
|
||||
offsets:571,440,1080,1080
|
||||
C_titsB_L
|
||||
bounds:641,247,63,88
|
||||
offsets:592,442,1080,1080
|
||||
shadow
|
||||
bounds:151,665,317,53
|
||||
offsets:384,113,1080,1080
|
||||
|
After Width: | Height: | Size: 271 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://btt5vvd68o7l7"
|
||||
path="res://.godot/imported/oni_stand.png-adf43b282552975568ddc7eae0520432.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_stand.png"
|
||||
dest_files=["res://.godot/imported/oni_stand.png-adf43b282552975568ddc7eae0520432.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,9 @@
|
||||
oni_suckle_left.png
|
||||
size:52,88
|
||||
filter:Linear,Linear
|
||||
B_bodyB_oni
|
||||
bounds:2,2,46,34
|
||||
offsets:573,239,1080,1080
|
||||
B_headB_oni
|
||||
bounds:2,38,41,48
|
||||
offsets:587,250,1080,1080
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b71efvaiucitc"
|
||||
path="res://.godot/imported/oni_suckle_left.png-64a90bf74d4411b395b375375bf3ab9f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_suckle_left.png"
|
||||
dest_files=["res://.godot/imported/oni_suckle_left.png-64a90bf74d4411b395b375375bf3ab9f.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,6 @@
|
||||
oni_suckle_left_body.png
|
||||
size:52,40
|
||||
filter:Linear,Linear
|
||||
B_bodyB_oni
|
||||
bounds:2,2,46,34
|
||||
offsets:573,239,1080,1080
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c72dclfvwovm5"
|
||||
path="res://.godot/imported/oni_suckle_left_body.png-fdff6a9c2f04705c7b3aaca8e1461c0d.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_suckle_left_body.png"
|
||||
dest_files=["res://.godot/imported/oni_suckle_left_body.png-fdff6a9c2f04705c7b3aaca8e1461c0d.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,6 @@
|
||||
oni_suckle_left_head.png
|
||||
size:48,52
|
||||
filter:Linear,Linear
|
||||
B_headB_oni
|
||||
bounds:2,2,42,45
|
||||
offsets:586,253,1080,1080
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dylk5g7mu3hij"
|
||||
path="res://.godot/imported/oni_suckle_left_head.png-e34422d39be8a5045dae7a583e17a924.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_suckle_left_head.png"
|
||||
dest_files=["res://.godot/imported/oni_suckle_left_head.png-e34422d39be8a5045dae7a583e17a924.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,9 @@
|
||||
oni_suckle_right.png
|
||||
size:56,80
|
||||
filter:Linear,Linear
|
||||
B_bodyA_oni
|
||||
bounds:2,2,52,32
|
||||
offsets:516,232,1080,1080
|
||||
B_headA_oni
|
||||
bounds:2,36,49,42
|
||||
offsets:517,249,1080,1080
|
||||
|
After Width: | Height: | Size: 4.1 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dtk7cfkuhhomj"
|
||||
path="res://.godot/imported/oni_suckle_right.png-b82e52e0ccb6dba09d6818288a6e6b3f.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_suckle_right.png"
|
||||
dest_files=["res://.godot/imported/oni_suckle_right.png-b82e52e0ccb6dba09d6818288a6e6b3f.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,6 @@
|
||||
oni_suckle_right_body.png
|
||||
size:60,36
|
||||
filter:Linear,Linear
|
||||
B_bodyA_oni
|
||||
bounds:2,2,53,32
|
||||
offsets:515,232,1080,1080
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cbb7bfuowxobb"
|
||||
path="res://.godot/imported/oni_suckle_right_body.png-94e922156015b319826b8e7dbe32e4c7.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_suckle_right_body.png"
|
||||
dest_files=["res://.godot/imported/oni_suckle_right_body.png-94e922156015b319826b8e7dbe32e4c7.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,6 @@
|
||||
oni_suckle_right_head.png
|
||||
size:56,48
|
||||
filter:Linear,Linear
|
||||
B_headA_oni
|
||||
bounds:2,2,49,42
|
||||
offsets:517,249,1080,1080
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bcrd3y4im880u"
|
||||
path="res://.godot/imported/oni_suckle_right_head.png-03f904bca8f4a77f2d4319cd5750cc35.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://characters/oni/spine/oni_suckle_right_head.png"
|
||||
dest_files=["res://.godot/imported/oni_suckle_right_head.png-03f904bca8f4a77f2d4319cd5750cc35.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
|
||||