Skip to content

Commit

Permalink
Merge pull request #164 from metalac190/dev
Browse files Browse the repository at this point in the history
0.2.0
  • Loading branch information
nicolasmaclean authored Mar 6, 2023
2 parents 19b45dc + 2eca0a4 commit 7523b27
Show file tree
Hide file tree
Showing 256 changed files with 113 additions and 102 deletions.
215 changes: 113 additions & 102 deletions Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
@@ -1,102 +1,113 @@


[/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Game/Levels/00_Start/00_Start_Main.00_Start_Main
EditorStartupMap=/Game/Levels/01_Basement/01_Basement_Main.01_Basement_Main
TransitionMap=/Game/Levels/Transition/Transition_Main.Transition_Main

[/Script/WindowsTargetPlatform.WindowsTargetSettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_DX11
-D3D12TargetedShaderFormats=PCD3D_SM5
+D3D12TargetedShaderFormats=PCD3D_SM6
-D3D11TargetedShaderFormats=PCD3D_SM5
+D3D11TargetedShaderFormats=PCD3D_SM5
Compiler=Default
AudioSampleRate=48000
AudioCallbackBufferFrameSize=1024
AudioNumBuffersToEnqueue=1
AudioMaxChannels=0
AudioNumSourceWorkers=4
SpatializationPlugin=
SourceDataOverridePlugin=
ReverbPlugin=
OcclusionPlugin=
CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0)
CacheSizeKB=65536
MaxChunkSizeOverrideKB=0
bResampleForDevice=False
MaxSampleRate=48000.000000
HighSampleRate=32000.000000
MedSampleRate=24000.000000
LowSampleRate=12000.000000
MinSampleRate=8000.000000
CompressionQualityModifier=1.000000
AutoStreamingThreshold=0.000000
SoundCueCookQualityIndex=-1


[/Script/HardwareTargeting.HardwareTargetingSettings]
TargetedHardwareClass=Desktop
AppliedTargetedHardwareClass=Desktop
DefaultGraphicsPerformance=Maximum
AppliedDefaultGraphicsPerformance=Maximum

[/Script/Engine.RendererSettings]
r.GenerateMeshDistanceFields=True
r.DynamicGlobalIlluminationMethod=1
r.ReflectionMethod=1
r.Shadow.Virtual.Enable=1
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
r.DefaultFeature.AutoExposure=False

[/Script/WorldPartitionEditor.WorldPartitionEditorSettings]
CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet'

[/Script/Engine.Engine]
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/GameLab_S23Game")
+ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/GameLab_S23Game")

[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
bEnablePlugin=True
bAllowNetworkConnection=True
SecurityToken=398C47424C280B9A0F718E9EE6505188
bIncludeInShipping=False
bAllowExternalStartInShipping=False
bCompileAFSProject=False
bUseCompression=False
bLogFiles=False
bReportStats=False
ConnectionType=USBOnly
bUseManualIPAddress=False
ManualIPAddress=

[/Script/Engine.PhysicsSettings]
PhysicErrorCorrection=(PingExtrapolation=0.100000,PingLimit=100.000000,ErrorPerLinearDifference=1.000000,ErrorPerAngularDifference=1.000000,MaxRestoredStateError=1.000000,MaxLinearHardSnapDistance=400.000000,PositionLerp=0.000000,AngleLerp=0.400000,LinearVelocityCoefficient=100.000000,AngularVelocityCoefficient=10.000000,ErrorAccumulationSeconds=0.500000,ErrorAccumulationDistanceSq=15.000000,ErrorAccumulationSimilarity=100.000000)
DefaultDegreesOfFreedom=Full3D
bSuppressFaceRemapTable=False
bSupportUVFromHitResults=False
bDisableActiveActors=False
bDisableKinematicStaticPairs=False
bDisableKinematicKinematicPairs=False
bDisableCCD=False
bEnableEnhancedDeterminism=False
AnimPhysicsMinDeltaTime=0.000000
bSimulateAnimPhysicsAfterReset=False
MinPhysicsDeltaTime=0.000000
MaxPhysicsDeltaTime=0.033333
bSubstepping=False
bSubsteppingAsync=False
bTickPhysicsAsync=False
AsyncFixedTimeStepSize=0.033333
MaxSubstepDeltaTime=0.016667
MaxSubsteps=6
SyncSceneSmoothingFactor=0.000000
InitialAverageFrameRate=0.016667
PhysXTreeRebuildRate=10
+PhysicalSurfaces=(Type=SurfaceType1,Name="Wood")
+PhysicalSurfaces=(Type=SurfaceType2,Name="Dirt")
+PhysicalSurfaces=(Type=SurfaceType3,Name="Grass")
DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,bUseMBPOuterBounds=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPOuterBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPNumSubdivs=2)
MinDeltaVelocityForHitEvents=0.000000
ChaosSettings=(DefaultThreadingModel=TaskGraph,DedicatedThreadTickMode=VariableCappedWithTarget,DedicatedThreadBufferMode=Double)



[/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/Levels/01_Basement/01_Basement_Main.01_Basement_Main
LocalMapOptions=
TransitionMap=/Game/Levels/Transition/Transition_Main.Transition_Main
bUseSplitscreen=True
TwoPlayerSplitscreenLayout=Horizontal
ThreePlayerSplitscreenLayout=FavorTop
FourPlayerSplitscreenLayout=Grid
bOffsetPlayerGamepadIds=False
GameInstanceClass=/Game/Systems/Saves/SaveGameInstance.SaveGameInstance_C
GameDefaultMap=/Game/Levels/00_Start/00_Start_Main.00_Start_Main
ServerDefaultMap=/Engine/Maps/Entry.Entry
GlobalDefaultGameMode=/Game/Entities/Player/BP_GameMode.BP_GameMode_C
GlobalDefaultServerGameMode=None

[/Script/WindowsTargetPlatform.WindowsTargetSettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_DX11
-D3D12TargetedShaderFormats=PCD3D_SM5
+D3D12TargetedShaderFormats=PCD3D_SM6
-D3D11TargetedShaderFormats=PCD3D_SM5
+D3D11TargetedShaderFormats=PCD3D_SM5
Compiler=Default
AudioSampleRate=48000
AudioCallbackBufferFrameSize=1024
AudioNumBuffersToEnqueue=1
AudioMaxChannels=0
AudioNumSourceWorkers=4
SpatializationPlugin=
SourceDataOverridePlugin=
ReverbPlugin=
OcclusionPlugin=
CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0)
CacheSizeKB=65536
MaxChunkSizeOverrideKB=0
bResampleForDevice=False
MaxSampleRate=48000.000000
HighSampleRate=32000.000000
MedSampleRate=24000.000000
LowSampleRate=12000.000000
MinSampleRate=8000.000000
CompressionQualityModifier=1.000000
AutoStreamingThreshold=0.000000
SoundCueCookQualityIndex=-1


[/Script/HardwareTargeting.HardwareTargetingSettings]
TargetedHardwareClass=Desktop
AppliedTargetedHardwareClass=Desktop
DefaultGraphicsPerformance=Maximum
AppliedDefaultGraphicsPerformance=Maximum

[/Script/Engine.RendererSettings]
r.GenerateMeshDistanceFields=True
r.DynamicGlobalIlluminationMethod=1
r.ReflectionMethod=1
r.Shadow.Virtual.Enable=1
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
r.DefaultFeature.AutoExposure=False
r.ClearCoatNormal=True

[/Script/WorldPartitionEditor.WorldPartitionEditorSettings]
CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet'

[/Script/Engine.Engine]
+ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/GameLab_S23Game")
+ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/GameLab_S23Game")

[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
bEnablePlugin=True
bAllowNetworkConnection=True
SecurityToken=398C47424C280B9A0F718E9EE6505188
bIncludeInShipping=False
bAllowExternalStartInShipping=False
bCompileAFSProject=False
bUseCompression=False
bLogFiles=False
bReportStats=False
ConnectionType=USBOnly
bUseManualIPAddress=False
ManualIPAddress=

[/Script/Engine.PhysicsSettings]
PhysicErrorCorrection=(PingExtrapolation=0.100000,PingLimit=100.000000,ErrorPerLinearDifference=1.000000,ErrorPerAngularDifference=1.000000,MaxRestoredStateError=1.000000,MaxLinearHardSnapDistance=400.000000,PositionLerp=0.000000,AngleLerp=0.400000,LinearVelocityCoefficient=100.000000,AngularVelocityCoefficient=10.000000,ErrorAccumulationSeconds=0.500000,ErrorAccumulationDistanceSq=15.000000,ErrorAccumulationSimilarity=100.000000)
DefaultDegreesOfFreedom=Full3D
bSuppressFaceRemapTable=False
bSupportUVFromHitResults=False
bDisableActiveActors=False
bDisableKinematicStaticPairs=False
bDisableKinematicKinematicPairs=False
bDisableCCD=False
bEnableEnhancedDeterminism=False
AnimPhysicsMinDeltaTime=0.000000
bSimulateAnimPhysicsAfterReset=False
MinPhysicsDeltaTime=0.000000
MaxPhysicsDeltaTime=0.033333
bSubstepping=False
bSubsteppingAsync=False
bTickPhysicsAsync=False
AsyncFixedTimeStepSize=0.033333
MaxSubstepDeltaTime=0.016667
MaxSubsteps=6
SyncSceneSmoothingFactor=0.000000
InitialAverageFrameRate=0.016667
PhysXTreeRebuildRate=10
+PhysicalSurfaces=(Type=SurfaceType1,Name="Wood")
+PhysicalSurfaces=(Type=SurfaceType2,Name="Dirt")
+PhysicalSurfaces=(Type=SurfaceType3,Name="Grass")
DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,bUseMBPOuterBounds=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPOuterBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPNumSubdivs=2)
MinDeltaVelocityForHitEvents=0.000000
ChaosSettings=(DefaultThreadingModel=TaskGraph,DedicatedThreadTickMode=VariableCappedWithTarget,DedicatedThreadBufferMode=Double)

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/Art/Materials/level3BlockoutMats/dirtFloor_PRX.uasset
Binary file not shown.
Binary file modified Content/Art/Materials/level3BlockoutMats/moon_PRX.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/Audio/Ambience/Scratch/amb_drip_01.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/Cinematics/Sequences/TestSequence.uasset
Binary file not shown.
Binary file added Content/Cinematics/TestSequence.uasset
Binary file not shown.
Binary file added Content/Data/Recipes.uasset
Binary file not shown.
Binary file added Content/Entities/Art/BP_roots.uasset
Binary file not shown.
Binary file added Content/Entities/Art/MI_root.uasset
Binary file not shown.
Binary file added Content/Entities/Art/MM_root.uasset
Binary file not shown.
Binary file added Content/Entities/Art/M_testRoot.uasset
Binary file not shown.
Binary file added Content/Entities/Art/SM_testRoot.uasset
Binary file not shown.
Binary file added Content/Entities/Art/maps/bark_ORH.uasset
Binary file not shown.
Binary file added Content/Entities/Art/maps/bark_albedo.uasset
Binary file not shown.
Binary file added Content/Entities/Art/maps/bark_normal.uasset
Binary file not shown.
Binary file added Content/Entities/Gameplay/BP_LevelAmbience.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/BP_SqueezeThru.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Content/Entities/Gameplay/Crafting/BP_Table.uasset
Binary file not shown.
Binary file removed Content/Entities/Gameplay/Crafting/Recipes.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Door/BP_Door.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Door/BP_DoorLock.uasset
Binary file not shown.
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BPI_Inspectable.uasset
Binary file not shown.
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_AcidPlant.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_Bucket.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_BucketOfAcid.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_Flint.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_FlintAndSteel.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_ITEM_MASTER.uasset
Binary file not shown.
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_ItemCone.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_ItemLantern.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_ItemLantern_Old.uasset
Binary file not shown.
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_Key.uasset
Binary file not shown.
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_MixedWine.uasset
Binary file not shown.
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_PageObject.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_Steel.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_WineBottle_1.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_WineBottle_2.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_WineBottle_3.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_WineBottle_4.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_WineBottle_5.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/BP_WineMixingBucket.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Items/S_ItemData.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/Entities/Gameplay/LevelConnector.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Moondial/BP_MoonPhase1.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Moondial/BP_MoonPhase2.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Moondial/BP_MoonPhase3.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Moondial/BP_MoonPhase4.uasset
Binary file not shown.
Binary file modified Content/Entities/Gameplay/Moondial/BP_Moondial.uasset
Binary file not shown.
Binary file not shown.
Binary file modified Content/Entities/NPC/AI_NPC.uasset
Binary file not shown.
Binary file added Content/Entities/NPC/BP_EnemySpawner.uasset
Binary file not shown.
Binary file modified Content/Entities/NPC/BP_NPC.uasset
Binary file not shown.
Binary file modified Content/Entities/Player/BP_Player.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/Entities/Player/Input/IMC_Default.uasset
Binary file not shown.
Binary file added Content/Entities/Player/PlayerMovementData.uasset
Binary file not shown.
Binary file modified Content/Levels/01_Basement/01_Basement_Main.umap
Binary file not shown.
Binary file modified Content/Levels/01_Basement/Design.umap
Binary file not shown.
Binary file modified Content/Levels/01_Basement/Whitebox.umap
Binary file not shown.
Binary file modified Content/Levels/01_Basement/_GENERATED/Ian/Box_112B2930.uasset
Binary file not shown.
Binary file modified Content/Levels/01_Basement/_GENERATED/Ian/Box_EB652252.uasset
Binary file not shown.
Binary file modified Content/Levels/02_Cottage/02_Cottage_Main.umap
Binary file not shown.
Binary file modified Content/Levels/02_Cottage/Design.umap
Binary file not shown.
Binary file modified Content/Levels/02_Cottage/Whitebox.umap
Binary file not shown.
Binary file not shown.
Binary file modified Content/Levels/02_Cottage/_GENERATED/maikh/Box_155A1258.uasset
Binary file not shown.
Binary file modified Content/Levels/02_Cottage/_GENERATED/maikh/Box_4D89CF41.uasset
Binary file not shown.
Binary file modified Content/Levels/02_Cottage/_GENERATED/maikh/Box_51D6E462.uasset
Binary file not shown.
Binary file modified Content/Levels/02_Cottage/_GENERATED/maikh/Box_A0548568.uasset
Binary file not shown.
Binary file modified Content/Levels/02_Cottage/_GENERATED/maikh/Box_B4EEA5BC.uasset
Binary file not shown.
Binary file not shown.
Binary file modified Content/Levels/03_Greenhouse/Design.umap
Binary file not shown.
Binary file modified Content/Levels/03_Greenhouse/Whitebox.umap
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/Levels/Testing/BreakableTest/BreakableTestLevel.umap
Binary file not shown.
Binary file added Content/Levels/Testing/CameraClamp.umap
Binary file not shown.
Binary file added Content/Levels/Testing/CineCameraSequencer.umap
Binary file not shown.
Binary file modified Content/Levels/Testing/CraftingTest.umap
Binary file not shown.
Binary file modified Content/Levels/Testing/FootstepsTest/FootstepsTestLevel.umap
Binary file not shown.
Binary file modified Content/Levels/Testing/LadderMechanics.umap
Binary file not shown.
Binary file modified Content/Levels/Testing/PickupTest/PickupTestLevel.umap
Binary file not shown.
Binary file added Content/Levels/Testing/PlayerAttention.umap
Binary file not shown.
Binary file not shown.
Binary file added Content/Systems/ExposureSetup/MI_Black.uasset
Binary file not shown.
Binary file added Content/Systems/ExposureSetup/MI_Metallic.uasset
Binary file not shown.
Binary file not shown.
Binary file added Content/Systems/ExposureSetup/MI_White.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/Systems/Level/Breakable/M_Glass.uasset
Binary file not shown.
Binary file added Content/Systems/Level/Breakable/TestBranch.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/Systems/Level/MoonPhaseData.uasset
Binary file not shown.
Binary file modified Content/Systems/Mechanics/BP_InteractableInterface.uasset
Binary file not shown.
Binary file modified Content/Systems/Mechanics/Crafting/BPC_Crafter.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/Systems/Mechanics/Ladder/BP_Ladder.uasset
Binary file not shown.
Binary file added Content/Systems/Player/AC_Movement.uasset
Binary file not shown.
Binary file modified Content/Systems/Player/BPC_Inventory.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/Systems/Player/E_MoveMode.uasset
Binary file not shown.
Binary file modified Content/Systems/Saves/BP_SaveGameData.uasset
Binary file not shown.
Binary file added Content/Systems/Saves/SaveGameInstance.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/Systems/UI/BPI_HasPrompt.uasset
Binary file not shown.
Binary file modified Content/Systems/UI/WBP_ButtonPrompt.uasset
Binary file not shown.
Binary file added Content/Systems/Utility/ItemMacroLibrary.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/UI/Sprites/Icon_Assets/0_Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/UI/Sprites/Icon_Assets/0_Icon.uasset
Binary file not shown.
Binary file added Content/UI/Sprites/Icon_Assets/100_Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/UI/Sprites/Icon_Assets/100_Icon.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/UI/Sprites/Icon_Assets/book_Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/UI/Sprites/Icon_Assets/book_Icon.uasset
Binary file not shown.
Binary file added Content/UI/Sprites/Icon_Assets/checkmark_Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added Content/UI/Sprites/Icon_Assets/closedEye_Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added Content/UI/Sprites/Icon_Assets/dPad_Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added Content/UI/Sprites/Icon_Assets/key_Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/UI/Sprites/Icon_Assets/key_Icon.uasset
Binary file not shown.
Binary file added Content/UI/Sprites/Icon_Assets/lantern_Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added Content/UI/Sprites/Icon_Assets/newPage_Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added Content/UI/Sprites/Icon_Assets/openEye_Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added Content/UI/Sprites/Icon_Assets/slider_Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/UI/Widgets/KeySelect.uasset
Binary file not shown.
Binary file modified Content/UI/Widgets/LoseMenuWidget.uasset
Binary file not shown.
Binary file modified Content/UI/Widgets/PauseMenuWidget.uasset
Binary file not shown.
Binary file added Content/UI/Widgets/WBP_LoadingScreen.uasset
Binary file not shown.
Binary file modified Content/UI/Widgets/WBP_Start.uasset
Binary file not shown.
Binary file modified Content/UI/Widgets/WB_InventoryWidget.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Content/VFX/Gameplay/Tentacles/M_Tentacle.uasset
Binary file not shown.
Binary file not shown.
Binary file added Import/Moon_PRX.fbx
Binary file not shown.

0 comments on commit 7523b27

Please sign in to comment.