From 42dab4464b7ac9e2cd71588c76583bd3aa1ab6c1 Mon Sep 17 00:00:00 2001 From: LOUIS HORNE Date: Mon, 6 Nov 2023 12:59:19 +0000 Subject: [PATCH] Added assets to the tutorial hit added some bedroom assets --- .../Assets/Objects/Tutorial-Level/BedroomTable01_low.uasset | 3 +++ .../Content/Assets/Objects/Tutorial-Level/Drawers_low.uasset | 3 +++ .../Content/Assets/Objects/Tutorial-Level/MakeupStand.uasset | 3 +++ .../Content/Assets/Objects/Tutorial-Level/Mirror.uasset | 3 +++ .../BedroomTable01_low_BedroomTable_BaseColor.uasset | 3 +++ .../BedroomTable01_low_BedroomTable_Normal.uasset | 3 +++ ...Table01_low_BedroomTable_OcclusionRoughnessMetallic.uasset | 3 +++ .../Assets/Objects/Tutorial-Level/Textures/Drawers01.uasset | 3 +++ .../Drawers01/Drawers_low_BedsideTable_BaseColor.uasset | 3 +++ .../Textures/Drawers01/Drawers_low_BedsideTable_Normal.uasset | 3 +++ ...Drawers_low_BedsideTable_OcclusionRoughnessMetallic.uasset | 3 +++ .../Objects/Tutorial-Level/Textures/M_BedroomTable01.uasset | 3 +++ .../Objects/Tutorial-Level/Textures/M_WallMakeupMirror.uasset | 3 +++ .../ceiling_light_01/ceiling_light_01_Normal.uasset | 3 +++ .../ceiling_light_01_OcclusionRoughnessMetallic.uasset | 3 +++ .../ceiling_light_01/ceiling_light_01_bl.uasset | 3 +++ .../ceiling_light_01/ceiling_light_01_bl_BaseColor.uasset | 3 +++ .../ceiling_light_01/ceiling_light_01_or_BaseColor.uasset | 3 +++ .../ceiling_light_01/ceiling_light_01_ye_BaseColor.uasset | 3 +++ .../ceiling_light_02/ceiling_light_02_Normal.uasset | 3 +++ .../ceiling_light_02_OcclusionRoughnessMetallic.uasset | 3 +++ .../ceiling_light_02/ceiling_light_02_bl.uasset | 3 +++ .../ceiling_light_02/ceiling_light_02_bl_BaseColor.uasset | 3 +++ ...ceiling_light_02_high_ceiling_light_02_or_BaseColor.uasset | 3 +++ ...ceiling_light_02_high_ceiling_light_02_ye_BaseColor.uasset | 3 +++ .../Content/Assets/Objects/Tutorial-Level/WallPiece01.uasset | 3 +++ .../Assets/Objects/Tutorial-Level/ceiling_light_01.uasset | 4 ++-- .../Assets/Objects/Tutorial-Level/ceiling_light_02.uasset | 4 ++-- .../ceiling_light_01/ceiling_light_01_Normal.uasset | 3 --- .../ceiling_light_01_OcclusionRoughnessMetallic.uasset | 3 --- .../ceiling_light_01/ceiling_light_01_bl.uasset | 3 --- .../ceiling_light_01/ceiling_light_01_bl_BaseColor.uasset | 3 --- .../ceiling_light_01/ceiling_light_01_or_BaseColor.uasset | 3 --- .../ceiling_light_01/ceiling_light_01_ye_BaseColor.uasset | 3 --- .../ceiling_light_02/ceiling_light_02_Normal.uasset | 3 --- .../ceiling_light_02_OcclusionRoughnessMetallic.uasset | 3 --- .../ceiling_light_02/ceiling_light_02_bl.uasset | 3 --- .../ceiling_light_02/ceiling_light_02_bl_BaseColor.uasset | 3 --- ...ceiling_light_02_high_ceiling_light_02_or_BaseColor.uasset | 3 --- ...ceiling_light_02_high_ceiling_light_02_ye_BaseColor.uasset | 3 --- .../Content/LevelPrototyping/Scenes/TutorialHit.umap | 4 ++-- 41 files changed, 84 insertions(+), 42 deletions(-) create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/BedroomTable01_low.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Drawers_low.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/MakeupStand.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Mirror.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/BedroomTable/BedroomTable01_low_BedroomTable_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/BedroomTable/BedroomTable01_low_BedroomTable_Normal.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/BedroomTable/BedroomTable01_low_BedroomTable_OcclusionRoughnessMetallic.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/Drawers01.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/Drawers01/Drawers_low_BedsideTable_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/Drawers01/Drawers_low_BedsideTable_Normal.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/Drawers01/Drawers_low_BedsideTable_OcclusionRoughnessMetallic.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/M_BedroomTable01.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/M_WallMakeupMirror.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_Normal.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_OcclusionRoughnessMetallic.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_bl.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_bl_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_or_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_ye_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_Normal.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_OcclusionRoughnessMetallic.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_bl.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_bl_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_high_ceiling_light_02_or_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_high_ceiling_light_02_ye_BaseColor.uasset create mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/WallPiece01.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_Normal.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_OcclusionRoughnessMetallic.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_bl.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_bl_BaseColor.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_or_BaseColor.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_ye_BaseColor.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_Normal.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_OcclusionRoughnessMetallic.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_bl.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_bl_BaseColor.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_high_ceiling_light_02_or_BaseColor.uasset delete mode 100644 EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_high_ceiling_light_02_ye_BaseColor.uasset diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/BedroomTable01_low.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/BedroomTable01_low.uasset new file mode 100644 index 00000000..4c65cca5 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/BedroomTable01_low.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a51221dc623963d46af8c20b0e503350aa31716d7e09b19101350c7097dbc27 +size 24615 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Drawers_low.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Drawers_low.uasset new file mode 100644 index 00000000..86fc506b --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Drawers_low.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a8b9343b1bf4a191fc4298f262f15d6da603a750d5dfe01055f2cbf7748366 +size 34572 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/MakeupStand.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/MakeupStand.uasset new file mode 100644 index 00000000..79e30764 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/MakeupStand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda968ac70f4dd4a549b795e7d71200acce28e906bac00030976091857d34401 +size 23248 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Mirror.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Mirror.uasset new file mode 100644 index 00000000..55a61ff4 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Mirror.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5996f42a5330102b122acb33e43aeb52ed540d834df30b6fa4ba7be625358974 +size 21396 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/BedroomTable/BedroomTable01_low_BedroomTable_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/BedroomTable/BedroomTable01_low_BedroomTable_BaseColor.uasset new file mode 100644 index 00000000..2e94bcbb --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/BedroomTable/BedroomTable01_low_BedroomTable_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b204f91ed826c624cfa3ca75ef9f56653f61087950895ad1422e1887cd8fd5c +size 492287 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/BedroomTable/BedroomTable01_low_BedroomTable_Normal.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/BedroomTable/BedroomTable01_low_BedroomTable_Normal.uasset new file mode 100644 index 00000000..cad6c4fa --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/BedroomTable/BedroomTable01_low_BedroomTable_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4c6bf18ecafe7d42286bc76a14739f264da2dce5c492f5e3d8b42b7fdf2990 +size 751600 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/BedroomTable/BedroomTable01_low_BedroomTable_OcclusionRoughnessMetallic.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/BedroomTable/BedroomTable01_low_BedroomTable_OcclusionRoughnessMetallic.uasset new file mode 100644 index 00000000..de7be662 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/BedroomTable/BedroomTable01_low_BedroomTable_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3a3246bd2feab5a61e1c55907213d8d186e8d3fb791e8d17b78dc55089ddce +size 511293 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/Drawers01.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/Drawers01.uasset new file mode 100644 index 00000000..1c3c332f --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/Drawers01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d9a2918deb4b4ad5ed41d37d20de515f6638e61e41323495bc2057bce5f0db +size 12425 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/Drawers01/Drawers_low_BedsideTable_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/Drawers01/Drawers_low_BedsideTable_BaseColor.uasset new file mode 100644 index 00000000..8de26edc --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/Drawers01/Drawers_low_BedsideTable_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3cf36dcf5ae9afaf6f15c84afb2f96e1284c3cb4c1f8f59cc7afffa8089099 +size 743152 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/Drawers01/Drawers_low_BedsideTable_Normal.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/Drawers01/Drawers_low_BedsideTable_Normal.uasset new file mode 100644 index 00000000..b432fc58 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/Drawers01/Drawers_low_BedsideTable_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4633b14c9c31e87d00ef43a9153020a21ea977b5854b80cd3a5cdc06276cc5 +size 1013334 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/Drawers01/Drawers_low_BedsideTable_OcclusionRoughnessMetallic.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/Drawers01/Drawers_low_BedsideTable_OcclusionRoughnessMetallic.uasset new file mode 100644 index 00000000..c54c88b3 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/Drawers01/Drawers_low_BedsideTable_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:655843ee99eea5460f21440875af4037469e213c413d40ed602aae2aca88e650 +size 756362 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/M_BedroomTable01.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/M_BedroomTable01.uasset new file mode 100644 index 00000000..7b30a9e0 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/M_BedroomTable01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f8887177400418cd843fdc5a08ba30b7267fb86435dad6fe5405fffb69778a +size 12232 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/M_WallMakeupMirror.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/M_WallMakeupMirror.uasset new file mode 100644 index 00000000..c1b3d929 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/M_WallMakeupMirror.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50895b2561cd8f3e66df39439c5519352539d2c13d1743760356732888de1cf7 +size 6983 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_Normal.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_Normal.uasset new file mode 100644 index 00000000..f318d826 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429d2d6720b138b18e91e3e0b98fae178eba61f3a849b6d677156279df903a34 +size 24701 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_OcclusionRoughnessMetallic.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_OcclusionRoughnessMetallic.uasset new file mode 100644 index 00000000..8a0d6615 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce18080fd9d2ae180f7687bb049b10d24684fbc8f7ff15c2e4504395a6469966 +size 771806 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_bl.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_bl.uasset new file mode 100644 index 00000000..b8f312a3 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_bl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734b580190a80587f02e9c08293d780f4d84fe88a2340882f07c187c4b094452 +size 13306 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_bl_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_bl_BaseColor.uasset new file mode 100644 index 00000000..9665ee9f --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_bl_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:000890209ac45baf9c8907fcbc6d7bda4e8f13d098c0bcefbedf4b135af0d0d1 +size 489710 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_or_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_or_BaseColor.uasset new file mode 100644 index 00000000..a5752009 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_or_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b57aed79381056a83a04be4943f8ddaa145efcd8c2ba0b65af80018bb33ba09 +size 319235 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_ye_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_ye_BaseColor.uasset new file mode 100644 index 00000000..bcfbac27 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_01/ceiling_light_01_ye_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9221fae79f4d791c06d0634b07d4dd07eb9a1d9cea6965898fee94d461507e5 +size 439341 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_Normal.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_Normal.uasset new file mode 100644 index 00000000..f9632bd2 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034a9ded34ef6bbafdbee6c9f5471d371d94e7dac47dc55ca3dd74bce83b7c11 +size 25132 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_OcclusionRoughnessMetallic.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_OcclusionRoughnessMetallic.uasset new file mode 100644 index 00000000..29a682f1 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3547eb77f96fe2cbe6a5e7fd9fc6b2649e2e7207e79379545c170bb3b7103458 +size 632437 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_bl.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_bl.uasset new file mode 100644 index 00000000..9f8aa372 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_bl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89bc1b30e17686d83eee433fb3168422bd04a5bf62608002619aa6fbe4df37d +size 13304 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_bl_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_bl_BaseColor.uasset new file mode 100644 index 00000000..1b7bd960 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_bl_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972c49e4eb41ea8e4dc1046b6013b077c1b8ca75ca2d7b616afd0efddf10afec +size 357608 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_high_ceiling_light_02_or_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_high_ceiling_light_02_or_BaseColor.uasset new file mode 100644 index 00000000..be1bdc90 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_high_ceiling_light_02_or_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a6e22d4a14a598f7fa92385fd7e8124baf13dbe73f1ab0b86f12767d5b0c0a +size 259603 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_high_ceiling_light_02_ye_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_high_ceiling_light_02_ye_BaseColor.uasset new file mode 100644 index 00000000..d9877e0a --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/Textures/lights_textures/ceiling_light_02/ceiling_light_02_high_ceiling_light_02_ye_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95a1f15ec56fee2345158e5c61fed4570ca805284d3b22d7533022e1af0d0ab +size 333312 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/WallPiece01.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/WallPiece01.uasset new file mode 100644 index 00000000..b55b10f6 --- /dev/null +++ b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/WallPiece01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1d36d952e4899fd1c26b237756c73c3df11b04b7cef8e3282a7cc33c79bced +size 21034 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..c3247c06 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:3a16b5ac8a123ccdef03e84e7a8c157105ac0555025cd255bd0fc434b4929174 +size 77971 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..48941aac 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:0a5db94e42c4f95c46317c8c0d33f9e703e2663e913256b53639f35a73579e65 +size 60093 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_Normal.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_Normal.uasset deleted file mode 100644 index 054b54d4..00000000 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61ffbd88183538504364d937cec76e39c3ad3ac50734c4dde05fb753dc19081e -size 24688 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_OcclusionRoughnessMetallic.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_OcclusionRoughnessMetallic.uasset deleted file mode 100644 index 98128985..00000000 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_OcclusionRoughnessMetallic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa4326b88438248f14e15747e0e35e3c178dd3a39d34dc4a749417be482efb98 -size 772854 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_bl_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_bl_BaseColor.uasset deleted file mode 100644 index 901b0190..00000000 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_bl_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:548714b507d37d4f2d39bd5bcbcb3b6c70c638f3ec664a730eeec2a8b258a648 -size 490848 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_or_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_or_BaseColor.uasset deleted file mode 100644 index 62070b05..00000000 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_or_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab47b9df9e80798483661464986d0a44a99678f54ed3d8e79e18a9a7e6daf6d1 -size 319482 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_ye_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_ye_BaseColor.uasset deleted file mode 100644 index bf3e48ed..00000000 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_01/ceiling_light_01_ye_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2eb40a4c0a54cea0d556376a519b0f61e59a74c7c6e52ae41db86618015cd751 -size 439900 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_Normal.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_Normal.uasset deleted file mode 100644 index cc43b385..00000000 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd8a7d3be97bda5691641eff72aafc902c4fc93f5d692ff5594647c3bb62b19b -size 25121 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_OcclusionRoughnessMetallic.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_OcclusionRoughnessMetallic.uasset deleted file mode 100644 index 12133670..00000000 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_OcclusionRoughnessMetallic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce49e96d0ffebc308d05e43fb3c5bd0739ca37de7fd90fe546c384ee13f4b5e3 -size 634462 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_bl_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_bl_BaseColor.uasset deleted file mode 100644 index f67db4bf..00000000 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_bl_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8ceb4628bffb303d79d43602ab15c3756a0e5c8a5e5a5d2245f180f7096e364 -size 360010 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_high_ceiling_light_02_or_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_high_ceiling_light_02_or_BaseColor.uasset deleted file mode 100644 index 189bb9cf..00000000 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_high_ceiling_light_02_or_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df446f99d7c243825cd7636d87218c5157b07d95ec75f1fa72517a3a9142a8f9 -size 260585 diff --git a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_high_ceiling_light_02_ye_BaseColor.uasset b/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_high_ceiling_light_02_ye_BaseColor.uasset deleted file mode 100644 index 22950e2b..00000000 --- a/EndlessVendetta/Content/Assets/Objects/Tutorial-Level/lights_textures/ceiling_light_02/ceiling_light_02_high_ceiling_light_02_ye_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c445e172f09670d19712822c5113403d266b3f8a4b95f38a94213bd3fecec90f -size 334795 diff --git a/EndlessVendetta/Content/LevelPrototyping/Scenes/TutorialHit.umap b/EndlessVendetta/Content/LevelPrototyping/Scenes/TutorialHit.umap index 36f15ee5..031fafaf 100644 --- a/EndlessVendetta/Content/LevelPrototyping/Scenes/TutorialHit.umap +++ b/EndlessVendetta/Content/LevelPrototyping/Scenes/TutorialHit.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:609efdd8d33b3e588fab3798c966b543cb353408d1aa6d8f78e1e50aed3e8c1c -size 298511 +oid sha256:3b97e5cdc12b30f4342df989be0625c9d2dc3e391853aaf928c0c959d02a8db2 +size 305532