diff --git a/Config/DefaultEditor.ini b/Config/DefaultEditor.ini index 4ecb6eb..42106a6 100644 --- a/Config/DefaultEditor.ini +++ b/Config/DefaultEditor.ini @@ -5,4 +5,7 @@ SimpleMapName=/Game/TP_ThirdPerson/Maps/ThirdPersonExampleMap bAllowClassAndBlueprintPinMatching=true bReplaceBlueprintWithClass= true bDontLoadBlueprintOutsideEditor= true -bBlueprintIsNotBlueprintType= true \ No newline at end of file +bBlueprintIsNotBlueprintType= true + +[/Script/AdvancedPreviewScene.SharedProfiles] + diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini index 9b1348f..c63f7c7 100644 --- a/Config/DefaultInput.ini +++ b/Config/DefaultInput.ini @@ -70,7 +70,9 @@ bCaptureMouseOnLaunch=True bEnableLegacyInputScales=True bEnableMotionControls=True bFilterInputByPlatformUser=False +bEnableInputDeviceSubsystem=True bShouldFlushPressedKeysOnViewportFocusLost=True +bEnableDynamicComponentInputBinding=True bAlwaysShowTouchInterface=False bShowConsoleOnFourFingerTap=True bEnableGestureRecognizer=False @@ -79,6 +81,8 @@ DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown DefaultViewportMouseLockMode=LockOnCapture FOVScale=0.011110 DoubleClickTime=0.200000 ++ActionMappings=(ActionName="ZoomCameraIn",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MouseScrollUp) ++ActionMappings=(ActionName="ZoomCameraOut",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MouseScrollDown) DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks diff --git a/Content/ModularShipSystem/Blueprints/BPFL_ModularShipSystem.uasset b/Content/ModularShipSystem/Blueprints/BPFL_ModularShipSystem.uasset new file mode 100644 index 0000000..6fb3dcb --- /dev/null +++ b/Content/ModularShipSystem/Blueprints/BPFL_ModularShipSystem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504c3e232b78058df6b003bb580a11135b66c55cba260b009bf7b52f7f69f7df +size 58364 diff --git a/Content/ModularShipSystem/Blueprints/BP_ShipHUD.uasset b/Content/ModularShipSystem/Blueprints/BP_ShipHUD.uasset new file mode 100644 index 0000000..aa97d08 --- /dev/null +++ b/Content/ModularShipSystem/Blueprints/BP_ShipHUD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29cac744ca64e9dcd1e13abec643bb8dee45c398a47b40edfdd8658de2ed8522 +size 132817 diff --git a/Content/ModularShipSystem/Blueprints/Interfaces/BPI_ShipCore.uasset b/Content/ModularShipSystem/Blueprints/Interfaces/BPI_ShipCore.uasset new file mode 100644 index 0000000..397a2b3 --- /dev/null +++ b/Content/ModularShipSystem/Blueprints/Interfaces/BPI_ShipCore.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2715b236dcdbc5eab484f1a3597035ff016d36f3c02067897bfc43a7d1a5b7b7 +size 40437 diff --git a/Content/ModularShipSystem/Demo/Blueprints/BP_SpaceStation.uasset b/Content/ModularShipSystem/Demo/Blueprints/BP_SpaceStation.uasset new file mode 100644 index 0000000..4a71d58 --- /dev/null +++ b/Content/ModularShipSystem/Demo/Blueprints/BP_SpaceStation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53781897ffaa1dc9745b05a459aac6c0d6f3a597bbeb30b5e4a517f3cadf68dc +size 349238 diff --git a/Content/ModularShipSystem/Demo/Materials/MI_BaseEngine.uasset b/Content/ModularShipSystem/Demo/Materials/MI_BaseEngine.uasset new file mode 100644 index 0000000..0daabb4 --- /dev/null +++ b/Content/ModularShipSystem/Demo/Materials/MI_BaseEngine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1111a7e0e0c8331b06ae5fddd7f2a6b632c3fd0a296e6577f4e635884a99d9 +size 9847 diff --git a/Content/ModularShipSystem/Demo/Materials/MI_BaseShip.uasset b/Content/ModularShipSystem/Demo/Materials/MI_BaseShip.uasset new file mode 100644 index 0000000..d513099 --- /dev/null +++ b/Content/ModularShipSystem/Demo/Materials/MI_BaseShip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8c4a3a8d89ad39da7509c6288cef1c87f5d4e76ca96d548e494462a282e4a1 +size 8812 diff --git a/Content/ModularShipSystem/Demo/Materials/MI_BaseWindow.uasset b/Content/ModularShipSystem/Demo/Materials/MI_BaseWindow.uasset new file mode 100644 index 0000000..33de6d6 --- /dev/null +++ b/Content/ModularShipSystem/Demo/Materials/MI_BaseWindow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7409546dc04c0bb904dbee143490f96a892e534b28e1b00a460556c0b61fe24a +size 9386 diff --git a/Content/ModularShipSystem/Demo/Materials/MI_SpaceStation.uasset b/Content/ModularShipSystem/Demo/Materials/MI_SpaceStation.uasset new file mode 100644 index 0000000..a32da49 --- /dev/null +++ b/Content/ModularShipSystem/Demo/Materials/MI_SpaceStation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24909812eb7c911964dad3b1b2f076aa745ebd0a9e1190aed2f400b20df179e1 +size 9991 diff --git a/Content/ModularShipSystem/Demo/Materials/M_BasicColor.uasset b/Content/ModularShipSystem/Demo/Materials/M_BasicColor.uasset new file mode 100644 index 0000000..775a887 --- /dev/null +++ b/Content/ModularShipSystem/Demo/Materials/M_BasicColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49dddcd04a393e16ee895b6218da613a9889ac7a7b81c029ddcb96e31907de3b +size 13502 diff --git a/Content/ModularShipSystem/Demo/Meshes/Ships/CrappyShip.uasset b/Content/ModularShipSystem/Demo/Meshes/Ships/CrappyShip.uasset new file mode 100644 index 0000000..b4f8ab4 --- /dev/null +++ b/Content/ModularShipSystem/Demo/Meshes/Ships/CrappyShip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd6078a658a3bfc3036012fdcbf7bcc9adbf9c2f0de05affc0e3b0a1603052d +size 50600 diff --git a/Content/ModularShipSystem/Demo/Meshes/Stations/CrappySpaceStation.uasset b/Content/ModularShipSystem/Demo/Meshes/Stations/CrappySpaceStation.uasset new file mode 100644 index 0000000..ab14a28 --- /dev/null +++ b/Content/ModularShipSystem/Demo/Meshes/Stations/CrappySpaceStation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6dc7d175d154f5bc1141c9c636eac4fddd181c6bb8f9798f7137da3bfcdfa18 +size 138515 diff --git a/Content/ModularShipSystem/Demo/Pawns/BP_BaseShip.uasset b/Content/ModularShipSystem/Demo/Pawns/BP_BaseShip.uasset new file mode 100644 index 0000000..b5388df --- /dev/null +++ b/Content/ModularShipSystem/Demo/Pawns/BP_BaseShip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df804be5f25bce07cf4d81fafaacb7d80ed5be16a50860bb9f844d6565185d0f +size 412602 diff --git a/Content/ModularShipSystem/Demo/Widgets/WBP_BaseUI.uasset b/Content/ModularShipSystem/Demo/Widgets/WBP_BaseUI.uasset new file mode 100644 index 0000000..f3d7864 --- /dev/null +++ b/Content/ModularShipSystem/Demo/Widgets/WBP_BaseUI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374732e61ae44483c9d94bc9b822859c0e9c1ca28140104634f4446dcfe97abb +size 27130 diff --git a/Content/ModularShipSystem/Demo/Widgets/WBP_DockPrompt.uasset b/Content/ModularShipSystem/Demo/Widgets/WBP_DockPrompt.uasset new file mode 100644 index 0000000..c85e560 --- /dev/null +++ b/Content/ModularShipSystem/Demo/Widgets/WBP_DockPrompt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cbed3c86b03b35a609e00ba0754d388312bbe4a960af92ad2d23bd1f3bea6ac +size 27557 diff --git a/Content/ModularShipSystem/Demo/Widgets/WBP_ShopInterface.uasset b/Content/ModularShipSystem/Demo/Widgets/WBP_ShopInterface.uasset new file mode 100644 index 0000000..79b58bf --- /dev/null +++ b/Content/ModularShipSystem/Demo/Widgets/WBP_ShopInterface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba03699a929f930b7d41e0fdbd3f87e7b1a346ebff54d5b79810ed0db30e7ae +size 47609 diff --git a/Content/ModularShipSystem/Demo/Widgets/WBP_ShopItem.uasset b/Content/ModularShipSystem/Demo/Widgets/WBP_ShopItem.uasset new file mode 100644 index 0000000..571fba7 --- /dev/null +++ b/Content/ModularShipSystem/Demo/Widgets/WBP_ShopItem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f1f5f4caf7839466dcf5a5776a95b8e90e7f527c0590dd339c98d3c729dafa +size 37717 diff --git a/Content/ModularShipSystem/Demo/Widgets/WBP_UndockPrompt.uasset b/Content/ModularShipSystem/Demo/Widgets/WBP_UndockPrompt.uasset new file mode 100644 index 0000000..9b4e4a0 --- /dev/null +++ b/Content/ModularShipSystem/Demo/Widgets/WBP_UndockPrompt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe175e465e84981567447529e6ade7021d7ba4809e497c5c9c56f99115e29d59 +size 30427 diff --git a/Content/ModularShipSystem/Enums/E_DamageTypes.uasset b/Content/ModularShipSystem/Enums/E_DamageTypes.uasset new file mode 100644 index 0000000..600e02d --- /dev/null +++ b/Content/ModularShipSystem/Enums/E_DamageTypes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc71b9290150c2467c90a9701816f0a3f9ca30c9243100f21ffba0fe79446c1 +size 3108 diff --git a/Content/ModularShipSystem/Enums/E_ScannerCapabilities.uasset b/Content/ModularShipSystem/Enums/E_ScannerCapabilities.uasset new file mode 100644 index 0000000..9d568ea --- /dev/null +++ b/Content/ModularShipSystem/Enums/E_ScannerCapabilities.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3964970239e324b0f9e2d015dc00a06d678d16bce9fd9a3b50dcbcc5e1ae413e +size 3679 diff --git a/Content/ModularShipSystem/Structs/S_BaseShipInformation.uasset b/Content/ModularShipSystem/Structs/S_BaseShipInformation.uasset new file mode 100644 index 0000000..58c6365 --- /dev/null +++ b/Content/ModularShipSystem/Structs/S_BaseShipInformation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d3b8b5753252c173deef2cf95b5ddcd793b3d85bc42b7e8427bf126450f45d +size 7584 diff --git a/Content/ModularShipSystem/Structs/S_EngineClassesMaster.uasset b/Content/ModularShipSystem/Structs/S_EngineClassesMaster.uasset deleted file mode 100644 index e526630..0000000 --- a/Content/ModularShipSystem/Structs/S_EngineClassesMaster.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30f3a8f94eabb9612cd7eb18fbec1b8e8de692e3bdafa68eed26b10049521b61 -size 8119 diff --git a/Content/ModularShipSystem/Structs/S_EngineInformation.uasset b/Content/ModularShipSystem/Structs/S_EngineInformation.uasset index c320344..ddee6d8 100644 --- a/Content/ModularShipSystem/Structs/S_EngineInformation.uasset +++ b/Content/ModularShipSystem/Structs/S_EngineInformation.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:579debf7d2f9304af303250acdff0fb319bced9a640566727e2332c777d006aa -size 7172 +oid sha256:effa050630f916e42c833c5f5657e9c0225d58b6c08ad4ec1ee600848b412c18 +size 8089 diff --git a/Content/ModularShipSystem/Structs/S_PowerInformation.uasset b/Content/ModularShipSystem/Structs/S_PowerInformation.uasset new file mode 100644 index 0000000..8a802ba --- /dev/null +++ b/Content/ModularShipSystem/Structs/S_PowerInformation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9155e60b650102555df64578d6818035a1eeef58d5f54cdd306bae283d182612 +size 5285 diff --git a/Content/ModularShipSystem/Structs/S_ScannerInformation.uasset b/Content/ModularShipSystem/Structs/S_ScannerInformation.uasset new file mode 100644 index 0000000..40ac6e6 --- /dev/null +++ b/Content/ModularShipSystem/Structs/S_ScannerInformation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec595486fdbf44efa37b2503070b4ecfdd2e344e9ed50b38e34075588cd4876 +size 7453 diff --git a/Content/ModularShipSystem/Structs/S_ShipConfiguration.uasset b/Content/ModularShipSystem/Structs/S_ShipConfiguration.uasset new file mode 100644 index 0000000..e894665 --- /dev/null +++ b/Content/ModularShipSystem/Structs/S_ShipConfiguration.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc5f3a2bb77619aba9896c3ff82632fe6ce89319fa3763f353c77e119667e33 +size 9638 diff --git a/Content/ModularShipSystem/Structs/S_ShipMasterInfo.uasset b/Content/ModularShipSystem/Structs/S_ShipMasterInfo.uasset index 74ff078..9551ccc 100644 --- a/Content/ModularShipSystem/Structs/S_ShipMasterInfo.uasset +++ b/Content/ModularShipSystem/Structs/S_ShipMasterInfo.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04f9a83c1135931159c6a3b2e26e865d3e5ad0f1c6c9c399fe338a3131c58b08 -size 4915 +oid sha256:54fde82bf1d341bedde65cc995d766a57ebdbf7842d323bfafec151306222846 +size 12300 diff --git a/Content/ModularShipSystem/Structs/S_WeaponInformation.uasset b/Content/ModularShipSystem/Structs/S_WeaponInformation.uasset new file mode 100644 index 0000000..2e494c8 --- /dev/null +++ b/Content/ModularShipSystem/Structs/S_WeaponInformation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c273b9015fba5e04c2c66000730262af7587f041afcf4c7869def69711f5d2f3 +size 7678 diff --git a/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset b/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset index 9e4ca52..75c0e88 100644 --- a/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset +++ b/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c30168c3dc1afc040e4cb527eaa2eb5cbb71f2cdc4b56a13e49d2371853a66d0 -size 130142 +oid sha256:9bd20de27bde457dfcb494351cfd31887ff0903bae337d2c48c1e64674530ab0 +size 134641 diff --git a/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset b/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset index 7294c4f..154c88d 100644 --- a/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset +++ b/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06f1fc6f7c0b7819e2e1c5688b16379cadc785a68c192f805d34bca7fb2fe835 -size 14094 +oid sha256:0ea3e23fa30f2ffd7f3b61f7e61f33f71271afb5f506e554ff2f5627476a5337 +size 15804 diff --git a/Content/ThirdPerson/Maps/ThirdPersonMap.umap b/Content/ThirdPerson/Maps/ThirdPersonMap.umap index 72bd9c4..398b3da 100644 --- a/Content/ThirdPerson/Maps/ThirdPersonMap.umap +++ b/Content/ThirdPerson/Maps/ThirdPersonMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9baad2a654def11393efc74a7880c195fb3a159f37da45819798fcbf76d8c58 -size 22259 +oid sha256:b8a8fbf8550408f6e6c7708c061391d21dcec2359e8a84faa14581e70a7c1d1d +size 28464 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/FG/C9C8NKPQ680JETAE5ROTT1.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/FG/C9C8NKPQ680JETAE5ROTT1.uasset deleted file mode 100644 index d707e91..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/FG/C9C8NKPQ680JETAE5ROTT1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26a9c4b8b0135ab39dd2c7232bc6fd5222153c1a6ae1b1b3a59064308ecbf949 -size 4137 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/HL/XWFFRCIJ8QK4NRO30ALA6J.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/HL/XWFFRCIJ8QK4NRO30ALA6J.uasset deleted file mode 100644 index 674f65a..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/HL/XWFFRCIJ8QK4NRO30ALA6J.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:134118722de16cd0aad1727e9d5ef5765851dcb73741df56ea9d52640525d1ff -size 4554 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/WU/NB37RT5Q32Z8MJWD8BD2SO.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/WU/NB37RT5Q32Z8MJWD8BD2SO.uasset deleted file mode 100644 index ec1e040..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/WU/NB37RT5Q32Z8MJWD8BD2SO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a950de824d75b53456bc7d5a97876d682d457346f0c68c6813243ae1d20a7ed -size 3746 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/M3/7JQC72ZY37QM4IT43WD5CW.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/M3/7JQC72ZY37QM4IT43WD5CW.uasset deleted file mode 100644 index e0cff9c..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/M3/7JQC72ZY37QM4IT43WD5CW.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba9d3017df6be4e582425ddff72fa45ad9bda55dd7e77cc2c92b593e102d27e8 -size 4199 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/OP/YLCCW4C4V38C1Q4RGRBAIM.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/OP/YLCCW4C4V38C1Q4RGRBAIM.uasset new file mode 100644 index 0000000..12d921b --- /dev/null +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/OP/YLCCW4C4V38C1Q4RGRBAIM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d9a109a1d928b9da46d7e05b79f7850bf0e8112350a760435610c3dc1defdfa +size 11125 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/P3/O43ETCZTFMLWWH1CJ941H2.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/P3/O43ETCZTFMLWWH1CJ941H2.uasset deleted file mode 100644 index 14cc472..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/P3/O43ETCZTFMLWWH1CJ941H2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ded45078856631d1ab8563e6de64aeaa354de6c3090a9097c0df08da0b3d64a -size 4259 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/60/5PI42YRDC8HSSG6BVV2GRR.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/60/5PI42YRDC8HSSG6BVV2GRR.uasset deleted file mode 100644 index 706a34b..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/60/5PI42YRDC8HSSG6BVV2GRR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c51681461cae9d5137ccb3514f07286cc1393f834cd3cd5c0d5ea5b39e0f8e34 -size 4085 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/GG/GDWDOFWRH92ZZZOKZALX9T.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/GG/GDWDOFWRH92ZZZOKZALX9T.uasset new file mode 100644 index 0000000..a7cf68a --- /dev/null +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/GG/GDWDOFWRH92ZZZOKZALX9T.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e2f79f349355ddc3fd7c9a9ecdf7ea687cc1d1c5a3e40f3ea2a9d023450446 +size 5154 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/RA/9DHELK0ZHA8HNX07BJI1UE.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/RA/9DHELK0ZHA8HNX07BJI1UE.uasset new file mode 100644 index 0000000..6008de1 --- /dev/null +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/RA/9DHELK0ZHA8HNX07BJI1UE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89308f70f5b4522cac93cec0f5cd187be1cf17ac78dd9b8237289f76e77048d7 +size 5154 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/11/IM858T68EBXCBX1T2FNR96.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/11/IM858T68EBXCBX1T2FNR96.uasset deleted file mode 100644 index 07e9835..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/11/IM858T68EBXCBX1T2FNR96.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9367a1410959cc3c30689e4f1a54e2480beb1d7184acf9293c175cf5c5cbf31 -size 4197 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/7E/BEYC27T14FHBU6LF2F60RR.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/7E/BEYC27T14FHBU6LF2F60RR.uasset deleted file mode 100644 index 7da333f..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/7E/BEYC27T14FHBU6LF2F60RR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94ff7ae787a3b54c77cac5b9b0bc6e63e88704c05e469eaa6467e173b366f453 -size 4554 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/9Q/U98KGKQ41NJYFOGFQM8ZDY.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/9Q/U98KGKQ41NJYFOGFQM8ZDY.uasset deleted file mode 100644 index 63e908e..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/9Q/U98KGKQ41NJYFOGFQM8ZDY.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6592f57fe6d7e5e615ab8c7a20c93075ac6759ff61bb9631a6e057150dcc7d01 -size 4194 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/QO/CO9MG7REJF8N8AQFYRCI06.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/QO/CO9MG7REJF8N8AQFYRCI06.uasset deleted file mode 100644 index b3ad2aa..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/QO/CO9MG7REJF8N8AQFYRCI06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d256685e4d475994d589e81c57494da03f511aec8f3ee42deea129010c26442d -size 4257 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/CZ/K2YM0JIRZ78IHGM8W2QBAF.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/CZ/K2YM0JIRZ78IHGM8W2QBAF.uasset deleted file mode 100644 index fbe0815..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/CZ/K2YM0JIRZ78IHGM8W2QBAF.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c27b82c8f8251b4fa29871ad8deb3acbfbca13d335a0d24f8931b60520adc7a -size 4257 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/HF/9H7TKAXH9DD8KI3TIXGI2I.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/HF/9H7TKAXH9DD8KI3TIXGI2I.uasset deleted file mode 100644 index 0d39062..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/HF/9H7TKAXH9DD8KI3TIXGI2I.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d580aff7cb956aba32c784c7563e71957f7c7976a0b3c09e09065cba2547eed5 -size 4259 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/IR/OTJMGDDXDV5TI7982YKZ5P.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/IR/OTJMGDDXDV5TI7982YKZ5P.uasset deleted file mode 100644 index 0b51dbe..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/IR/OTJMGDDXDV5TI7982YKZ5P.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be17e2212a69f713002c39cf3912878074e89845e30a507eaf6c9513061ad274 -size 4106 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/NC/UUYHDUFQAXTRRN4RVOPIUF.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/NC/UUYHDUFQAXTRRN4RVOPIUF.uasset deleted file mode 100644 index 0851abb..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/NC/UUYHDUFQAXTRRN4RVOPIUF.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:638d62d85d1622159516e5c0159f80f570ad885fbeeb8b893f2411b2f2bdde2d -size 4259 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/XB/9VVR39MG0K7W5GQIEFE7SO.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/XB/9VVR39MG0K7W5GQIEFE7SO.uasset deleted file mode 100644 index 148df56..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/XB/9VVR39MG0K7W5GQIEFE7SO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d330ebe344a1e649be43d4ec4e71d64a24c6b52f0fc7bcd8494a9ecb8f200e7f -size 4257 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/7/8L/J6O1OKWQJ21X7ZC0E598T1.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/7/8L/J6O1OKWQJ21X7ZC0E598T1.uasset new file mode 100644 index 0000000..a786be8 --- /dev/null +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/7/8L/J6O1OKWQJ21X7ZC0E598T1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3081ff2ff7ef6ebecc8d77725f7aab1fb97f31f2c7e6135372a739bf512cd3fa +size 5154 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/7/JG/HE6MB2D93VWWDD7XXO3A4U.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/7/JG/HE6MB2D93VWWDD7XXO3A4U.uasset new file mode 100644 index 0000000..1663bc8 --- /dev/null +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/7/JG/HE6MB2D93VWWDD7XXO3A4U.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b69d774a6408fe396b533c1eb02d1332724ea0dcf039e7fbf78ffe300c3422 +size 5154 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/3J/6B9RJI3FDPCETRKXUXCQ4C.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/3J/6B9RJI3FDPCETRKXUXCQ4C.uasset deleted file mode 100644 index a29b1d1..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/3J/6B9RJI3FDPCETRKXUXCQ4C.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71006f26cfe0506aeeeecbdfedffced344ab428e593e90cc2218cff29db3ed68 -size 4196 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/9/U7/H8YL2PPHZPBTI74SUD0RNL.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/9/U7/H8YL2PPHZPBTI74SUD0RNL.uasset deleted file mode 100644 index ad763eb..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/9/U7/H8YL2PPHZPBTI74SUD0RNL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ff4a036efd96f320e3fc95be2ed683ac0c9d59dc0daf5ebfdb42ef474f68109 -size 4083 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/16/Q7Y1URWWFS0TXGWUTO3S61.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/16/Q7Y1URWWFS0TXGWUTO3S61.uasset deleted file mode 100644 index befeee0..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/16/Q7Y1URWWFS0TXGWUTO3S61.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:443747fbdba34da04b17bbd1648c964abfc3583244bc16ebbab8c19716257d8c -size 4196 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/17/6LXV4Y6DE3LUT705XNU4DZ.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/17/6LXV4Y6DE3LUT705XNU4DZ.uasset deleted file mode 100644 index 9de695f..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/17/6LXV4Y6DE3LUT705XNU4DZ.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6166d3ada28b8bb11d7cbda7a72df5f9887539474a0449d8ee711d8b4688b203 -size 4257 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/IL/LSHWGRLG7J2LEBEGA5PR8X.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/IL/LSHWGRLG7J2LEBEGA5PR8X.uasset new file mode 100644 index 0000000..b0ec5e1 --- /dev/null +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/IL/LSHWGRLG7J2LEBEGA5PR8X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce2112fba5c7ce11a7b7e3d245e446fbe9e119b53162d10e1bd064f36f9866a +size 5154 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/MS/MRHJREJ6H7USQYWF1KO8F6.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/MS/MRHJREJ6H7USQYWF1KO8F6.uasset deleted file mode 100644 index 39bc2e2..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/MS/MRHJREJ6H7USQYWF1KO8F6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8d98b51deae32292cbedeafc780f928e47dcd475ec17ca693950beb7e8ff24c -size 4194 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/4D/BBOCKSZY1GVHTFRX0PR0O8.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/4D/BBOCKSZY1GVHTFRX0PR0O8.uasset deleted file mode 100644 index 9f54c65..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/4D/BBOCKSZY1GVHTFRX0PR0O8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7cff00f928e621828cd873a9209692eadd8324381faa6b2313e66fccf0dcd20 -size 4085 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/8K/1IKKDYS7RULH8FRYRPPF04.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/8K/1IKKDYS7RULH8FRYRPPF04.uasset deleted file mode 100644 index 6b108b8..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/8K/1IKKDYS7RULH8FRYRPPF04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cddf4c8a9e88468b1a88239465441229988346f33489ebecddd232c1418bb39c -size 4259 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/EA/9BWDWCNL7OZT2HTML9LK1Y.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/EA/9BWDWCNL7OZT2HTML9LK1Y.uasset deleted file mode 100644 index 3143343..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/EA/9BWDWCNL7OZT2HTML9LK1Y.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c149869feeaf1510b36db936d4d268d656241e7865e9d8095344d1d90307a66d -size 4197 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/FB/8RB55FM1HBEUVO4IOQC4YN.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/FB/8RB55FM1HBEUVO4IOQC4YN.uasset deleted file mode 100644 index 1379376..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/FB/8RB55FM1HBEUVO4IOQC4YN.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b70581331d652dab7d08a3b4e5642621681db555804f910e407f1544d49a4f20 -size 4143 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/QD/K7AL5YJ5BZN2P7PC7HTQJN.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/QD/K7AL5YJ5BZN2P7PC7HTQJN.uasset new file mode 100644 index 0000000..8b0789f --- /dev/null +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/QD/K7AL5YJ5BZN2P7PC7HTQJN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e928e2381b5b731641b62b90557db22edd51255f96d4d8df19796bfcc86269d +size 5148 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/QF/BY1DA5CRGQSAMOTK8RA8KR.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/QF/BY1DA5CRGQSAMOTK8RA8KR.uasset deleted file mode 100644 index e5c171d..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/QF/BY1DA5CRGQSAMOTK8RA8KR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eccc8898e449e3e69330bceb17d41195d8816f5b24a9fdce9bcbf476e1bbf732 -size 3982 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/YT/CQR16QFDKKEYP53M51TV4F.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/YT/CQR16QFDKKEYP53M51TV4F.uasset deleted file mode 100644 index 4a232d3..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/YT/CQR16QFDKKEYP53M51TV4F.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc5b98e9cb9ae73218875cf46f217a54901e063fb698bdd27d825af1e285e067 -size 4085 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/0G/JNKFA4X9LRMSF343ESPF6Q.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/0G/JNKFA4X9LRMSF343ESPF6Q.uasset deleted file mode 100644 index 43ad68f..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/0G/JNKFA4X9LRMSF343ESPF6Q.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7035d96cc3a70597a83e4f399c63a197242d0462aab2702d1b36de50aa3ceaf9 -size 4080 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/3V/NMHOKL5LGQDOAAG00FUMZR.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/3V/NMHOKL5LGQDOAAG00FUMZR.uasset deleted file mode 100644 index 444f567..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/3V/NMHOKL5LGQDOAAG00FUMZR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34376285d84fe6efd6ad47090c47e2af121b7bed865b552dc3a1a9a6be674780 -size 4082 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/E/8O/GK06JAEJ82TQ0GA2QB0DJG.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/E/8O/GK06JAEJ82TQ0GA2QB0DJG.uasset deleted file mode 100644 index 6291d7e..0000000 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/E/8O/GK06JAEJ82TQ0GA2QB0DJG.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6385d971f042b58beeba2f7b67143b118a962b232e9a98b3855b3b75ab901a60 -size 4437 diff --git a/README.md b/README.md index 15c99c0..96c54c2 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,12 @@ All of the components below need stats defined such as power draw and hull reinforcement or shield degredation. -## Systems to implement: +## Systems to implement -- [ ] Basic spaceship pawn +- [X] Basic spaceship pawn +- [X] Docking using sockets +- [X] Toggles for docking UI and player control over the pawn +- [ ] Data driven shop UI ### Base Ship Info @@ -30,3 +33,6 @@ All of the components below need stats defined such as power draw and hull reinf ### Module upgrades - [ ] Various types of upgrades i.e. hull reinforcements, shield reinforcements. + +- [ ] Move UI handling for space station to a HUD class using the interfaces to toggle everything +- [ ] docking should change pawn rotation as well diff --git a/SourceAssets/CrappyShip.blend b/SourceAssets/CrappyShip.blend new file mode 100644 index 0000000..d528961 --- /dev/null +++ b/SourceAssets/CrappyShip.blend @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85242cc135b5109bf42598e08c797397d3eb2221ae5924ad38f26dc2f4d5c09d +size 2122114 diff --git a/SourceAssets/CrappyShip.blend1 b/SourceAssets/CrappyShip.blend1 new file mode 100644 index 0000000..9c5e94e Binary files /dev/null and b/SourceAssets/CrappyShip.blend1 differ diff --git a/SourceAssets/CrappyShip.fbx b/SourceAssets/CrappyShip.fbx new file mode 100644 index 0000000..27b0709 --- /dev/null +++ b/SourceAssets/CrappyShip.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5e3711d61f7d9522a2f62cfae8873e0b7d4acd710a2e7f1595ae42631bac71 +size 36828 diff --git a/SourceAssets/CrappySpaceStation.fbx b/SourceAssets/CrappySpaceStation.fbx new file mode 100644 index 0000000..218e7a0 --- /dev/null +++ b/SourceAssets/CrappySpaceStation.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab501c6b015c5cd4c36ac614bd7ff6dd3f6e793824a9408b62800318da8b1bfa +size 86268