From 977ec85fdf5f59ea4db6896fe9e5233cb0cc56f3 Mon Sep 17 00:00:00 2001 From: benroshio <148654002+benroshio@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:57:21 -0500 Subject: [PATCH] tree 2 --- .../Geometry/PivotPainter/SM_NorwayMaple_Forest_01_PP.uasset | 3 +++ .../Geometry/PivotPainter/SM_NorwayMaple_Forest_04_PP.uasset | 3 +++ .../Geometry/PivotPainter/SM_NorwayMaple_Forest_07_PP.uasset | 3 +++ .../Geometry/PivotPainter/SM_NorwayMaple_Seedling_02_PP.uasset | 3 +++ .../Materials/Impostor/MAI_Impostor_NorwayMaple.uasset | 3 +++ .../Impostor/MI_Impostor_NorwayMaple_Forest_01.uasset | 3 +++ .../Impostor/MI_Impostor_NorwayMaple_Forest_04.uasset | 3 +++ .../Forest/Forest_01/MAI_NorwayMaple_Forest_01.uasset | 3 +++ .../Forest_01/MI_NorwayMaple_Forest_01_Decoration.uasset | 3 +++ .../Forest/Forest_01/MI_NorwayMaple_Forest_01_Tileable.uasset | 3 +++ .../Forest/Forest_01/MI_NorwayMaple_Forest_01_Trunk.uasset | 3 +++ .../Forest/Forest_01/MI_NorwayMaple_Forest_01_TwoSided.uasset | 3 +++ .../Forest/Forest_04/MAI_NorwayMaple_Forest_04.uasset | 3 +++ .../Forest/Forest_04/MI_NorwayMaple_Forest_04_Tileable.uasset | 3 +++ .../Forest/Forest_04/MI_NorwayMaple_Forest_04_Trunk.uasset | 3 +++ .../Forest/Forest_04/MI_NorwayMaple_Forest_04_TwoSided.uasset | 3 +++ .../Forest/Forest_07/MAI_NorwayMaple_Forest_07.uasset | 3 +++ .../Forest/Forest_07/MI_NorwayMaple_Forest_07_Tileable.uasset | 3 +++ .../Forest/Forest_07/MI_NorwayMaple_Forest_07_TwoSided.uasset | 3 +++ .../Sapling/Sapling_03/MAI_NorwayMaple_Sapling_03.uasset | 3 +++ .../Sapling_03/MI_NorwayMaple_Sapling_03_Tileable.uasset | 3 +++ .../Sapling_03/MI_NorwayMaple_Sapling_03_TwoSided.uasset | 3 +++ .../Seedling/Seedling_02/MAI_NorwayMaple_Seedling_02.uasset | 3 +++ .../Seedling_02/MI_NorwayMaple_Seedling_02_Tileable.uasset | 3 +++ .../Seedling_02/MI_NorwayMaple_Seedling_02_TwoSided.uasset | 3 +++ .../Textures/Decoration/T_NorwayMaple_Decoration_Albedo.uasset | 3 +++ .../Textures/Decoration/T_NorwayMaple_Decoration_Mask.uasset | 3 +++ .../Textures/Decoration/T_NorwayMaple_Decoration_Normal.uasset | 3 +++ 28 files changed, 84 insertions(+) create mode 100644 hwanyoung2/Content/NorwayMaple/Geometry/PivotPainter/SM_NorwayMaple_Forest_01_PP.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Geometry/PivotPainter/SM_NorwayMaple_Forest_04_PP.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Geometry/PivotPainter/SM_NorwayMaple_Forest_07_PP.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Geometry/PivotPainter/SM_NorwayMaple_Seedling_02_PP.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/Impostor/MAI_Impostor_NorwayMaple.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/Impostor/MI_Impostor_NorwayMaple_Forest_01.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/Impostor/MI_Impostor_NorwayMaple_Forest_04.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MAI_NorwayMaple_Forest_01.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MI_NorwayMaple_Forest_01_Decoration.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MI_NorwayMaple_Forest_01_Tileable.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MI_NorwayMaple_Forest_01_Trunk.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MI_NorwayMaple_Forest_01_TwoSided.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_04/MAI_NorwayMaple_Forest_04.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_04/MI_NorwayMaple_Forest_04_Tileable.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_04/MI_NorwayMaple_Forest_04_Trunk.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_04/MI_NorwayMaple_Forest_04_TwoSided.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_07/MAI_NorwayMaple_Forest_07.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_07/MI_NorwayMaple_Forest_07_Tileable.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_07/MI_NorwayMaple_Forest_07_TwoSided.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Sapling/Sapling_03/MAI_NorwayMaple_Sapling_03.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Sapling/Sapling_03/MI_NorwayMaple_Sapling_03_Tileable.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Sapling/Sapling_03/MI_NorwayMaple_Sapling_03_TwoSided.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Seedling/Seedling_02/MAI_NorwayMaple_Seedling_02.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Seedling/Seedling_02/MI_NorwayMaple_Seedling_02_Tileable.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Seedling/Seedling_02/MI_NorwayMaple_Seedling_02_TwoSided.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Textures/Decoration/T_NorwayMaple_Decoration_Albedo.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Textures/Decoration/T_NorwayMaple_Decoration_Mask.uasset create mode 100644 hwanyoung2/Content/NorwayMaple/Textures/Decoration/T_NorwayMaple_Decoration_Normal.uasset diff --git a/hwanyoung2/Content/NorwayMaple/Geometry/PivotPainter/SM_NorwayMaple_Forest_01_PP.uasset b/hwanyoung2/Content/NorwayMaple/Geometry/PivotPainter/SM_NorwayMaple_Forest_01_PP.uasset new file mode 100644 index 00000000..a0e74501 --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Geometry/PivotPainter/SM_NorwayMaple_Forest_01_PP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae3bf33b7237104bbc856579785c898458ccecdd9da8be994a5b2a44ad8ecfc +size 39716137 diff --git a/hwanyoung2/Content/NorwayMaple/Geometry/PivotPainter/SM_NorwayMaple_Forest_04_PP.uasset b/hwanyoung2/Content/NorwayMaple/Geometry/PivotPainter/SM_NorwayMaple_Forest_04_PP.uasset new file mode 100644 index 00000000..00fd01b0 --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Geometry/PivotPainter/SM_NorwayMaple_Forest_04_PP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789023672c48b8b0a9915c255a4ba85f8ba93c9b08f415c89a9ada09a94f9038 +size 24767093 diff --git a/hwanyoung2/Content/NorwayMaple/Geometry/PivotPainter/SM_NorwayMaple_Forest_07_PP.uasset b/hwanyoung2/Content/NorwayMaple/Geometry/PivotPainter/SM_NorwayMaple_Forest_07_PP.uasset new file mode 100644 index 00000000..a2fc5a23 --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Geometry/PivotPainter/SM_NorwayMaple_Forest_07_PP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2678fb5ac3637d2278f05db04bcbbdaaddd7e779fce7e34c96e8fe3517b02849 +size 13739998 diff --git a/hwanyoung2/Content/NorwayMaple/Geometry/PivotPainter/SM_NorwayMaple_Seedling_02_PP.uasset b/hwanyoung2/Content/NorwayMaple/Geometry/PivotPainter/SM_NorwayMaple_Seedling_02_PP.uasset new file mode 100644 index 00000000..b8e602a4 --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Geometry/PivotPainter/SM_NorwayMaple_Seedling_02_PP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91cc310e83b565269ad386e506ad440c283b5090d5f7b96cff13e5c199532c53 +size 139149 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/Impostor/MAI_Impostor_NorwayMaple.uasset b/hwanyoung2/Content/NorwayMaple/Materials/Impostor/MAI_Impostor_NorwayMaple.uasset new file mode 100644 index 00000000..203885b4 --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/Impostor/MAI_Impostor_NorwayMaple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37fc1e7420bf8c1860d8eab0f409187556cb9f48f028ae601ee9db8a39ff549a +size 14398 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/Impostor/MI_Impostor_NorwayMaple_Forest_01.uasset b/hwanyoung2/Content/NorwayMaple/Materials/Impostor/MI_Impostor_NorwayMaple_Forest_01.uasset new file mode 100644 index 00000000..980d8c2f --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/Impostor/MI_Impostor_NorwayMaple_Forest_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab8a7804c0d90457237eb8722c7f42a9d3f496d519c9d0573dc0389f890fa41 +size 13195 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/Impostor/MI_Impostor_NorwayMaple_Forest_04.uasset b/hwanyoung2/Content/NorwayMaple/Materials/Impostor/MI_Impostor_NorwayMaple_Forest_04.uasset new file mode 100644 index 00000000..1edb6561 --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/Impostor/MI_Impostor_NorwayMaple_Forest_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73193025a67037a1ddf25a38600eb75a27555dd2b5a74a1f25e43aa11f9e55a7 +size 12898 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MAI_NorwayMaple_Forest_01.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MAI_NorwayMaple_Forest_01.uasset new file mode 100644 index 00000000..f6ce744c --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MAI_NorwayMaple_Forest_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fb384f10399f6dc7fecefc4c79f7fcd409c83c686cb13ae2d470ead8e1e84a +size 18640 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MI_NorwayMaple_Forest_01_Decoration.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MI_NorwayMaple_Forest_01_Decoration.uasset new file mode 100644 index 00000000..54bd2dcc --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MI_NorwayMaple_Forest_01_Decoration.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a89e5d660ccc74a1fbf4315ac52e9c7f4d11e81987d9eff951317cd89c8cacf +size 26363 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MI_NorwayMaple_Forest_01_Tileable.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MI_NorwayMaple_Forest_01_Tileable.uasset new file mode 100644 index 00000000..712a1ad7 --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MI_NorwayMaple_Forest_01_Tileable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e485872ecca4539bd59393f508c5435176f535eb6f1b9269c6293c22a90817a8 +size 24926 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MI_NorwayMaple_Forest_01_Trunk.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MI_NorwayMaple_Forest_01_Trunk.uasset new file mode 100644 index 00000000..6e6b539f --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MI_NorwayMaple_Forest_01_Trunk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdde29f6c79f269aaab3ad00b566095e1c9bd9da0fd21ab5b270b256c7bcaf46 +size 26189 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MI_NorwayMaple_Forest_01_TwoSided.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MI_NorwayMaple_Forest_01_TwoSided.uasset new file mode 100644 index 00000000..fb68b4fb --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_01/MI_NorwayMaple_Forest_01_TwoSided.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ac87c42e6059a58627e1269ff7ea002243d14843a55468d6998d7e42f62d9b +size 42862 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_04/MAI_NorwayMaple_Forest_04.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_04/MAI_NorwayMaple_Forest_04.uasset new file mode 100644 index 00000000..9664e7f5 --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_04/MAI_NorwayMaple_Forest_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ad2bd80dcda03a2a17f5412b6cd767889b8a4bb3e15d1a239d314904629d4c +size 19216 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_04/MI_NorwayMaple_Forest_04_Tileable.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_04/MI_NorwayMaple_Forest_04_Tileable.uasset new file mode 100644 index 00000000..71e4ee18 --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_04/MI_NorwayMaple_Forest_04_Tileable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e665c21bc57a7cea1f8786b576792c6b2c68f35e84e5bc9434ca1642129babb1 +size 25052 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_04/MI_NorwayMaple_Forest_04_Trunk.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_04/MI_NorwayMaple_Forest_04_Trunk.uasset new file mode 100644 index 00000000..963a645d --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_04/MI_NorwayMaple_Forest_04_Trunk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562585d7b7283271999bd1e634b157922c06064f86fec9236be819136d7aeea3 +size 23603 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_04/MI_NorwayMaple_Forest_04_TwoSided.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_04/MI_NorwayMaple_Forest_04_TwoSided.uasset new file mode 100644 index 00000000..657d215c --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_04/MI_NorwayMaple_Forest_04_TwoSided.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1117f3798f2625d7187065b2b92f54c30aed26ff846b072107930b59b97791e9 +size 42915 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_07/MAI_NorwayMaple_Forest_07.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_07/MAI_NorwayMaple_Forest_07.uasset new file mode 100644 index 00000000..d6d6513f --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_07/MAI_NorwayMaple_Forest_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d609c82c68254b0b717869174d15d46f19700399c4d2163a891381b18222231 +size 18836 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_07/MI_NorwayMaple_Forest_07_Tileable.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_07/MI_NorwayMaple_Forest_07_Tileable.uasset new file mode 100644 index 00000000..e1921d83 --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_07/MI_NorwayMaple_Forest_07_Tileable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae4f2d3ba35a2bd118c2ec9954e52736c362ae1016992ab856aefe18627b9df +size 25076 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_07/MI_NorwayMaple_Forest_07_TwoSided.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_07/MI_NorwayMaple_Forest_07_TwoSided.uasset new file mode 100644 index 00000000..84904194 --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Forest/Forest_07/MI_NorwayMaple_Forest_07_TwoSided.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbb530556f51037070f1ab800e1fac887e59e549143c7254a22be0fce99800b +size 41737 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Sapling/Sapling_03/MAI_NorwayMaple_Sapling_03.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Sapling/Sapling_03/MAI_NorwayMaple_Sapling_03.uasset new file mode 100644 index 00000000..147ab5ff --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Sapling/Sapling_03/MAI_NorwayMaple_Sapling_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a989626cff8553862bd87b2cec1e457f6f615a77037504805849071d4f6eb96d +size 19883 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Sapling/Sapling_03/MI_NorwayMaple_Sapling_03_Tileable.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Sapling/Sapling_03/MI_NorwayMaple_Sapling_03_Tileable.uasset new file mode 100644 index 00000000..2cc38a03 --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Sapling/Sapling_03/MI_NorwayMaple_Sapling_03_Tileable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:239643fd5d6c72087d96578bbd79132b563adb2f3a1bb8aa44b9d2472180e69f +size 24934 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Sapling/Sapling_03/MI_NorwayMaple_Sapling_03_TwoSided.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Sapling/Sapling_03/MI_NorwayMaple_Sapling_03_TwoSided.uasset new file mode 100644 index 00000000..b22146b6 --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Sapling/Sapling_03/MI_NorwayMaple_Sapling_03_TwoSided.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6e61312531562e1218c9b271573f718f39b58d7823333824caba6e852c7740 +size 42913 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Seedling/Seedling_02/MAI_NorwayMaple_Seedling_02.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Seedling/Seedling_02/MAI_NorwayMaple_Seedling_02.uasset new file mode 100644 index 00000000..60cb903c --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Seedling/Seedling_02/MAI_NorwayMaple_Seedling_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76bab04182d8f1aa9048d20721e25017a0ae18511fac4c41326018eb6032af01 +size 20553 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Seedling/Seedling_02/MI_NorwayMaple_Seedling_02_Tileable.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Seedling/Seedling_02/MI_NorwayMaple_Seedling_02_Tileable.uasset new file mode 100644 index 00000000..cbcf8730 --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Seedling/Seedling_02/MI_NorwayMaple_Seedling_02_Tileable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad2af7dd7487ed9e88a4b5bd924d4581017b9fc3b4cd6d80b1495530caaa062 +size 25450 diff --git a/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Seedling/Seedling_02/MI_NorwayMaple_Seedling_02_TwoSided.uasset b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Seedling/Seedling_02/MI_NorwayMaple_Seedling_02_TwoSided.uasset new file mode 100644 index 00000000..1bf66b36 --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Materials/PivotPainter/Seedling/Seedling_02/MI_NorwayMaple_Seedling_02_TwoSided.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1951610e6de7523f990b10c85c4f9e253526b4a311c3b9e80a38efe8d5e8c093 +size 43403 diff --git a/hwanyoung2/Content/NorwayMaple/Textures/Decoration/T_NorwayMaple_Decoration_Albedo.uasset b/hwanyoung2/Content/NorwayMaple/Textures/Decoration/T_NorwayMaple_Decoration_Albedo.uasset new file mode 100644 index 00000000..042c3592 --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Textures/Decoration/T_NorwayMaple_Decoration_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ee53471bf55c76ebbd6b47138d4367e385811ee00ab6478150b43b085171c7 +size 34641617 diff --git a/hwanyoung2/Content/NorwayMaple/Textures/Decoration/T_NorwayMaple_Decoration_Mask.uasset b/hwanyoung2/Content/NorwayMaple/Textures/Decoration/T_NorwayMaple_Decoration_Mask.uasset new file mode 100644 index 00000000..ba925faf --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Textures/Decoration/T_NorwayMaple_Decoration_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d8df89ed6b5a32b65b2c1faaad9d54ae8d73e04c5b75a202ab5e8a664eb5ab +size 30209523 diff --git a/hwanyoung2/Content/NorwayMaple/Textures/Decoration/T_NorwayMaple_Decoration_Normal.uasset b/hwanyoung2/Content/NorwayMaple/Textures/Decoration/T_NorwayMaple_Decoration_Normal.uasset new file mode 100644 index 00000000..a63d933d --- /dev/null +++ b/hwanyoung2/Content/NorwayMaple/Textures/Decoration/T_NorwayMaple_Decoration_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75cbb53f4a469b6e9834ef8cf4b8a4e606a32bc2ba62704fc92639cf84d3e69 +size 115632667