Add Test Production Map for Interview
This commit is contained in:
parent
b3d3c30528
commit
33540ec21f
@ -1,7 +1,17 @@
|
|||||||
[/Script/EngineSettings.GameMapsSettings]
|
[/Script/EngineSettings.GameMapsSettings]
|
||||||
GameDefaultMap=/Game/TopDown/Maps/TopDownMap.TopDownMap
|
EditorStartupMap=/Game/Mart.Mart
|
||||||
EditorStartupMap=/Game/TopDown/Maps/TopDownMap.TopDownMap
|
LocalMapOptions=
|
||||||
GlobalDefaultGameMode=/Script/SeagullGame.SeagullGameGameMode
|
TransitionMap=None
|
||||||
|
bUseSplitscreen=True
|
||||||
|
TwoPlayerSplitscreenLayout=Horizontal
|
||||||
|
ThreePlayerSplitscreenLayout=FavorTop
|
||||||
|
FourPlayerSplitscreenLayout=Grid
|
||||||
|
bOffsetPlayerGamepadIds=False
|
||||||
|
GameInstanceClass=/Script/Engine.GameInstance
|
||||||
|
GameDefaultMap=/Game/Mart.Mart
|
||||||
|
ServerDefaultMap=/Engine/Maps/Entry.Entry
|
||||||
|
GlobalDefaultGameMode=/Game/TopDown/Blueprints/MySeagullGameGameMode.MySeagullGameGameMode_C
|
||||||
|
GlobalDefaultServerGameMode=None
|
||||||
|
|
||||||
[/Script/Engine.RendererSettings]
|
[/Script/Engine.RendererSettings]
|
||||||
r.Mobile.EnableNoPrecomputedLightingCSMShader=1
|
r.Mobile.EnableNoPrecomputedLightingCSMShader=1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[/Script/EngineSettings.GeneralProjectSettings]
|
[/Script/EngineSettings.GeneralProjectSettings]
|
||||||
ProjectID=E877E02D488651FAFC658794FDFE9D6A
|
ProjectID=E877E02D488651FAFC658794FDFE9D6A
|
||||||
ProjectName=Top Down Game Template
|
ProjectName=Seagull
|
||||||
|
|
||||||
[/Script/SeagullGame.SeagullGameCharacter]
|
[/Script/SeagullGame.SeagullGameCharacter]
|
||||||
FixedCameraPitch=-45.0
|
FixedCameraPitch=-45.0
|
||||||
@ -9,3 +9,104 @@ FixedCameraDistance=1500.0
|
|||||||
[StartupActions]
|
[StartupActions]
|
||||||
bAddPacks=True
|
bAddPacks=True
|
||||||
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
|
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
|
||||||
|
|
||||||
|
[/Script/UnrealEd.ProjectPackagingSettings]
|
||||||
|
Build=IfProjectHasCode
|
||||||
|
BuildConfiguration=PPBC_Development
|
||||||
|
BuildTarget=
|
||||||
|
LaunchOnTarget=
|
||||||
|
StagingDirectory=(Path="")
|
||||||
|
FullRebuild=False
|
||||||
|
ForDistribution=False
|
||||||
|
IncludeDebugFiles=False
|
||||||
|
BlueprintNativizationMethod=Disabled
|
||||||
|
bIncludeNativizedAssetsInProjectGeneration=False
|
||||||
|
bExcludeMonolithicEngineHeadersInNativizedCode=False
|
||||||
|
UsePakFile=True
|
||||||
|
bUseIoStore=True
|
||||||
|
bUseZenStore=False
|
||||||
|
bMakeBinaryConfig=False
|
||||||
|
bGenerateChunks=False
|
||||||
|
bGenerateNoChunks=False
|
||||||
|
bChunkHardReferencesOnly=False
|
||||||
|
bForceOneChunkPerFile=False
|
||||||
|
MaxChunkSize=0
|
||||||
|
bBuildHttpChunkInstallData=False
|
||||||
|
HttpChunkInstallDataDirectory=(Path="")
|
||||||
|
WriteBackMetadataToAssetRegistry=Disabled
|
||||||
|
bCompressed=True
|
||||||
|
PackageCompressionFormat=Oodle
|
||||||
|
bForceUseProjectCompressionFormatIgnoreHardwareOverride=False
|
||||||
|
PackageAdditionalCompressionOptions=
|
||||||
|
PackageCompressionMethod=Kraken
|
||||||
|
PackageCompressionLevel_DebugDevelopment=4
|
||||||
|
PackageCompressionLevel_TestShipping=5
|
||||||
|
PackageCompressionLevel_Distribution=7
|
||||||
|
PackageCompressionMinBytesSaved=1024
|
||||||
|
PackageCompressionMinPercentSaved=5
|
||||||
|
bPackageCompressionEnableDDC=False
|
||||||
|
PackageCompressionMinSizeToConsiderDDC=0
|
||||||
|
HttpChunkInstallDataVersion=
|
||||||
|
IncludePrerequisites=True
|
||||||
|
IncludeAppLocalPrerequisites=False
|
||||||
|
bShareMaterialShaderCode=True
|
||||||
|
bDeterministicShaderCodeOrder=False
|
||||||
|
bSharedMaterialNativeLibraries=True
|
||||||
|
ApplocalPrerequisitesDirectory=(Path="")
|
||||||
|
IncludeCrashReporter=False
|
||||||
|
InternationalizationPreset=English
|
||||||
|
-CulturesToStage=en
|
||||||
|
+CulturesToStage=en
|
||||||
|
LocalizationTargetCatchAllChunkId=0
|
||||||
|
bCookAll=False
|
||||||
|
bCookMapsOnly=False
|
||||||
|
bSkipEditorContent=False
|
||||||
|
bSkipMovies=False
|
||||||
|
-IniKeyDenylist=KeyStorePassword
|
||||||
|
-IniKeyDenylist=KeyPassword
|
||||||
|
-IniKeyDenylist=rsa.privateexp
|
||||||
|
-IniKeyDenylist=rsa.modulus
|
||||||
|
-IniKeyDenylist=rsa.publicexp
|
||||||
|
-IniKeyDenylist=aes.key
|
||||||
|
-IniKeyDenylist=SigningPublicExponent
|
||||||
|
-IniKeyDenylist=SigningModulus
|
||||||
|
-IniKeyDenylist=SigningPrivateExponent
|
||||||
|
-IniKeyDenylist=EncryptionKey
|
||||||
|
-IniKeyDenylist=DevCenterUsername
|
||||||
|
-IniKeyDenylist=DevCenterPassword
|
||||||
|
-IniKeyDenylist=IOSTeamID
|
||||||
|
-IniKeyDenylist=SigningCertificate
|
||||||
|
-IniKeyDenylist=MobileProvision
|
||||||
|
-IniKeyDenylist=IniKeyDenylist
|
||||||
|
-IniKeyDenylist=IniSectionDenylist
|
||||||
|
+IniKeyDenylist=KeyStorePassword
|
||||||
|
+IniKeyDenylist=KeyPassword
|
||||||
|
+IniKeyDenylist=rsa.privateexp
|
||||||
|
+IniKeyDenylist=rsa.modulus
|
||||||
|
+IniKeyDenylist=rsa.publicexp
|
||||||
|
+IniKeyDenylist=aes.key
|
||||||
|
+IniKeyDenylist=SigningPublicExponent
|
||||||
|
+IniKeyDenylist=SigningModulus
|
||||||
|
+IniKeyDenylist=SigningPrivateExponent
|
||||||
|
+IniKeyDenylist=EncryptionKey
|
||||||
|
+IniKeyDenylist=DevCenterUsername
|
||||||
|
+IniKeyDenylist=DevCenterPassword
|
||||||
|
+IniKeyDenylist=IOSTeamID
|
||||||
|
+IniKeyDenylist=SigningCertificate
|
||||||
|
+IniKeyDenylist=MobileProvision
|
||||||
|
+IniKeyDenylist=IniKeyDenylist
|
||||||
|
+IniKeyDenylist=IniSectionDenylist
|
||||||
|
-IniSectionDenylist=HordeStorageServers
|
||||||
|
-IniSectionDenylist=StorageServers
|
||||||
|
+IniSectionDenylist=HordeStorageServers
|
||||||
|
+IniSectionDenylist=StorageServers
|
||||||
|
+MapsToCook=(FilePath="Mart")
|
||||||
|
+DirectoriesToAlwaysCook=(Path="/Interchange/Functions")
|
||||||
|
+DirectoriesToAlwaysCook=(Path="/Interchange/gltf")
|
||||||
|
+DirectoriesToAlwaysCook=(Path="/Interchange/Materials")
|
||||||
|
+DirectoriesToAlwaysCook=(Path="/Interchange/Pipelines")
|
||||||
|
+DirectoriesToAlwaysCook=(Path="/Interchange/Utilities")
|
||||||
|
PerPlatformBuildConfig=()
|
||||||
|
PerPlatformTargetFlavorName=(("Android", "Android_ASTC"))
|
||||||
|
PerPlatformBuildTarget=()
|
||||||
|
|
||||||
|
BIN
SeagullGame/Content/Items/BPI_Apple.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Items/BPI_Apple.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Items/BPI_Apple_NP.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Items/BPI_Apple_NP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Items/BPI_Apple_Transparent.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Items/BPI_Apple_Transparent.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Items/BPI_Bagutte.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Items/BPI_Bagutte.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Items/BPI_Bagutte_NP.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Items/BPI_Bagutte_NP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Items/BPI_Bagutte_T.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Items/BPI_Bagutte_T.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Items/BPI_Banana.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Items/BPI_Banana.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Items/BPI_Banana_NP.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Items/BPI_Banana_NP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Items/BPI_Banana_T.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Items/BPI_Banana_T.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Items/BPI_Bread.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Items/BPI_Bread.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Items/BPI_Bread_NP.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Items/BPI_Bread_NP.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Items/BPI_Bread_T.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Items/BPI_Bread_T.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Items/BPI_CubeTransparent.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Items/BPI_CubeTransparent.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Items/M_CravingTransparent.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Items/M_CravingTransparent.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Items/TMaterials/M_AppleRed_T.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Items/TMaterials/M_AppleRed_T.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Items/TMaterials/M_Banana_T.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Items/TMaterials/M_Banana_T.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Items/TMaterials/M_Bread_T.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Items/TMaterials/M_Bread_T.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Items/TMaterials/M_CravingTransparent.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Items/TMaterials/M_CravingTransparent.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Mart.umap
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Mart.umap
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Basket.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/Basket.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/CofeeMachine.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/CofeeMachine.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/CoffeeCup.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/CoffeeCup.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Costa_Money_M_Cofee_BaseColor.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/Costa_Money_M_Cofee_BaseColor.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Costa_Money_M_Coffee_Emissive.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/Costa_Money_M_Coffee_Emissive.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Costa_Money_M_Coffee_OcclusionRoughnessMetallic.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/Costa_Money_M_Coffee_OcclusionRoughnessMetallic.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/M_BlackPlastic.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/M_BlackPlastic.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/M_Cofee.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/M_Cofee.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/M_Slushie.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/M_Slushie.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/M_TescoBlue.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/M_TescoBlue.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/M_TroleyGrey.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/M_TroleyGrey.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Slushie_Bird_M_Slushie_BaseColor.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/Slushie_Bird_M_Slushie_BaseColor.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Slushie_Bird_M_Slushie_Emissive.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/Slushie_Bird_M_Slushie_Emissive.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Slushie_Bird_M_Slushie_OcclusionRoughnessMetallic.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/Slushie_Bird_M_Slushie_OcclusionRoughnessMetallic.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Slushie_Cup.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/Slushie_Cup.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Slushie_Machine.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/Slushie_Machine.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Texture/Costa_Money_M_Cofee_BaseColor.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Ossie_Props/Texture/Costa_Money_M_Cofee_BaseColor.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Texture/Costa_Money_M_Coffee_Emissive.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Ossie_Props/Texture/Costa_Money_M_Coffee_Emissive.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Texture/Costa_Money_M_Coffee_OcclusionRoughnessMetallic.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Ossie_Props/Texture/Costa_Money_M_Coffee_OcclusionRoughnessMetallic.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Texture/M_BlackPlastic.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Ossie_Props/Texture/M_BlackPlastic.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Texture/M_Cofee.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Ossie_Props/Texture/M_Cofee.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Texture/M_Slushie.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Ossie_Props/Texture/M_Slushie.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Texture/M_TescoBlue.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Ossie_Props/Texture/M_TescoBlue.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Texture/M_TroleyGrey.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Ossie_Props/Texture/M_TroleyGrey.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Texture/Slushie_Bird_M_Slushie_BaseColor.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Ossie_Props/Texture/Slushie_Bird_M_Slushie_BaseColor.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Texture/Slushie_Bird_M_Slushie_Emissive.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Ossie_Props/Texture/Slushie_Bird_M_Slushie_Emissive.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Texture/Slushie_Bird_M_Slushie_OcclusionRoughnessMetallic.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Ossie_Props/Texture/Slushie_Bird_M_Slushie_OcclusionRoughnessMetallic.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Ossie_Props/Troley.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Ossie_Props/Troley.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/Textures/Till_black.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Props/Textures/Till_black.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Props/Textures/apple_red.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Props/Textures/apple_red.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Props/Textures/bannana_yellow.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Props/Textures/bannana_yellow.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Props/Textures/building_brick.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Props/Textures/building_brick.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Props/Textures/card_board.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Props/Textures/card_board.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Props/Textures/fridge_door_blue.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Props/Textures/fridge_door_blue.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Props/Textures/pasted__shelf_grey.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Props/Textures/pasted__shelf_grey.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Props/Textures/toilet_roll_white.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Props/Textures/toilet_roll_white.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Props/Till_black.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/Till_black.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/apple_red.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/apple_red.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/bannana_yellow.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/bannana_yellow.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/building_brick.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/building_brick.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/card_board.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/card_board.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/fridge_door_blue.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/fridge_door_blue.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/game_jam_apple.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/game_jam_apple.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/game_jam_auto_door.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/game_jam_auto_door.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/game_jam_bagguette.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/game_jam_bagguette.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/game_jam_bannana.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/game_jam_bannana.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/game_jam_bread.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/game_jam_bread.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/game_jam_chest_freezer.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/game_jam_chest_freezer.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/game_jam_fridge.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/game_jam_fridge.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/game_jam_shelf_1.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/game_jam_shelf_1.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/game_jam_toilet_roll.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/game_jam_toilet_roll.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/pasted__shelf_grey.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/pasted__shelf_grey.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Props/toilet_roll_white.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/Props/toilet_roll_white.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/Street/M_Street.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Street/M_Street.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Street/street.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Street/street.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Street/street_standardSurface1_BaseColor.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Street/street_standardSurface1_BaseColor.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Street/street_standardSurface1_Normal.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Street/street_standardSurface1_Normal.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/Street/street_standardSurface1_OcclusionRoughnessMetallic.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/Street/street_standardSurface1_OcclusionRoughnessMetallic.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SeagullGame/Content/TopDown/Blueprints/BP_SeagullPlayer.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/TopDown/Blueprints/BP_SeagullPlayer.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/UI/BP_EndUI.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/UI/BP_EndUI.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/UI/BP_StartUI.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/UI/BP_StartUI.uasset
(Stored with Git LFS)
Binary file not shown.
32
SeagullGame/Platforms/HoloLens/Config/HoloLensEngine.ini
Normal file
32
SeagullGame/Platforms/HoloLens/Config/HoloLensEngine.ini
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
|
||||||
|
|
||||||
|
[/Script/HoloLensPlatformEditor.HoloLensTargetSettings]
|
||||||
|
bBuildForEmulation=False
|
||||||
|
bBuildForDevice=True
|
||||||
|
bUseNameForLogo=True
|
||||||
|
bBuildForRetailWindowsStore=False
|
||||||
|
bAutoIncrementVersion=False
|
||||||
|
bShouldCreateAppInstaller=False
|
||||||
|
AppInstallerInstallationURL=
|
||||||
|
HoursBetweenUpdateChecks=0
|
||||||
|
bEnablePIXProfiling=False
|
||||||
|
TileBackgroundColor=(B=64,G=0,R=0,A=255)
|
||||||
|
SplashScreenBackgroundColor=(B=64,G=0,R=0,A=255)
|
||||||
|
+PerCultureResources=(CultureId="",Strings=(PackageDisplayName="",PublisherDisplayName="",PackageDescription="",ApplicationDisplayName="",ApplicationDescription=""),Images=())
|
||||||
|
TargetDeviceFamily=Windows.Holographic
|
||||||
|
MinimumPlatformVersion=
|
||||||
|
MaximumPlatformVersionTested=10.0.18362.0
|
||||||
|
MaxTrianglesPerCubicMeter=500.000000
|
||||||
|
SpatialMeshingVolumeSize=20.000000
|
||||||
|
CompilerVersion=Default
|
||||||
|
Windows10SDKVersion=10.0.18362.0
|
||||||
|
+CapabilityList=internetClientServer
|
||||||
|
+CapabilityList=privateNetworkClientServer
|
||||||
|
+Uap2CapabilityList=spatialPerception
|
||||||
|
bSetDefaultCapabilities=False
|
||||||
|
SpatializationPlugin=
|
||||||
|
SourceDataOverridePlugin=
|
||||||
|
ReverbPlugin=
|
||||||
|
OcclusionPlugin=
|
||||||
|
SoundCueCookQualityIndex=-1
|
||||||
|
|
@ -12,6 +12,8 @@ enum class EItemType : uint8
|
|||||||
Cube UMETA(DisplayName = "Cube"),
|
Cube UMETA(DisplayName = "Cube"),
|
||||||
Apple UMETA(DisplayName = "Apple"),
|
Apple UMETA(DisplayName = "Apple"),
|
||||||
Banana UMETA(DisplayName = "Banana"),
|
Banana UMETA(DisplayName = "Banana"),
|
||||||
|
Bread UMETA(DisplayName = "Bread"),
|
||||||
|
Baguette UMETA(DisplayName = "Baguette"),
|
||||||
};
|
};
|
||||||
|
|
||||||
UCLASS()
|
UCLASS()
|
||||||
|
Loading…
Reference in New Issue
Block a user