From eaa4e6dae4f7c4201998b43cfe16ae881c8c9fa5 Mon Sep 17 00:00:00 2001 From: wangxiner55 <1468441589@qq.com> Date: Mon, 18 Nov 2024 19:14:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BA=B6=E8=A7=A3=E8=BE=B9=E7=BC=98=E5=8F=91?= =?UTF-8?q?=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 溶解边缘发射 --- Content/2/3/Circle.uasset | 3 --- Content/2/3/M_plane.uasset | 3 --- ...polySurface1480_rgb_OriginExt_a_ParentIndexInt_UV_2.uasset | 3 --- .../polySurface1480_rgb_PivotPos_a_ParentIndexInt_UV_2.uasset | 3 --- Content/2/3/zxcc.uasset | 3 --- .../CommonFXLiberal/NiagaraModules/2D/SpawnFromTex.uasset | 3 +++ .../SpawnColorFromTexture/FX/SpawnFromEdge.uasset | 3 +++ .../NiagaraSystem/SpawnColorFromTexture/Level/TempLevel.umap | 3 +++ .../SpawnColorFromTexture/Material/M_Effect_002_Inst.uasset | 3 +++ .../Material/Effect/Function/MF_Dissolve02_LY_001.uasset | 4 ++-- .../C_001/LXC/AccumulateEnergy/Mesh/SM_sphere_LXC_002.uasset | 4 ++-- 11 files changed, 16 insertions(+), 19 deletions(-) delete mode 100644 Content/2/3/Circle.uasset delete mode 100644 Content/2/3/M_plane.uasset delete mode 100644 Content/2/3/polySurface1480_rgb_OriginExt_a_ParentIndexInt_UV_2.uasset delete mode 100644 Content/2/3/polySurface1480_rgb_PivotPos_a_ParentIndexInt_UV_2.uasset delete mode 100644 Content/2/3/zxcc.uasset create mode 100644 Content/CommonLiberal/CommonFXLiberal/NiagaraModules/2D/SpawnFromTex.uasset create mode 100644 Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/SpawnColorFromTexture/FX/SpawnFromEdge.uasset create mode 100644 Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/SpawnColorFromTexture/Level/TempLevel.umap create mode 100644 Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/SpawnColorFromTexture/Material/M_Effect_002_Inst.uasset diff --git a/Content/2/3/Circle.uasset b/Content/2/3/Circle.uasset deleted file mode 100644 index 8b4c14fd..00000000 --- a/Content/2/3/Circle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4dc10419d4c191f5ea09b2b5076a077c0fbe88333c29e360cdf74137389397e6 -size 1507 diff --git a/Content/2/3/M_plane.uasset b/Content/2/3/M_plane.uasset deleted file mode 100644 index e574de7b..00000000 --- a/Content/2/3/M_plane.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91876ec88a48e72817327a865ce4bc69a4c715fa1811d0af97cdf0ff7087d0b2 -size 1497 diff --git a/Content/2/3/polySurface1480_rgb_OriginExt_a_ParentIndexInt_UV_2.uasset b/Content/2/3/polySurface1480_rgb_OriginExt_a_ParentIndexInt_UV_2.uasset deleted file mode 100644 index a9ff067f..00000000 --- a/Content/2/3/polySurface1480_rgb_OriginExt_a_ParentIndexInt_UV_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e9ff9ed11f3a61bed609b2f17d22433112fe2b1c6828fbdc70e30ba70cfd270 -size 1789 diff --git a/Content/2/3/polySurface1480_rgb_PivotPos_a_ParentIndexInt_UV_2.uasset b/Content/2/3/polySurface1480_rgb_PivotPos_a_ParentIndexInt_UV_2.uasset deleted file mode 100644 index 98c6169c..00000000 --- a/Content/2/3/polySurface1480_rgb_PivotPos_a_ParentIndexInt_UV_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f3659276aa62835ac272dd0305ab97697b56be0d1917db6c252427f7917ae82 -size 1781 diff --git a/Content/2/3/zxcc.uasset b/Content/2/3/zxcc.uasset deleted file mode 100644 index ac9e0a0c..00000000 --- a/Content/2/3/zxcc.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aee994238b69796657aa10b8090c8e41a37fc3acf6f90cb9a8a6def2c0ae7fe9 -size 1421 diff --git a/Content/CommonLiberal/CommonFXLiberal/NiagaraModules/2D/SpawnFromTex.uasset b/Content/CommonLiberal/CommonFXLiberal/NiagaraModules/2D/SpawnFromTex.uasset new file mode 100644 index 00000000..bea7cb40 --- /dev/null +++ b/Content/CommonLiberal/CommonFXLiberal/NiagaraModules/2D/SpawnFromTex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b553c3a8d582e7e321d63e406dea9d54c3a2a51d9b9b821a0d1a14eb5656fcdd +size 35116 diff --git a/Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/SpawnColorFromTexture/FX/SpawnFromEdge.uasset b/Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/SpawnColorFromTexture/FX/SpawnFromEdge.uasset new file mode 100644 index 00000000..659df319 --- /dev/null +++ b/Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/SpawnColorFromTexture/FX/SpawnFromEdge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6963473179227814aeaa36053b374619683948acff34f79c4d295b4b49b56fe +size 840164 diff --git a/Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/SpawnColorFromTexture/Level/TempLevel.umap b/Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/SpawnColorFromTexture/Level/TempLevel.umap new file mode 100644 index 00000000..f44d2ba4 --- /dev/null +++ b/Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/SpawnColorFromTexture/Level/TempLevel.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93b82152e42187b32265c7997572ba7b2900b0ed2365cfdfdd3d1acada2973a +size 149930 diff --git a/Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/SpawnColorFromTexture/Material/M_Effect_002_Inst.uasset b/Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/SpawnColorFromTexture/Material/M_Effect_002_Inst.uasset new file mode 100644 index 00000000..953ff0fb --- /dev/null +++ b/Content/CommonLiberal/CommonFXLiberal/NiagaraSystem/SpawnColorFromTexture/Material/M_Effect_002_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd55b646dd9d8afa6eaae4b27285b2afa46acf1280ffc5fedd9ce40d8222897 +size 16468 diff --git a/Content/CommonLiberal/CommonMaterialLiberal/Effect/Material/Effect/Function/MF_Dissolve02_LY_001.uasset b/Content/CommonLiberal/CommonMaterialLiberal/Effect/Material/Effect/Function/MF_Dissolve02_LY_001.uasset index 5587b34e..97888708 100644 --- a/Content/CommonLiberal/CommonMaterialLiberal/Effect/Material/Effect/Function/MF_Dissolve02_LY_001.uasset +++ b/Content/CommonLiberal/CommonMaterialLiberal/Effect/Material/Effect/Function/MF_Dissolve02_LY_001.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3cc5e293fb93b7e6fecda5d5e38e30661c33f8e86bf3a858f675dec73084f04e -size 54236 +oid sha256:1bb3a42ee3528f3106a7012b92812b15acc3a1eb1c130e7edfd60fe2bb897eb6 +size 54357 diff --git a/Content/PrivateCommonLiberal/C_001/LXC/AccumulateEnergy/Mesh/SM_sphere_LXC_002.uasset b/Content/PrivateCommonLiberal/C_001/LXC/AccumulateEnergy/Mesh/SM_sphere_LXC_002.uasset index 18b742d6..7a85819b 100644 --- a/Content/PrivateCommonLiberal/C_001/LXC/AccumulateEnergy/Mesh/SM_sphere_LXC_002.uasset +++ b/Content/PrivateCommonLiberal/C_001/LXC/AccumulateEnergy/Mesh/SM_sphere_LXC_002.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:baa54c6e65bce4f192db84861aa33d485a7b4f843b3397defe36fcd385ab08e8 -size 771073 +oid sha256:f1a4c519ce74c72fcdf0c6814349b9b113a4340f9a2d639b1282b91592a2250f +size 771106