Updated Project Configuration

It now reflects our targeted platforms and custom game mode
This commit is contained in:
Philip W 2022-10-22 16:20:05 +01:00
parent e45f874147
commit 41c3c015a6
3 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@ GameDefaultMap=/Game/Levels/Main.Main
EditorStartupMap=/Game/Levels/Main.Main
GlobalDefaultGameMode=/Script/the_twilight_abyss.the_twilight_abyssGameModeBase
[/Script/HardwareTargeting.HardwareTargetingSettings]
TargetedHardwareClass=Desktop

View File

@ -1,7 +1,9 @@
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=FCCEDCD4410CCAFCCB4EF4BD279589AB
ProjectName=The Twilight Abyss
[StartupActions]
bAddPacks=True
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")

View File

@ -27,5 +27,8 @@
"Linux"
]
}
],
"TargetPlatforms": [
"Windows"
]
}