From afe2735d6466519cddce8b55c0094c4da9a07c92 Mon Sep 17 00:00:00 2001 From: wonkyhonky2024 Date: Sat, 17 May 2025 19:51:04 +0100 Subject: [PATCH] need a state machine or level sequence or something here --- .../Blueprints/MalfunctionInterface.uasset | 3 +++ Content/LinacLab/MyMyUserWidget.uasset | 4 ++-- Content/LinacLab/vt100_Blueprint.uasset | 4 ++-- MyProject.uproject | 12 ++++++++++++ 4 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 Content/FirstPerson/Blueprints/MalfunctionInterface.uasset diff --git a/Content/FirstPerson/Blueprints/MalfunctionInterface.uasset b/Content/FirstPerson/Blueprints/MalfunctionInterface.uasset new file mode 100644 index 0000000..ba097e2 --- /dev/null +++ b/Content/FirstPerson/Blueprints/MalfunctionInterface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974c75afca5369824c6b61a1a407f35990e3eb276e3250ebb374aaddad94d3d4 +size 9306 diff --git a/Content/LinacLab/MyMyUserWidget.uasset b/Content/LinacLab/MyMyUserWidget.uasset index 58eee89..cc3611d 100644 --- a/Content/LinacLab/MyMyUserWidget.uasset +++ b/Content/LinacLab/MyMyUserWidget.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89749a6197f68a9d4359c02ac90d7551ecddb4b5f9327e78b88768e1ecdbb3f9 -size 205349 +oid sha256:46d9ee481c3552170f9ae873718afe26871eb9305b38d9c9cf652ed5815d1cd9 +size 205141 diff --git a/Content/LinacLab/vt100_Blueprint.uasset b/Content/LinacLab/vt100_Blueprint.uasset index 6be3f73..16e7425 100644 --- a/Content/LinacLab/vt100_Blueprint.uasset +++ b/Content/LinacLab/vt100_Blueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:feb1403011a24b95c18c689369e93ae3e559adeabc5090dcdd4667b31a0d09fb -size 269267 +oid sha256:42d2e0d102590dc019e825a0bdf0948d3f5e33128701cdcc6a2b04f80884cba4 +size 287218 diff --git a/MyProject.uproject b/MyProject.uproject index 26acdc5..e1ee2a6 100644 --- a/MyProject.uproject +++ b/MyProject.uproject @@ -14,6 +14,18 @@ { "Name": "ModelingToolsEditorMode", "Enabled": true + }, + { + "Name": "StateGraph", + "Enabled": true + }, + { + "Name": "GameplayStateTree", + "Enabled": true + }, + { + "Name": "GameplayAbilities", + "Enabled": true } ] } \ No newline at end of file