Compare commits
6 Commits
16a58f1e23
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
578339d485 | ||
|
|
39e7736108 | ||
|
|
a176e8a992 | ||
|
|
b3e6fef491 | ||
|
|
b2fde67848 | ||
|
|
dfbdd11850 |
@@ -1,10 +1,11 @@
|
|||||||
|
|
||||||
|
|
||||||
[/Script/EngineSettings.GameMapsSettings]
|
[/Script/EngineSettings.GameMapsSettings]
|
||||||
GameDefaultMap=/Game/_Maps/Football/Football_Lobby.Football_Lobby
|
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
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/Widgets/WB_LobbyMenu.uasset
LFS
Normal file
BIN
Content/Widgets/WB_LobbyMenu.uasset
LFS
Normal file
Binary file not shown.
BIN
Content/Widgets/WB_MpMenu.uasset
LFS
BIN
Content/Widgets/WB_MpMenu.uasset
LFS
Binary file not shown.
Binary file not shown.
BIN
Content/_Maps/Football/Football_Lobby_BuiltData.uasset
LFS
Normal file
BIN
Content/_Maps/Football/Football_Lobby_BuiltData.uasset
LFS
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Content/_Maps/Menu/LobbyMenu_Map_BuiltData.uasset
LFS
Normal file
BIN
Content/_Maps/Menu/LobbyMenu_Map_BuiltData.uasset
LFS
Normal file
Binary file not shown.
Binary file not shown.
BIN
Content/_Maps/Menu/MainMenu_Map_BuiltData.uasset
LFS
Normal file
BIN
Content/_Maps/Menu/MainMenu_Map_BuiltData.uasset
LFS
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"FileVersion": 3,
|
"FileVersion": 3,
|
||||||
"EngineAssociation": "5.4",
|
"EngineAssociation": "5.5",
|
||||||
"Category": "",
|
"Category": "",
|
||||||
"Description": "",
|
"Description": "",
|
||||||
"Plugins": [
|
"Plugins": [
|
||||||
@@ -15,5 +15,11 @@
|
|||||||
"Name": "MultiUserClient",
|
"Name": "MultiUserClient",
|
||||||
"Enabled": true
|
"Enabled": true
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"TargetPlatforms": [
|
||||||
|
"Linux",
|
||||||
|
"LinuxArm64",
|
||||||
|
"Mac",
|
||||||
|
"Windows"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user