From d6633301ee239ca8e832fdaa9996b08993ffa493 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 6 Feb 2024 16:50:25 +0100 Subject: [PATCH] Started implementing SPUD Functionality --- VIRTUOS_ExpansionPluginTests/Content/BP_GameInstance.uasset | 3 +++ .../FirstPerson/Blueprints/BP_SpudExamplesGameInstance.uasset | 3 +++ .../Content/FirstPerson/Textures/NewSaveIcon.uasset | 3 +++ .../Content/MainMenu/BP_MainMenu.uasset | 4 ++-- .../Content/MainMenu/Widget_SaveLoadScreen.uasset | 3 +++ .../Content/MainMenu/Widget_SaveSlot.uasset | 3 +++ .../Content/UI/Widget_SaveLoadScreen.uasset | 3 +++ .../Content/UI/Widget_SaveSlot.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/UI/Widget_UI.uasset | 3 +++ 9 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/BP_GameInstance.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/FirstPerson/Blueprints/BP_SpudExamplesGameInstance.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/FirstPerson/Textures/NewSaveIcon.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveLoadScreen.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveSlot.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Widget_SaveLoadScreen.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Widget_SaveSlot.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/Widget_UI.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/BP_GameInstance.uasset b/VIRTUOS_ExpansionPluginTests/Content/BP_GameInstance.uasset new file mode 100644 index 0000000..5d83d5a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/BP_GameInstance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff09b45bee02b47b11e75307c8ef2f8ec4d523c0985da1b42982934bca842ee +size 18006 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/Blueprints/BP_SpudExamplesGameInstance.uasset b/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/Blueprints/BP_SpudExamplesGameInstance.uasset new file mode 100644 index 0000000..86a5123 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/Blueprints/BP_SpudExamplesGameInstance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e65209f27b2bee1eed266132832c559f1d4597b1939de3bef3c77530a13a3b +size 35480 diff --git a/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/Textures/NewSaveIcon.uasset b/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/Textures/NewSaveIcon.uasset new file mode 100644 index 0000000..e0bbc16 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/FirstPerson/Textures/NewSaveIcon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f411039df4eaf679d6cb63acb292a1130930ae52492fa23f58f5b09811363a +size 8492 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset index c4954e1..787dcb4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83707e2c6815610c5a98e61b03560fad6006973e668ca90e85e98b81c667cce1 -size 90634 +oid sha256:8d0bf8e045f4e0113d59ca4c7bed3008a49f7075a62a6c3a641afa17cecec71b +size 90052 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveLoadScreen.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveLoadScreen.uasset new file mode 100644 index 0000000..50310bc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveLoadScreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ccba262c7288b1e9f238e4e19fd32b45b118d3d243510741b72f1b24858977 +size 350951 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveSlot.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveSlot.uasset new file mode 100644 index 0000000..3385479 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/Widget_SaveSlot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544d4614ce79079d29ab31e14c71e03ab0c2cbfd59d0d27dada548b2949983dd +size 125485 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Widget_SaveLoadScreen.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Widget_SaveLoadScreen.uasset new file mode 100644 index 0000000..b6a6791 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Widget_SaveLoadScreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9778b0d2e3eaabc16697e83ab5ebfff3a368a0cf3bef3de84ffa54bff7c59f3 +size 353695 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Widget_SaveSlot.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Widget_SaveSlot.uasset new file mode 100644 index 0000000..542b3c1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Widget_SaveSlot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b02dbd94e446f6148ad438ea82210c86a1cda262255c6ed5824362c9880f8e +size 126938 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Widget_UI.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Widget_UI.uasset new file mode 100644 index 0000000..1726cd1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Widget_UI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730cca55737a1b117c4719f78b3f126524722a15c3bb4597cd3ffe79e45dfe7b +size 196880