diff --git a/Projects/BookMenuDemo/BookMenuDemo.uproject b/Projects/BookMenuDemo/BookMenuDemo.uproject new file mode 100644 index 0000000..c3c3e8e --- /dev/null +++ b/Projects/BookMenuDemo/BookMenuDemo.uproject @@ -0,0 +1,20 @@ +{ + "FileVersion": 3, + "EngineAssociation": "5.3", + "Category": "", + "Description": "", + "Plugins": [ + { + "Name": "ModelingToolsEditorMode", + "Enabled": true, + "TargetAllowList": [ + "Editor" + ] + }, + { + "Name": "BookMenu", + "Enabled": true, + "MarketplaceURL": "https://publish.unrealengine.com/v3/edit-product/a88c635f71bd42a680592c8ec2e91e32" + } + ] +} \ No newline at end of file diff --git a/Projects/BookMenuDemo/Config/DefaultEditor.ini b/Projects/BookMenuDemo/Config/DefaultEditor.ini new file mode 100644 index 0000000..f38756e --- /dev/null +++ b/Projects/BookMenuDemo/Config/DefaultEditor.ini @@ -0,0 +1,2 @@ +[/Script/AdvancedPreviewScene.SharedProfiles] + diff --git a/Projects/BookMenuDemo/Config/DefaultEngine.ini b/Projects/BookMenuDemo/Config/DefaultEngine.ini new file mode 100644 index 0000000..adefb0d --- /dev/null +++ b/Projects/BookMenuDemo/Config/DefaultEngine.ini @@ -0,0 +1,91 @@ + + +[/Script/EngineSettings.GameMapsSettings] +GameDefaultMap=/Game/Map.Map +EditorStartupMap=/Game/Map.Map + +[/Script/WindowsTargetPlatform.WindowsTargetSettings] +DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 +-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.LocalExposure.HighlightContrastScale=0.8 +r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8 + +[/Script/WorldPartitionEditor.WorldPartitionEditorSettings] +CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet' + +[/Script/Engine.UserInterfaceSettings] +RenderFocusRule=NavigationOnly +HardwareCursors=() +SoftwareCursors=() +ApplicationScale=1.000000 +UIScaleRule=ShortestSide +CustomScalingRuleClass=None +UIScaleCurve=(EditorCurveData=(Keys=((Time=480.000000,Value=0.444000),(Time=720.000000,Value=0.666000),(Time=1080.000000,Value=1.000000),(Time=8640.000000,Value=8.000000)),DefaultValue=340282346638528859811704183484516925440.000000,PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant),ExternalCurve=None) +bAllowHighDPIInGameMode=False +DesignScreenSize=(X=1920,Y=1080) +bLoadWidgetsOnDedicatedServer=True +bAuthorizeAutomaticWidgetVariableCreation=False +CustomFontDPI=96 +FontDPIPreset=Standard +bUseCustomFontDPI=False + +[/Script/Engine.Engine] ++ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/BookMenuDemo") ++ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/BookMenuDemo") + +[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings] +bEnablePlugin=True +bAllowNetworkConnection=True +SecurityToken=92CC8BD242925782722388BCFA139C3C +bIncludeInShipping=False +bAllowExternalStartInShipping=False +bCompileAFSProject=False +bUseCompression=False +bLogFiles=False +bReportStats=False +ConnectionType=USBOnly +bUseManualIPAddress=False +ManualIPAddress= + +[/Script/Engine.PhysicsSettings] +bSupportUVFromHitResults=True + diff --git a/Projects/BookMenuDemo/Config/DefaultGame.ini b/Projects/BookMenuDemo/Config/DefaultGame.ini new file mode 100644 index 0000000..dfb462f --- /dev/null +++ b/Projects/BookMenuDemo/Config/DefaultGame.ini @@ -0,0 +1,4 @@ + + +[/Script/EngineSettings.GeneralProjectSettings] +ProjectID=AB628BD5429C0ED10DDE1D8591907A79 diff --git a/Projects/BookMenuDemo/Config/DefaultInput.ini b/Projects/BookMenuDemo/Config/DefaultInput.ini new file mode 100644 index 0000000..4cc3605 --- /dev/null +++ b/Projects/BookMenuDemo/Config/DefaultInput.ini @@ -0,0 +1,85 @@ +[/Script/Engine.InputSettings] +-AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) +-AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) +-AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) +-AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) +-AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) +-AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) +-AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) ++AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MouseWheelAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_LeftTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_RightTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_Special_Left_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_Special_Left_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) +bAltEnterTogglesFullscreen=True +bF11TogglesFullscreen=True +bUseMouseForTouch=False +bEnableMouseSmoothing=True +bEnableFOVScaling=True +bCaptureMouseOnLaunch=True +bEnableLegacyInputScales=True +bEnableMotionControls=True +bFilterInputByPlatformUser=False +bShouldFlushPressedKeysOnViewportFocusLost=True +bAlwaysShowTouchInterface=False +bShowConsoleOnFourFingerTap=True +bEnableGestureRecognizer=False +bUseAutocorrect=False +DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown +DefaultViewportMouseLockMode=LockOnCapture +FOVScale=0.011110 +DoubleClickTime=0.200000 +DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput +DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent +DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks +-ConsoleKeys=Tilde ++ConsoleKeys=Tilde ++ConsoleKeys=Caret + diff --git a/Projects/BookMenuDemo/Content/BookMenuActor_01_BP.uasset b/Projects/BookMenuDemo/Content/BookMenuActor_01_BP.uasset new file mode 100644 index 0000000..76490bb --- /dev/null +++ b/Projects/BookMenuDemo/Content/BookMenuActor_01_BP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f08daaa195f731cf7952c8c796b38ad9bc14cb43fe576628d4169d5499991d4 +size 71776 diff --git a/Projects/BookMenuDemo/Content/CloseSequence.uasset b/Projects/BookMenuDemo/Content/CloseSequence.uasset new file mode 100644 index 0000000..5decd82 --- /dev/null +++ b/Projects/BookMenuDemo/Content/CloseSequence.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139d9e013df8df608eee6803941240bd1c246980ff20540c80f07f253766a2db +size 13047 diff --git a/Projects/BookMenuDemo/Content/Example_Book_Menu_Data.uasset b/Projects/BookMenuDemo/Content/Example_Book_Menu_Data.uasset new file mode 100644 index 0000000..862d43c --- /dev/null +++ b/Projects/BookMenuDemo/Content/Example_Book_Menu_Data.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b77b6d48da0161f573eba0d6ffe1b0910d36becd6377f4ee860e8933b16353 +size 5186 diff --git a/Projects/BookMenuDemo/Content/LoadGamePage_L_01.uasset b/Projects/BookMenuDemo/Content/LoadGamePage_L_01.uasset new file mode 100644 index 0000000..1c6cd9c --- /dev/null +++ b/Projects/BookMenuDemo/Content/LoadGamePage_L_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b61313e59596e92902a82977838fe0ab541dbdca193af5527396533654250b +size 35354 diff --git a/Projects/BookMenuDemo/Content/LoadGamePage_R_01.uasset b/Projects/BookMenuDemo/Content/LoadGamePage_R_01.uasset new file mode 100644 index 0000000..6ae671d --- /dev/null +++ b/Projects/BookMenuDemo/Content/LoadGamePage_R_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfb7839ee00143ca35617a3098d0c07bd9b514fff6c53fba2a258840ab18eb4 +size 61824 diff --git a/Projects/BookMenuDemo/Content/LoadingPage_L_01.uasset b/Projects/BookMenuDemo/Content/LoadingPage_L_01.uasset new file mode 100644 index 0000000..c44b0ad --- /dev/null +++ b/Projects/BookMenuDemo/Content/LoadingPage_L_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb56c9917f9a19ae6b83dbe9e5daf93ca59f0c743cbd5ef5aec3705c814bb2ab +size 34541 diff --git a/Projects/BookMenuDemo/Content/LoadingPage_R_01.uasset b/Projects/BookMenuDemo/Content/LoadingPage_R_01.uasset new file mode 100644 index 0000000..5819e2e --- /dev/null +++ b/Projects/BookMenuDemo/Content/LoadingPage_R_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb422cbaca5d02b935b4c1ad475c7daf7f80e7b2a60afc849c2519057992781b +size 39655 diff --git a/Projects/BookMenuDemo/Content/Map.umap b/Projects/BookMenuDemo/Content/Map.umap new file mode 100644 index 0000000..e4d5a8b --- /dev/null +++ b/Projects/BookMenuDemo/Content/Map.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9defc0887d07b371dcc4a8262bc7947d32839930d6f09f0577a75b182b72b211 +size 49484 diff --git a/Projects/BookMenuDemo/Content/MenuPage_L_01_BP.uasset b/Projects/BookMenuDemo/Content/MenuPage_L_01_BP.uasset new file mode 100644 index 0000000..c911e33 --- /dev/null +++ b/Projects/BookMenuDemo/Content/MenuPage_L_01_BP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7afd093123e06bee98d55fbfebd8a8b8b5638c8069d3b0d56e754a4a2f5418d +size 126386 diff --git a/Projects/BookMenuDemo/Content/MenuPage_R_01.uasset b/Projects/BookMenuDemo/Content/MenuPage_R_01.uasset new file mode 100644 index 0000000..1afd886 --- /dev/null +++ b/Projects/BookMenuDemo/Content/MenuPage_R_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c50d1b7acd08ae1367a9eea35d7515e0e681d13edd3b181e6676366e9439ca +size 35384 diff --git a/Projects/BookMenuDemo/Content/OpenSequence.uasset b/Projects/BookMenuDemo/Content/OpenSequence.uasset new file mode 100644 index 0000000..2c36b27 --- /dev/null +++ b/Projects/BookMenuDemo/Content/OpenSequence.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50743d98b2629dea555a18a12e17e1620ea2cd56f68ff5616563d5ddbf3b552 +size 14489 diff --git a/Projects/BookMenuDemo/Content/PlayerPawn.uasset b/Projects/BookMenuDemo/Content/PlayerPawn.uasset new file mode 100644 index 0000000..bf5b9e6 --- /dev/null +++ b/Projects/BookMenuDemo/Content/PlayerPawn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1171e9d18726cce59a9c2afe3280292257f0d2e32e084874486a19f30f0c7119 +size 83208 diff --git a/Projects/BookMenuDemo/Content/SettingsPage_L_01.uasset b/Projects/BookMenuDemo/Content/SettingsPage_L_01.uasset new file mode 100644 index 0000000..b2baae0 --- /dev/null +++ b/Projects/BookMenuDemo/Content/SettingsPage_L_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc7ca79d60b8a10fcb05237148854a3ee4357be11ce264e1e442c9f90514ad7 +size 34728 diff --git a/Projects/BookMenuDemo/Content/SettingsPage_R_01.uasset b/Projects/BookMenuDemo/Content/SettingsPage_R_01.uasset new file mode 100644 index 0000000..b6e5e20 --- /dev/null +++ b/Projects/BookMenuDemo/Content/SettingsPage_R_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc16e16b2a044cc9314588e28ad9f9ee3372558dc468b8d1ad9646aa110330e +size 72259 diff --git a/Projects/BookMenuDemo/Content/TitlePage_L_01_BP.uasset b/Projects/BookMenuDemo/Content/TitlePage_L_01_BP.uasset new file mode 100644 index 0000000..9fde597 --- /dev/null +++ b/Projects/BookMenuDemo/Content/TitlePage_L_01_BP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73dec33674c726d52ac604c7cfd7400a99e7e45589793bc1607c2353eccd8831 +size 34552 diff --git a/Projects/BookMenuDemo/Content/TitlePage_R_01.uasset b/Projects/BookMenuDemo/Content/TitlePage_R_01.uasset new file mode 100644 index 0000000..d5a25b5 --- /dev/null +++ b/Projects/BookMenuDemo/Content/TitlePage_R_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b3b48aadac1e003d634bbf5ed18ddaf78aebc74157d4c479646411fd17c921 +size 38097 diff --git a/Projects/BookMenuDemo/Content/UI/Library_02.uasset b/Projects/BookMenuDemo/Content/UI/Library_02.uasset new file mode 100644 index 0000000..423227f --- /dev/null +++ b/Projects/BookMenuDemo/Content/UI/Library_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8798abf6dbc2bb48da5a7a3349ebe91c2c5a42a642ebf3a5e8a210b381422d0 +size 1979188 diff --git a/Projects/BookMenuDemo/Content/UI/Title.uasset b/Projects/BookMenuDemo/Content/UI/Title.uasset new file mode 100644 index 0000000..a7fae24 --- /dev/null +++ b/Projects/BookMenuDemo/Content/UI/Title.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ab6d90a32489f7ce68515045a9c00ae531f5e58c673881465287554746eaf0 +size 90260 diff --git a/Projects/BookMenuDemo/Content/UI/button_01.uasset b/Projects/BookMenuDemo/Content/UI/button_01.uasset new file mode 100644 index 0000000..6c426df --- /dev/null +++ b/Projects/BookMenuDemo/Content/UI/button_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f581138eeb88bee564347e40ad92a7fc4ce0cc0534b7c5dc2d047fab9a511a +size 2372637 diff --git a/Projects/BookMenuDemo/Content/UI/flag_01.uasset b/Projects/BookMenuDemo/Content/UI/flag_01.uasset new file mode 100644 index 0000000..9836ee3 --- /dev/null +++ b/Projects/BookMenuDemo/Content/UI/flag_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8cc47cbaea8c0b51d10bc802e41361ab443c8371d0d0563e76a8a72bba334b2 +size 3239252 diff --git a/Projects/BookMenuDemo/Content/UI/img1.uasset b/Projects/BookMenuDemo/Content/UI/img1.uasset new file mode 100644 index 0000000..3e4c235 --- /dev/null +++ b/Projects/BookMenuDemo/Content/UI/img1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8793cb41e3064c639820addba309eba0863b031c9d0806a857e3592cf30b95 +size 1532542 diff --git a/Projects/BookMenuDemo/Content/UI/img2.uasset b/Projects/BookMenuDemo/Content/UI/img2.uasset new file mode 100644 index 0000000..2127629 --- /dev/null +++ b/Projects/BookMenuDemo/Content/UI/img2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3b3f367037fa5e7ed88ea4cb3e122d0747bdf559176ad692c1b0cfba4fc902 +size 61860904 diff --git a/Projects/BookMenuDemo/Content/UI/settings_mockup_01.uasset b/Projects/BookMenuDemo/Content/UI/settings_mockup_01.uasset new file mode 100644 index 0000000..fc144ca --- /dev/null +++ b/Projects/BookMenuDemo/Content/UI/settings_mockup_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5a4a4ebb8d822ea1f48455a60de361d8b3f6bc77500bc458472e61c138d5e9 +size 6171108 diff --git a/Projects/BookMenuDemo/Content/UI/wanderer_01.uasset b/Projects/BookMenuDemo/Content/UI/wanderer_01.uasset new file mode 100644 index 0000000..906d7fb --- /dev/null +++ b/Projects/BookMenuDemo/Content/UI/wanderer_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f3fa4b82b8e309ab6fb36cacd3c3ce7b9586422d6f148717f2ee542a87f132 +size 3906030