package built
This commit is contained in:
parent
39e7736108
commit
578339d485
@ -5,6 +5,7 @@ GameDefaultMap=/Game/_Maps/Menu/MainMenu_Map.MainMenu_Map
|
|||||||
GlobalDefaultGameMode=/Game/Framework/BP_Template_Game_Mode.BP_Template_Game_Mode_C
|
GlobalDefaultGameMode=/Game/Framework/BP_Template_Game_Mode.BP_Template_Game_Mode_C
|
||||||
EditorStartupMap=/Game/_Maps/Football/Football_Lobby.Football_Lobby
|
EditorStartupMap=/Game/_Maps/Football/Football_Lobby.Football_Lobby
|
||||||
GameInstanceClass=/Game/Framework/BP_Shooter_Gameinstance.BP_Shooter_Gameinstance_C
|
GameInstanceClass=/Game/Framework/BP_Shooter_Gameinstance.BP_Shooter_Gameinstance_C
|
||||||
|
ServerDefaultMap=/Game/_Maps/Menu/LobbyMenu_Map.LobbyMenu_Map
|
||||||
|
|
||||||
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
||||||
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
||||||
|
BIN
Content/Framework/BP_Shooter_Gameinstance.uasset
(Stored with Git LFS)
BIN
Content/Framework/BP_Shooter_Gameinstance.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/_Maps/Football/Football_Lobby.umap
(Stored with Git LFS)
BIN
Content/_Maps/Football/Football_Lobby.umap
(Stored with Git LFS)
Binary file not shown.
BIN
Content/_Maps/Football/Football_Lobby_BuiltData.uasset
(Stored with Git LFS)
Normal file
BIN
Content/_Maps/Football/Football_Lobby_BuiltData.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/_Maps/Football/NewBlueprint.uasset
(Stored with Git LFS)
BIN
Content/_Maps/Football/NewBlueprint.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/_Maps/Menu/LobbyMenu_Map.umap
(Stored with Git LFS)
BIN
Content/_Maps/Menu/LobbyMenu_Map.umap
(Stored with Git LFS)
Binary file not shown.
BIN
Content/_Maps/Menu/LobbyMenu_Map_BuiltData.uasset
(Stored with Git LFS)
Normal file
BIN
Content/_Maps/Menu/LobbyMenu_Map_BuiltData.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/_Maps/Menu/MainMenu_Map.umap
(Stored with Git LFS)
BIN
Content/_Maps/Menu/MainMenu_Map.umap
(Stored with Git LFS)
Binary file not shown.
BIN
Content/_Maps/Menu/MainMenu_Map_BuiltData.uasset
(Stored with Git LFS)
Normal file
BIN
Content/_Maps/Menu/MainMenu_Map_BuiltData.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -15,5 +15,11 @@
|
|||||||
"Name": "MultiUserClient",
|
"Name": "MultiUserClient",
|
||||||
"Enabled": true
|
"Enabled": true
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"TargetPlatforms": [
|
||||||
|
"Linux",
|
||||||
|
"LinuxArm64",
|
||||||
|
"Mac",
|
||||||
|
"Windows"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user