From 195ff80dea8a800df3761295b5cc0bd7b4e9f666 Mon Sep 17 00:00:00 2001 From: Rafal Swierczek Date: Sun, 14 Jan 2024 20:13:17 +0000 Subject: [PATCH] Implemented Landing Zone Landing Functionality --- .../.idea.EndlessVendetta/.idea/workspace.xml | 8 +++++-- .../Blueprints/BP_FirstPersonCharacter.uasset | 4 ++-- .../FirstPerson/Blueprints/WBP_Fade.uasset | 3 +++ .../Content/Levels/ControlTutorialLevel.umap | 4 ++-- .../Content/Ships/LandingZone.uasset | 4 ++-- .../Content/Ships/WBP_LandingZone.uasset | 3 +++ .../Architecture/Floor_400x400.uasset | 4 ++-- .../Particles/P_Ambient_Dust.uasset | 4 ++-- .../EndlessVendettaCharacter.cpp | 19 ++++++++++++++- .../EndlessVendettaCharacter.h | 3 +++ .../EndlessVendetta/SpaceShip/LandingZone.h | 8 ++++++- .../EndlessVendetta/SpaceShip/SpaceShip.cpp | 24 ++++++++++++++++++- .../EndlessVendetta/SpaceShip/SpaceShip.h | 7 ++++++ 13 files changed, 80 insertions(+), 15 deletions(-) create mode 100644 EndlessVendetta/Content/FirstPerson/Blueprints/WBP_Fade.uasset create mode 100644 EndlessVendetta/Content/Ships/WBP_LandingZone.uasset diff --git a/EndlessVendetta/.idea/.idea.EndlessVendetta/.idea/workspace.xml b/EndlessVendetta/.idea/.idea.EndlessVendetta/.idea/workspace.xml index 986497e0..a337877d 100644 --- a/EndlessVendetta/.idea/.idea.EndlessVendetta/.idea/workspace.xml +++ b/EndlessVendetta/.idea/.idea.EndlessVendetta/.idea/workspace.xml @@ -11,10 +11,14 @@ - + + + + +