Default project map set
This commit is contained in:
parent
67af75b53c
commit
6b59f5a2b6
2 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
|
||||
[Audio]
|
||||
UseAudioMixer=True
|
||||
|
||||
|
|
@ -174,7 +175,7 @@ bOffsetPlayerGamepadIds=False
|
|||
GameInstanceClass=/Script/Engine.GameInstance
|
||||
GameDefaultMap=/Game/Levels/Main.Main
|
||||
ServerDefaultMap=/Engine/Maps/Entry.Entry
|
||||
GlobalDefaultGameMode=/Script/Engine.GameModeBase
|
||||
GlobalDefaultGameMode=/Script/minicook.minicookGameModeBase
|
||||
GlobalDefaultServerGameMode=None
|
||||
|
||||
[/Script/Slate.SlateSettings]
|
||||
|
|
|
|||
|
|
@ -7,7 +7,10 @@
|
|||
{
|
||||
"Name": "minicook",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
"LoadingPhase": "Default",
|
||||
"AdditionalDependencies": [
|
||||
"Engine"
|
||||
]
|
||||
}
|
||||
],
|
||||
"Plugins": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue