From ba60aa62eb01597716ba03f78dd4137c149efce5 Mon Sep 17 00:00:00 2001 From: Lu <115452801+Lucxuce@users.noreply.github.com> Date: Sun, 13 Apr 2025 00:59:22 +0200 Subject: [PATCH] Enviro + Pompe --- Content/Legumix/Environment/Assets/Materials/Carotte.uasset | 4 ++-- .../Legumix/Environment/Assets/Materials/Emissif_Lux.uasset | 4 ++-- .../Environment/Assets/Materials/Emissif_Lux_Inst.uasset | 4 ++-- Content/Legumix/Environment/Assets/Materials/Pompe.uasset | 3 +++ .../Legumix/Environment/Assets/Materials/Sol_Globale.uasset | 3 +++ .../Legumix/Environment/Assets/Materials/Sol_fenetre.uasset | 3 +++ Content/Legumix/Environment/Assets/Materials/terre1.uasset | 3 +++ .../Assets/Props/Decors/Plante/Petit_cailloux.uasset | 4 ++-- .../Environment/Assets/Props/Decors/Plante/Pot_Plante.uasset | 3 +++ .../Environment/Assets/Props/Decors/Plante/Tomate.uasset | 2 +- .../Props/Decors/Roche/Cailloux_Carré_Plateforme_LP.uasset | 4 ++-- .../Environment/Assets/Props/Decors/Roche/Mur_Zigzag.uasset | 4 ++-- .../Environment/Assets/Props/Decors/Roche/Petit_sol.uasset | 3 +++ .../Environment/Assets/Props/Decors/Roche/Roche_01_LP.uasset | 4 ++-- .../Environment/Assets/Props/Decors/Roche/Roche_02_LP.uasset | 4 ++-- .../Environment/Assets/Props/Decors/Roche/Roche_LP.uasset | 4 ++-- .../Environment/Assets/Props/Decors/Roche/Terrelongue.uasset | 3 +++ .../Legumix/Environment/Assets/Props/Decors/SF/Coffre.uasset | 3 +++ .../Assets/Props/Decors/SF/Fbx_Default_Material.uasset | 4 ++-- .../Legumix/Environment/Assets/Props/Decors/SF/Light.uasset | 3 +++ .../Legumix/Environment/Assets/Props/Decors/SF/Light1.uasset | 3 +++ .../Environment/Assets/Props/Decors/SF/Light_Carré.uasset | 3 +++ .../Environment/Assets/Props/Decors/SF/Pique_Light.uasset | 3 +++ .../Assets/Textures/Arme/Pompe_LP_Pompe_BaseColor.uasset | 3 +++ .../Assets/Textures/Arme/Pompe_LP_Pompe_Normal.uasset | 3 +++ .../Arme/Pompe_LP_Pompe_OcclusionRoughnessMetallic.uasset | 3 +++ .../Assets/Textures/Petit_sol_Sol_Ez_BaseColor.uasset | 3 +++ .../Assets/Textures/Petit_sol_Sol_Ez_Normal.uasset | 3 +++ .../Petit_sol_Sol_Ez_OcclusionRoughnessMetallic.uasset | 3 +++ ...nte_coté_fenetre_Sol_Pente_coté_fenetre_BaseColor.uasset | 3 +++ ..._Pente_coté_fenetre_Sol_Pente_coté_fenetre_Normal.uasset | 3 +++ ..._Sol_Pente_coté_fenetre_OcclusionRoughnessMetallic.uasset | 3 +++ .../Assets/Textures/Terrelongue_Terre2_BaseColor.uasset | 3 +++ .../Assets/Textures/Terrelongue_Terre2_Normal.uasset | 3 +++ .../Terrelongue_Terre2_OcclusionRoughnessMetallic.uasset | 3 +++ Content/Legumix/Environment/Level_Art.umap | 3 +++ Content/Legumix/Weapon/ShotGunV2.uasset | 4 ++-- Content/Legumix/Weapon/Shotgun/BP_Shotgun.uasset | 4 ++-- 38 files changed, 100 insertions(+), 25 deletions(-) create mode 100644 Content/Legumix/Environment/Assets/Materials/Pompe.uasset create mode 100644 Content/Legumix/Environment/Assets/Materials/Sol_Globale.uasset create mode 100644 Content/Legumix/Environment/Assets/Materials/Sol_fenetre.uasset create mode 100644 Content/Legumix/Environment/Assets/Materials/terre1.uasset create mode 100644 Content/Legumix/Environment/Assets/Props/Decors/Plante/Pot_Plante.uasset create mode 100644 Content/Legumix/Environment/Assets/Props/Decors/Roche/Petit_sol.uasset create mode 100644 Content/Legumix/Environment/Assets/Props/Decors/Roche/Terrelongue.uasset create mode 100644 Content/Legumix/Environment/Assets/Props/Decors/SF/Coffre.uasset create mode 100644 Content/Legumix/Environment/Assets/Props/Decors/SF/Light.uasset create mode 100644 Content/Legumix/Environment/Assets/Props/Decors/SF/Light1.uasset create mode 100644 Content/Legumix/Environment/Assets/Props/Decors/SF/Light_Carré.uasset create mode 100644 Content/Legumix/Environment/Assets/Props/Decors/SF/Pique_Light.uasset create mode 100644 Content/Legumix/Environment/Assets/Textures/Arme/Pompe_LP_Pompe_BaseColor.uasset create mode 100644 Content/Legumix/Environment/Assets/Textures/Arme/Pompe_LP_Pompe_Normal.uasset create mode 100644 Content/Legumix/Environment/Assets/Textures/Arme/Pompe_LP_Pompe_OcclusionRoughnessMetallic.uasset create mode 100644 Content/Legumix/Environment/Assets/Textures/Petit_sol_Sol_Ez_BaseColor.uasset create mode 100644 Content/Legumix/Environment/Assets/Textures/Petit_sol_Sol_Ez_Normal.uasset create mode 100644 Content/Legumix/Environment/Assets/Textures/Petit_sol_Sol_Ez_OcclusionRoughnessMetallic.uasset create mode 100644 Content/Legumix/Environment/Assets/Textures/Sol_Pente_coté_fenetre_Sol_Pente_coté_fenetre_BaseColor.uasset create mode 100644 Content/Legumix/Environment/Assets/Textures/Sol_Pente_coté_fenetre_Sol_Pente_coté_fenetre_Normal.uasset create mode 100644 Content/Legumix/Environment/Assets/Textures/Sol_Pente_coté_fenetre_Sol_Pente_coté_fenetre_OcclusionRoughnessMetallic.uasset create mode 100644 Content/Legumix/Environment/Assets/Textures/Terrelongue_Terre2_BaseColor.uasset create mode 100644 Content/Legumix/Environment/Assets/Textures/Terrelongue_Terre2_Normal.uasset create mode 100644 Content/Legumix/Environment/Assets/Textures/Terrelongue_Terre2_OcclusionRoughnessMetallic.uasset create mode 100644 Content/Legumix/Environment/Level_Art.umap diff --git a/Content/Legumix/Environment/Assets/Materials/Carotte.uasset b/Content/Legumix/Environment/Assets/Materials/Carotte.uasset index 76e5c20..86688f2 100644 --- a/Content/Legumix/Environment/Assets/Materials/Carotte.uasset +++ b/Content/Legumix/Environment/Assets/Materials/Carotte.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed1907ea25908d9911f7436ca1115a5d29b6d965c4fcc3dac00bb0a5292e0bce -size 15497 +oid sha256:0814477d9c07564ff523db55f87a599137f628f1a70900603f23750ecb1440ae +size 20093 diff --git a/Content/Legumix/Environment/Assets/Materials/Emissif_Lux.uasset b/Content/Legumix/Environment/Assets/Materials/Emissif_Lux.uasset index 62ed2d5..841c34e 100644 --- a/Content/Legumix/Environment/Assets/Materials/Emissif_Lux.uasset +++ b/Content/Legumix/Environment/Assets/Materials/Emissif_Lux.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4eb686e06960091bd0bc5ce68028c4ecdf2f03bbda6619f9856722d28a60e3a8 -size 12504 +oid sha256:cafbacfa2582755a7f9109246c4b8a8eacc5bf3261495a5253ca0af8bf49b90e +size 12762 diff --git a/Content/Legumix/Environment/Assets/Materials/Emissif_Lux_Inst.uasset b/Content/Legumix/Environment/Assets/Materials/Emissif_Lux_Inst.uasset index 3e89578..4b92659 100644 --- a/Content/Legumix/Environment/Assets/Materials/Emissif_Lux_Inst.uasset +++ b/Content/Legumix/Environment/Assets/Materials/Emissif_Lux_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d440422e028b15279029c27695eb7796bf3d1bdeb9f3fa3abb8535934b7d4f04 -size 8863 +oid sha256:4bf9b7ab9ceb6c2c94ed918ad3fb5848f3fd5235f6c49a6d979bf90a3639a369 +size 9001 diff --git a/Content/Legumix/Environment/Assets/Materials/Pompe.uasset b/Content/Legumix/Environment/Assets/Materials/Pompe.uasset new file mode 100644 index 0000000..9acdfef --- /dev/null +++ b/Content/Legumix/Environment/Assets/Materials/Pompe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6b114ca62eee3ac5a1e82a054779cc9cc80bc017edeff410d6efb9d62d1659 +size 18746 diff --git a/Content/Legumix/Environment/Assets/Materials/Sol_Globale.uasset b/Content/Legumix/Environment/Assets/Materials/Sol_Globale.uasset new file mode 100644 index 0000000..45b8543 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Materials/Sol_Globale.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c7cf6682e524a274f5e8b4a0ea4d1f1c70a9d9270fd25da787335453a6a210 +size 54697 diff --git a/Content/Legumix/Environment/Assets/Materials/Sol_fenetre.uasset b/Content/Legumix/Environment/Assets/Materials/Sol_fenetre.uasset new file mode 100644 index 0000000..791b4a9 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Materials/Sol_fenetre.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4863479eb779ce88f91061fdc3c4c20d6cd72c09266454065e177aa0b8862f +size 16985 diff --git a/Content/Legumix/Environment/Assets/Materials/terre1.uasset b/Content/Legumix/Environment/Assets/Materials/terre1.uasset new file mode 100644 index 0000000..f20eb32 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Materials/terre1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d8a7b17bf959be358be5f0398d8087a113f8ddb937a108b5225a8ff60b465b +size 16481 diff --git a/Content/Legumix/Environment/Assets/Props/Decors/Plante/Petit_cailloux.uasset b/Content/Legumix/Environment/Assets/Props/Decors/Plante/Petit_cailloux.uasset index 26baf01..a33930a 100644 --- a/Content/Legumix/Environment/Assets/Props/Decors/Plante/Petit_cailloux.uasset +++ b/Content/Legumix/Environment/Assets/Props/Decors/Plante/Petit_cailloux.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:570e1bf7a05c79b6ebc67812fbe1e07c789d30f4c6bbb8d88c4310ea7a2d0485 -size 63320 +oid sha256:9f6eb2e04a8d15d66d4f6bc5cd77986dbd0f112565226151cb97a791cdbb4c47 +size 64030 diff --git a/Content/Legumix/Environment/Assets/Props/Decors/Plante/Pot_Plante.uasset b/Content/Legumix/Environment/Assets/Props/Decors/Plante/Pot_Plante.uasset new file mode 100644 index 0000000..eb54d7a --- /dev/null +++ b/Content/Legumix/Environment/Assets/Props/Decors/Plante/Pot_Plante.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96f5890dbe0c8ad6b334a6d26a7c84630e72bdcdea1ef96da2d185a6abd7d0f +size 101817 diff --git a/Content/Legumix/Environment/Assets/Props/Decors/Plante/Tomate.uasset b/Content/Legumix/Environment/Assets/Props/Decors/Plante/Tomate.uasset index 4c717b5..dd1439c 100644 --- a/Content/Legumix/Environment/Assets/Props/Decors/Plante/Tomate.uasset +++ b/Content/Legumix/Environment/Assets/Props/Decors/Plante/Tomate.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3607718b40f1964411cbc58a519d78c0b1a7b6909d82f5e8acc598fe201fb340 +oid sha256:a83cb513e4131888aff8d9dd4b19807aa4ca9492ecd61a71fba1eed28f0fc464 size 91669 diff --git a/Content/Legumix/Environment/Assets/Props/Decors/Roche/Cailloux_Carré_Plateforme_LP.uasset b/Content/Legumix/Environment/Assets/Props/Decors/Roche/Cailloux_Carré_Plateforme_LP.uasset index 9965456..eabb12a 100644 --- a/Content/Legumix/Environment/Assets/Props/Decors/Roche/Cailloux_Carré_Plateforme_LP.uasset +++ b/Content/Legumix/Environment/Assets/Props/Decors/Roche/Cailloux_Carré_Plateforme_LP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e2a6b409e5a765408dd8ffd77544c13dce298905cfd3569519232e58bd86b58f -size 63311 +oid sha256:15e33aae70e0190c20f1f5fe3443a819701de438a6bafef35b85059be34e984c +size 61942 diff --git a/Content/Legumix/Environment/Assets/Props/Decors/Roche/Mur_Zigzag.uasset b/Content/Legumix/Environment/Assets/Props/Decors/Roche/Mur_Zigzag.uasset index 8131684..8e03089 100644 --- a/Content/Legumix/Environment/Assets/Props/Decors/Roche/Mur_Zigzag.uasset +++ b/Content/Legumix/Environment/Assets/Props/Decors/Roche/Mur_Zigzag.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3cc5f06c6b95f800e8e32dae008b2ebd30a0222251f72ddf8a6ad18dae02c1f5 -size 64280 +oid sha256:3fc7a27cd5845ec127f5c010185d008b51faaddc9b45bbd6ba216e618208a9f8 +size 62160 diff --git a/Content/Legumix/Environment/Assets/Props/Decors/Roche/Petit_sol.uasset b/Content/Legumix/Environment/Assets/Props/Decors/Roche/Petit_sol.uasset new file mode 100644 index 0000000..7d3ac88 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Props/Decors/Roche/Petit_sol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a869ee013bfa90f2a2fe6542f3c6f031d209935305f1fce92b3e6169126ba737 +size 58179 diff --git a/Content/Legumix/Environment/Assets/Props/Decors/Roche/Roche_01_LP.uasset b/Content/Legumix/Environment/Assets/Props/Decors/Roche/Roche_01_LP.uasset index 48efab9..9d02713 100644 --- a/Content/Legumix/Environment/Assets/Props/Decors/Roche/Roche_01_LP.uasset +++ b/Content/Legumix/Environment/Assets/Props/Decors/Roche/Roche_01_LP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a9cfd90ec5286dde2b1341c6f0108a908be540b71437e85edd4e0ded3dbee22 -size 60649 +oid sha256:185c47a2c31f4ba5374d5b0ee3579c17608a4959cd118ca8b1f392f849f0ef71 +size 59473 diff --git a/Content/Legumix/Environment/Assets/Props/Decors/Roche/Roche_02_LP.uasset b/Content/Legumix/Environment/Assets/Props/Decors/Roche/Roche_02_LP.uasset index 4520533..1571734 100644 --- a/Content/Legumix/Environment/Assets/Props/Decors/Roche/Roche_02_LP.uasset +++ b/Content/Legumix/Environment/Assets/Props/Decors/Roche/Roche_02_LP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e88fb40b2319d57cf67e6e4fef9b52134eba4437046a08e79dc2d8e69eb110e -size 64876 +oid sha256:d46046a081e76d220f0ba137e2c9a7cbb96a9256c0c1dc98f131a193bb01c81a +size 65344 diff --git a/Content/Legumix/Environment/Assets/Props/Decors/Roche/Roche_LP.uasset b/Content/Legumix/Environment/Assets/Props/Decors/Roche/Roche_LP.uasset index 69f7ad9..767c0c3 100644 --- a/Content/Legumix/Environment/Assets/Props/Decors/Roche/Roche_LP.uasset +++ b/Content/Legumix/Environment/Assets/Props/Decors/Roche/Roche_LP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f490f8cbcd9b43d1cc96ba2e0d9af3cb83acadb8f2cdf14a77a6d6790f42d77 -size 61075 +oid sha256:f52f9e2877c26590c3e323a1f3bda384ab2f70b15622935320cf4ad9a333e291 +size 59550 diff --git a/Content/Legumix/Environment/Assets/Props/Decors/Roche/Terrelongue.uasset b/Content/Legumix/Environment/Assets/Props/Decors/Roche/Terrelongue.uasset new file mode 100644 index 0000000..4168fe5 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Props/Decors/Roche/Terrelongue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40ce721f86c5983ddf97cd5a0c107b5e73f4c788531eec18faf6d3b882ba8df +size 58380 diff --git a/Content/Legumix/Environment/Assets/Props/Decors/SF/Coffre.uasset b/Content/Legumix/Environment/Assets/Props/Decors/SF/Coffre.uasset new file mode 100644 index 0000000..015b0b1 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Props/Decors/SF/Coffre.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3bc8e884ed3f3bcbea37d6e688058bad7a924a9bf204959d7728153c7eff03d +size 81365 diff --git a/Content/Legumix/Environment/Assets/Props/Decors/SF/Fbx_Default_Material.uasset b/Content/Legumix/Environment/Assets/Props/Decors/SF/Fbx_Default_Material.uasset index 67e6817..1774e74 100644 --- a/Content/Legumix/Environment/Assets/Props/Decors/SF/Fbx_Default_Material.uasset +++ b/Content/Legumix/Environment/Assets/Props/Decors/SF/Fbx_Default_Material.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec4c29de1b6ccd2b594fcf330625a0ec9f4d7f8374b50f4b404513d32330faab -size 53862 +oid sha256:984537f56f47c1f6940e3831fa754de2364af4c4d9bba416561d7ddfe561b3df +size 53902 diff --git a/Content/Legumix/Environment/Assets/Props/Decors/SF/Light.uasset b/Content/Legumix/Environment/Assets/Props/Decors/SF/Light.uasset new file mode 100644 index 0000000..4525340 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Props/Decors/SF/Light.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe78d49f1b1b9057671c5a120ec84acab335fc0268aa0af7932df8fc75c9cb8f +size 56319 diff --git a/Content/Legumix/Environment/Assets/Props/Decors/SF/Light1.uasset b/Content/Legumix/Environment/Assets/Props/Decors/SF/Light1.uasset new file mode 100644 index 0000000..893c1c8 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Props/Decors/SF/Light1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1922001252260d4fa2c23357b6236c7a795f21de392a8872d1248a45ee41e9c0 +size 56561 diff --git a/Content/Legumix/Environment/Assets/Props/Decors/SF/Light_Carré.uasset b/Content/Legumix/Environment/Assets/Props/Decors/SF/Light_Carré.uasset new file mode 100644 index 0000000..f356329 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Props/Decors/SF/Light_Carré.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9221c70e5ae8ab88f72ed27d00e7bd659ea916f3de647daf972af7a2369e4e7 +size 33919 diff --git a/Content/Legumix/Environment/Assets/Props/Decors/SF/Pique_Light.uasset b/Content/Legumix/Environment/Assets/Props/Decors/SF/Pique_Light.uasset new file mode 100644 index 0000000..ec5e783 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Props/Decors/SF/Pique_Light.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d3571a01e27430a28d239e8cb0b59ada3bc4e858e8a93da779c10c77b54dd3 +size 63582 diff --git a/Content/Legumix/Environment/Assets/Textures/Arme/Pompe_LP_Pompe_BaseColor.uasset b/Content/Legumix/Environment/Assets/Textures/Arme/Pompe_LP_Pompe_BaseColor.uasset new file mode 100644 index 0000000..aeb0246 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Textures/Arme/Pompe_LP_Pompe_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488220bb7c6a2bae81049c98be8b77c905c62207a02e4bae2f214cb3aa7b4058 +size 2596283 diff --git a/Content/Legumix/Environment/Assets/Textures/Arme/Pompe_LP_Pompe_Normal.uasset b/Content/Legumix/Environment/Assets/Textures/Arme/Pompe_LP_Pompe_Normal.uasset new file mode 100644 index 0000000..395d9b5 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Textures/Arme/Pompe_LP_Pompe_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a8a8531468c3f4f6bddeed88fbfd2cd4714a40d6ddd8ec1f4dd39aeaf4bc2d +size 2937021 diff --git a/Content/Legumix/Environment/Assets/Textures/Arme/Pompe_LP_Pompe_OcclusionRoughnessMetallic.uasset b/Content/Legumix/Environment/Assets/Textures/Arme/Pompe_LP_Pompe_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..9c11457 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Textures/Arme/Pompe_LP_Pompe_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555fa6c675da51174d9b32adb212e698e27921315cdbb2c1b43ff189b20e924a +size 3031814 diff --git a/Content/Legumix/Environment/Assets/Textures/Petit_sol_Sol_Ez_BaseColor.uasset b/Content/Legumix/Environment/Assets/Textures/Petit_sol_Sol_Ez_BaseColor.uasset new file mode 100644 index 0000000..49dcded --- /dev/null +++ b/Content/Legumix/Environment/Assets/Textures/Petit_sol_Sol_Ez_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0dabb0fb327acc0822e686b484d4840e37570a51a961113d7053cda249966a6 +size 15920 diff --git a/Content/Legumix/Environment/Assets/Textures/Petit_sol_Sol_Ez_Normal.uasset b/Content/Legumix/Environment/Assets/Textures/Petit_sol_Sol_Ez_Normal.uasset new file mode 100644 index 0000000..5d34f5e --- /dev/null +++ b/Content/Legumix/Environment/Assets/Textures/Petit_sol_Sol_Ez_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24219a9e91b0df6601a8a2ef8a2222c393e4e436d96d3cebf47afde19fd1d1e +size 714862 diff --git a/Content/Legumix/Environment/Assets/Textures/Petit_sol_Sol_Ez_OcclusionRoughnessMetallic.uasset b/Content/Legumix/Environment/Assets/Textures/Petit_sol_Sol_Ez_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..89afe98 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Textures/Petit_sol_Sol_Ez_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ab2a8c4e1beb8dd3557d0d88c3fdd6db1cb03d0ae54beba8fc50402c8b7040 +size 179957 diff --git a/Content/Legumix/Environment/Assets/Textures/Sol_Pente_coté_fenetre_Sol_Pente_coté_fenetre_BaseColor.uasset b/Content/Legumix/Environment/Assets/Textures/Sol_Pente_coté_fenetre_Sol_Pente_coté_fenetre_BaseColor.uasset new file mode 100644 index 0000000..ead56eb --- /dev/null +++ b/Content/Legumix/Environment/Assets/Textures/Sol_Pente_coté_fenetre_Sol_Pente_coté_fenetre_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e8a258fd0cfadb8319d99ccc933d8a846ea91cd3f13a7d6db8b25cfb8a373f +size 685195 diff --git a/Content/Legumix/Environment/Assets/Textures/Sol_Pente_coté_fenetre_Sol_Pente_coté_fenetre_Normal.uasset b/Content/Legumix/Environment/Assets/Textures/Sol_Pente_coté_fenetre_Sol_Pente_coté_fenetre_Normal.uasset new file mode 100644 index 0000000..fc536b7 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Textures/Sol_Pente_coté_fenetre_Sol_Pente_coté_fenetre_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a52ecffe81608572a6ad459c92a5e94ff07abf46353192230cae7c2dd62baa6 +size 1382994 diff --git a/Content/Legumix/Environment/Assets/Textures/Sol_Pente_coté_fenetre_Sol_Pente_coté_fenetre_OcclusionRoughnessMetallic.uasset b/Content/Legumix/Environment/Assets/Textures/Sol_Pente_coté_fenetre_Sol_Pente_coté_fenetre_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..b724430 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Textures/Sol_Pente_coté_fenetre_Sol_Pente_coté_fenetre_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b1cb529f1788e4f3312a99442703904233ae233629579e29fc3c55efe62e84 +size 935615 diff --git a/Content/Legumix/Environment/Assets/Textures/Terrelongue_Terre2_BaseColor.uasset b/Content/Legumix/Environment/Assets/Textures/Terrelongue_Terre2_BaseColor.uasset new file mode 100644 index 0000000..83a73e7 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Textures/Terrelongue_Terre2_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee0f752077a2898e702ec92d0dc87f51cef0f77fed2149efbdb953b51189838 +size 2822107 diff --git a/Content/Legumix/Environment/Assets/Textures/Terrelongue_Terre2_Normal.uasset b/Content/Legumix/Environment/Assets/Textures/Terrelongue_Terre2_Normal.uasset new file mode 100644 index 0000000..8656e5c --- /dev/null +++ b/Content/Legumix/Environment/Assets/Textures/Terrelongue_Terre2_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451682e675d31cfabb25185bc69d15fb8d81021456649e836a60ab7a98548593 +size 5645437 diff --git a/Content/Legumix/Environment/Assets/Textures/Terrelongue_Terre2_OcclusionRoughnessMetallic.uasset b/Content/Legumix/Environment/Assets/Textures/Terrelongue_Terre2_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..3306e42 --- /dev/null +++ b/Content/Legumix/Environment/Assets/Textures/Terrelongue_Terre2_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6521f7a5056614c918b7a4309070f028edac1745615bf6edf0c54eafd7a9f3db +size 236516 diff --git a/Content/Legumix/Environment/Level_Art.umap b/Content/Legumix/Environment/Level_Art.umap new file mode 100644 index 0000000..d410adc --- /dev/null +++ b/Content/Legumix/Environment/Level_Art.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae7402f5405df2c282139ef6dd105de2f620e805b967341ad1f11d972b95a07 +size 2533652 diff --git a/Content/Legumix/Weapon/ShotGunV2.uasset b/Content/Legumix/Weapon/ShotGunV2.uasset index 8963b7d..6b5e1fa 100644 --- a/Content/Legumix/Weapon/ShotGunV2.uasset +++ b/Content/Legumix/Weapon/ShotGunV2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45f801af5a91b32323938697db05189208d07409d7d4dcbf94f02c474760c0a5 -size 971560 +oid sha256:2d99fe560e7230a0add083ff93b70c588ffaabf010724f0ef5008e41f6532017 +size 972412 diff --git a/Content/Legumix/Weapon/Shotgun/BP_Shotgun.uasset b/Content/Legumix/Weapon/Shotgun/BP_Shotgun.uasset index 9a6c761..1da6590 100644 --- a/Content/Legumix/Weapon/Shotgun/BP_Shotgun.uasset +++ b/Content/Legumix/Weapon/Shotgun/BP_Shotgun.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad855eca59e50c80e0ec5e6970aa5449997df4d2b3f234fae00a397eef2f7681 -size 40810 +oid sha256:c24d2d0542186c1853156adc7bf4a4eec308359409d3c2062bcf5235fded5c11 +size 40907