From caf1668b9cbad5fc96fe36d7e5abc3908e461bb9 Mon Sep 17 00:00:00 2001 From: REBECCA WYNN Date: Mon, 6 Nov 2023 13:53:32 +0000 Subject: [PATCH] added all lights to tut level --- .../Assets/Objects/Tutorial-Level/ceiling_light_01.uasset | 4 ++-- .../Assets/Objects/Tutorial-Level/ceiling_light_02.uasset | 4 ++-- .../Content/Assets/Objects/Tutorial-Level/lamp_01_low.uasset | 3 +++ .../ceiling_light_01/ceiling_light_01_bl.uasset | 3 --- .../ceiling_light_01/ceiling_light_01_blue.uasset | 3 +++ .../ceiling_light_01/ceiling_light_01_or.uasset | 3 --- .../ceiling_light_01/ceiling_light_01_orange.uasset | 3 +++ .../ceiling_light_01/ceiling_light_01_ye.uasset | 3 --- .../ceiling_light_01/ceiling_light_01_yellow.uasset | 3 +++ .../ceiling_light_02/ceiling_light_02__or.uasset | 3 --- .../ceiling_light_02/ceiling_light_02_bl.uasset | 3 --- .../ceiling_light_02/ceiling_light_02_blue.uasset | 3 +++ .../ceiling_light_02/ceiling_light_02_orange.uasset | 3 +++ .../ceiling_light_02/ceiling_light_02_ye.uasset | 3 --- .../ceiling_light_02/ceiling_light_02_yellow.uasset | 3 +++ .../lights_textures/lamp_01/lamp_01_Emissive.uasset | 3 +++ .../lights_textures/lamp_01/lamp_01_Normal.uasset | 3 +++ .../lamp_01/lamp_01_OcclusionRoughnessMetallic.uasset | 3 +++ .../lights_textures/lamp_01/lamp_01_blue.uasset | 3 +++ .../lights_textures/lamp_01/lamp_01_low_bl_BaseColor.uasset | 3 +++ .../lights_textures/lamp_01/lamp_01_or_BaseColor.uasset | 3 +++ .../lights_textures/lamp_01/lamp_01_orange.uasset | 3 +++ .../lights_textures/lamp_01/lamp_01_ye_BaseColor.uasset | 3 +++ .../lights_textures/lamp_01/lamp_01_yellow.uasset | 3 +++ .../wall_light_01/wall_light_01_Emissive.uasset | 3 +++ .../lights_textures/wall_light_01/wall_light_01_Normal.uasset | 3 +++ .../wall_light_01_OcclusionRoughnessMetallic.uasset | 3 +++ .../wall_light_01/wall_light_01_bl_BaseColor.uasset | 3 +++ .../lights_textures/wall_light_01/wall_light_01_blue.uasset | 3 +++ .../wall_light_01/wall_light_01_or_BaseColor.uasset | 3 +++ .../lights_textures/wall_light_01/wall_light_01_orange.uasset | 3 +++ .../wall_light_01/wall_light_01_ye_BaseColor.uasset | 3 +++ .../lights_textures/wall_light_01/wall_light_01_yellow.uasset | 3 +++ .../lights_textures/wall_light_02/wall_light_02_blue.uasset | 3 +++ .../wall_light_02/wall_light_02_low_bl_BaseColor.uasset | 3 +++ .../wall_light_02/wall_light_02_low_or_BaseColor.uasset | 3 +++ .../wall_light_02/wall_light_02_low_or_Normal.uasset | 3 +++ .../wall_light_02_low_or_OcclusionRoughnessMetallic.uasset | 3 +++ .../wall_light_02/wall_light_02_low_ye_BaseColor.uasset | 3 +++ .../lights_textures/wall_light_02/wall_light_02_orange.uasset | 3 +++ .../lights_textures/wall_light_02/wall_light_02_yellow.uasset | 3 +++ .../Assets/Objects/Tutorial-Level/wall_light_01_low.uasset | 3 +++ .../Assets/Objects/Tutorial-Level/wall_light_02_low.uasset | 3 +++ .../Content/StarterContent/Audio/Collapse01.uasset | 4 ++-- .../StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset | 4 ++-- 45 files changed, 113 insertions(+), 26 deletions(-) create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lamp_01_low.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_bl.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_blue.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_or.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_orange.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_ye.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_yellow.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02__or.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_bl.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_blue.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_orange.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_ye.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_yellow.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_Emissive.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_Normal.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_OcclusionRoughnessMetallic.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_blue.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_low_bl_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_or_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_orange.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_ye_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_yellow.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_Emissive.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_Normal.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_OcclusionRoughnessMetallic.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_bl_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_blue.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_or_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_orange.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_ye_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_yellow.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_blue.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_bl_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_or_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_or_Normal.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_or_OcclusionRoughnessMetallic.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_ye_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_orange.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_yellow.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/wall_light_01_low.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/wall_light_02_low.uasset diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/ceiling_light_01.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/ceiling_light_01.uasset index 78fca880..312d3df1 100644 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/ceiling_light_01.uasset +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/ceiling_light_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ce17bf31a4c9625172bf4e48ef6da187ce99088df7645f4f68661e9c63c8e43 -size 78309 +oid sha256:cf173d21265f5bcb7acf080241e4a0b54d3e09dc66d269158aaca1e9c74b1e55 +size 78319 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/ceiling_light_02.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/ceiling_light_02.uasset index 98e326dd..131c8fd3 100644 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/ceiling_light_02.uasset +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/ceiling_light_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:531ed14d50a35fe0ecdb8f46f1346a6383c112275f099c16b790cde86e5be342 -size 60659 +oid sha256:d9d4e019da7d00128cde856d843ae897f2b736df10062104a1ac5affb9ed9514 +size 60674 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lamp_01_low.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lamp_01_low.uasset new file mode 100644 index 00000000..73cd72fc --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lamp_01_low.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653ee052d66a21a30c5bb07760842ea64b9fbbe411002d66f0e547ef6541ee51 +size 147847 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_bl.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_bl.uasset deleted file mode 100644 index 7d22df1b..00000000 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_bl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88acde52da1897da720fccb435437f33f2dc544dfbe4d1694a160068361faf14 -size 13261 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_blue.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_blue.uasset new file mode 100644 index 00000000..3971eb7b --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_blue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a340b0710c3491413ede759c74a6eb1e096d9a92668f0a324af7b22df6ee083c +size 13273 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_or.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_or.uasset deleted file mode 100644 index 47e782f6..00000000 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_or.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e9799da9d3e9a9354a2d3d932e07a22a16d39621240b0a0433c26959a2f9b48 -size 13493 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_orange.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_orange.uasset new file mode 100644 index 00000000..83901062 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_orange.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb7769f8f17923a7a1bb56d62cc86ce26ac888078fcd70ada002ce403636a80 +size 13517 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_ye.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_ye.uasset deleted file mode 100644 index 61a3c050..00000000 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_ye.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e3777c983b68523e9aacf1882fa9f72ac87396cd57c5d1335b17fd52630c363 -size 13456 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_yellow.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_yellow.uasset new file mode 100644 index 00000000..60ec8b55 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_yellow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf37460c8ea118e71f6010c2761c6433d72a3eb7e5469ef37d8df79a943ab77a +size 13480 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02__or.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02__or.uasset deleted file mode 100644 index a3559f09..00000000 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02__or.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06d7604fc47f789a68caf62e5e723fee0eed791eff11ecde616e08d80a8f483e -size 12921 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_bl.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_bl.uasset deleted file mode 100644 index fdfc95d9..00000000 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_bl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7469474da93d32efe1568683cecaa1e030951bc7823b4036a7174075bbb1e3d -size 13259 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_blue.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_blue.uasset new file mode 100644 index 00000000..8602e81d --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_blue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36839d81622d1df393f93229947755678d6b00bca85f61413b226d4a67608d5 +size 13271 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_orange.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_orange.uasset new file mode 100644 index 00000000..b1382af5 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_orange.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c92bebc7db09fbb27c03761f6af0dd62ce8ca17452f00bbe0cabd323d2ee445 +size 12940 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_ye.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_ye.uasset deleted file mode 100644 index 83bef317..00000000 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_ye.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31c3bd49836535919ddcc5a500b5bceb7b1b1b1fcb340971c7d8f299582c0c51 -size 13440 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_yellow.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_yellow.uasset new file mode 100644 index 00000000..ae5752d4 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_yellow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f14795a76262831c4a6e45697de2d839aa6a26b99c41e6020562e05eac8613 +size 13464 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_Emissive.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_Emissive.uasset new file mode 100644 index 00000000..87cad22b --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_Emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c33d5c9d4faf25e4b2c42ee51782e3cca8e4bae0e3b37344aaae6c3e2532f3 +size 27865 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_Normal.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_Normal.uasset new file mode 100644 index 00000000..7a389d79 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec48778424fceb2795765a93b5a347645ab55704b8def66500f6e8e23a220cfe +size 206456 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_OcclusionRoughnessMetallic.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_OcclusionRoughnessMetallic.uasset new file mode 100644 index 00000000..10d0d518 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d2835fab7f2525a1293b9c37524ffba6cca926ed92bad7bd30baf767d435b0 +size 3965798 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_blue.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_blue.uasset new file mode 100644 index 00000000..bc1bc696 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_blue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6516d30da58bb08071878b28054cf09838b4f8f5f9b36e950d2f274f6b41af68 +size 15600 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_low_bl_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_low_bl_BaseColor.uasset new file mode 100644 index 00000000..885a0e66 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_low_bl_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6be3380da1b56806e98ac91f01cc4a7c576b89b746970099c9cdadc1f2e1d17 +size 1861852 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_or_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_or_BaseColor.uasset new file mode 100644 index 00000000..80cefc50 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_or_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb7fd081c2c535d7b06fb488a33f4d8083211d0c2dbf70115d89f4c0093fa91 +size 1270405 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_orange.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_orange.uasset new file mode 100644 index 00000000..dc4e5627 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_orange.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9fcef7a201c488bc9cd8f9813a4cfc3fa3676a208165a89b2283535f7ff1791 +size 14872 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_ye_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_ye_BaseColor.uasset new file mode 100644 index 00000000..66fb8b40 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_ye_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59368b98280d55149a694f7144f748dba589f8a7765dbebb94a9f4dc867b1221 +size 1684992 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_yellow.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_yellow.uasset new file mode 100644 index 00000000..2282d53b --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/lamp_01/lamp_01_yellow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f37de4e1f827d2578183a64f6ac8201ac3e2f88844bef5d879be9ca9e3a01e4 +size 15398 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_Emissive.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_Emissive.uasset new file mode 100644 index 00000000..9a6097b4 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_Emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a81bd33c3bd54a621941dab8c0984832cd7535bc60e670e12f167806ab958c +size 20751 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_Normal.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_Normal.uasset new file mode 100644 index 00000000..bd829f1d --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08cb828bbeaa73ff7a0a90fae89a794aa41ed03f2d9a63558e466fbdb214c1a8 +size 77899 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_OcclusionRoughnessMetallic.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_OcclusionRoughnessMetallic.uasset new file mode 100644 index 00000000..578589cb --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d35e09fca318e4cbc73eece98a1019af8ab0ebaef18b1a3e1d3e8fbd4044ab7 +size 840606 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_bl_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_bl_BaseColor.uasset new file mode 100644 index 00000000..bcc4bfcc --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_bl_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9006a19f0b26c2b21d080b816c4b584106341c033575e662fe090d3fcbb90be +size 425580 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_blue.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_blue.uasset new file mode 100644 index 00000000..41f17095 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_blue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578a85ce211c651f36d776d9c564af7b3ea42022642d38394af5dcb9d2ffe049 +size 13708 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_or_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_or_BaseColor.uasset new file mode 100644 index 00000000..97ecaa66 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_or_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2591268410d9633156da204c09d5e8cb7f12f25ac200bcf2c560ade4eb3ee627 +size 377028 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_orange.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_orange.uasset new file mode 100644 index 00000000..55d2c399 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_orange.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2295e68c48bd267787b230f5c29c8a0ce8086be23137fad2991c1c271512b305 +size 13778 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_ye_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_ye_BaseColor.uasset new file mode 100644 index 00000000..33c8ec13 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_ye_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9588e191b116aadf38c9f59225db2f147db21bc8f316ad7d97137b0768610c +size 340667 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_yellow.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_yellow.uasset new file mode 100644 index 00000000..a83c116b --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_01/wall_light_01_yellow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3682c8b9ae1a991791fdb8addb6549610ad32175db305cb91064a09471c6c57e +size 13669 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_blue.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_blue.uasset new file mode 100644 index 00000000..494d99c3 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_blue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3420e5bbea1b5b7a97b45df53ef537937c804a2880ea09d89111463152f39321 +size 11949 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_bl_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_bl_BaseColor.uasset new file mode 100644 index 00000000..c55beb4f --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_bl_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2d13dd7092d45db9c2d9da84fc11c6c0fb6d8120f02b7c916baa2caf274c78 +size 532922 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_or_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_or_BaseColor.uasset new file mode 100644 index 00000000..e80bc95b --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_or_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb12a3eb29fca31b5bb537cfe0bd30e72e50239df3c96a6df5cfd5b4dbf112fc +size 338277 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_or_Normal.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_or_Normal.uasset new file mode 100644 index 00000000..31ad84d7 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_or_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ca5ac69bc65e98c3d9d386aaefa8fa204c6156b43608b396197196fe586e1e +size 45351 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_or_OcclusionRoughnessMetallic.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_or_OcclusionRoughnessMetallic.uasset new file mode 100644 index 00000000..30d8b7cd --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_or_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af54f5d5b61ddd1108dbab3daa548bf1809cd061bc15c9ce16059edd7396b59d +size 880770 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_ye_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_ye_BaseColor.uasset new file mode 100644 index 00000000..c75d6471 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_low_ye_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee21eddb13a56e8d24cc8734f5719e82650a2bc1195f544a445ac7a8e862f77 +size 482368 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_orange.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_orange.uasset new file mode 100644 index 00000000..ca007ade --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_orange.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07348e8c5c9dea07f9098309510423d0e3b4d8ffa0127dbc4abbb11384c75244 +size 12531 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_yellow.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_yellow.uasset new file mode 100644 index 00000000..6566b537 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/wall_light_02/wall_light_02_yellow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b50508c266304da631863c88ebcc1de70d3b4eb203d17177771cd131d2b2503 +size 12130 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/wall_light_01_low.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/wall_light_01_low.uasset new file mode 100644 index 00000000..b626c899 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/wall_light_01_low.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea23db589feffd0755395c58370215e3743692b84621cf8369317642e8f67c7 +size 67451 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/wall_light_02_low.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/wall_light_02_low.uasset new file mode 100644 index 00000000..8b22913a --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/wall_light_02_low.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347ed2add1339ad754a3eba4dfd91a54c2198eae315718ae100bc93e67b0a0d3 +size 39154 diff --git a/EndlessVendetta/Content/StarterContent/Audio/Collapse01.uasset b/EndlessVendetta/Content/StarterContent/Audio/Collapse01.uasset index 5e3ff30e..725f0165 100644 --- a/EndlessVendetta/Content/StarterContent/Audio/Collapse01.uasset +++ b/EndlessVendetta/Content/StarterContent/Audio/Collapse01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85c827023ee4b466228ec65e92b4b4a0415a106de041ac1c2cab481a2a5dfa8d -size 348532 +oid sha256:4815d000df3f59003c8490408559e3a0c3c714fab5deaac914d3085d5bfed65c +size 353935 diff --git a/EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset b/EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset index 01ef90dd..0f990580 100644 --- a/EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset +++ b/EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:479415deb30dc3169834a58430518a6b98de76ff65126ff206518fc37474b73f -size 66790690 +oid sha256:bc35eb2d43a47427d30aba0196f9eac90d089dd3abca319528c5d25c83510d0d +size 72364642