gitignore restore
This commit is contained in:
parent
1c992a8429
commit
14b05ce1c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -48,7 +48,7 @@ SourceArt/**/*.png
|
|||||||
SourceArt/**/*.tga
|
SourceArt/**/*.tga
|
||||||
|
|
||||||
# Binary Files
|
# Binary Files
|
||||||
# Binaries/*
|
Binaries/*
|
||||||
# Plugins/**/Binaries/* -- don't exclude this, it's needed for the build
|
# Plugins/**/Binaries/* -- don't exclude this, it's needed for the build
|
||||||
|
|
||||||
# Builds
|
# Builds
|
||||||
|
@ -248,7 +248,7 @@ GameDefaultMap=/Game/Map/SelectLevel.SelectLevel
|
|||||||
GlobalDefaultGameMode=/Game/GameBP/GameModes/BP_LuckyRobotsGameMode.BP_LuckyRobotsGameMode_C
|
GlobalDefaultGameMode=/Game/GameBP/GameModes/BP_LuckyRobotsGameMode.BP_LuckyRobotsGameMode_C
|
||||||
GlobalDefaultServerGameMode=/Game/luckyBot/blueprint/gameBP/luckycar.luckycar_C
|
GlobalDefaultServerGameMode=/Game/luckyBot/blueprint/gameBP/luckycar.luckycar_C
|
||||||
GameInstanceClass=/Game/GameBP/Core/BP_LuckyRobotsGameInstance.BP_LuckyRobotsGameInstance_C
|
GameInstanceClass=/Game/GameBP/Core/BP_LuckyRobotsGameInstance.BP_LuckyRobotsGameInstance_C
|
||||||
EditorStartupMap=/Game/Map/SelectLevel.SelectLevel
|
EditorStartupMap=/Game/Map/Test_Level.Test_Level
|
||||||
|
|
||||||
[/Script/LinuxTargetPlatform.LinuxTargetSettings]
|
[/Script/LinuxTargetPlatform.LinuxTargetSettings]
|
||||||
SpatializationPlugin=
|
SpatializationPlugin=
|
||||||
@ -324,3 +324,4 @@ MaxAgentRadius=100.000000
|
|||||||
+ActiveGameNameRedirects=(OldGameName="/Script/TP_VehicleAdv",NewGameName="/Script/LuckyWorldV2")
|
+ActiveGameNameRedirects=(OldGameName="/Script/TP_VehicleAdv",NewGameName="/Script/LuckyWorldV2")
|
||||||
+ActiveGameNameRedirects=(OldGameName="Luckyrobots",NewGameName="/Script/LuckyWorldV2")
|
+ActiveGameNameRedirects=(OldGameName="Luckyrobots",NewGameName="/Script/LuckyWorldV2")
|
||||||
+ActiveGameNameRedirects=(OldGameName="/Script/Luckyrobots",NewGameName="/Script/LuckyWorldV2")
|
+ActiveGameNameRedirects=(OldGameName="/Script/Luckyrobots",NewGameName="/Script/LuckyWorldV2")
|
||||||
|
|
||||||
|
@ -23,6 +23,21 @@
|
|||||||
"Editor"
|
"Editor"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "AsyncLoadingScreen",
|
||||||
|
"Enabled": true,
|
||||||
|
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/01f39767dc6b4290877f38365787cbf8"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "FileHelper",
|
||||||
|
"Enabled": true,
|
||||||
|
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/bec5be3d587f4ff49a61d45d0e81e4c0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "VaRest",
|
||||||
|
"Enabled": true,
|
||||||
|
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/e47be161e7a24e928560290abd5dcc4f"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "CineCameraSceneCapture",
|
"Name": "CineCameraSceneCapture",
|
||||||
"Enabled": true
|
"Enabled": true
|
||||||
@ -32,8 +47,32 @@
|
|||||||
"Enabled": true
|
"Enabled": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "RawInput",
|
"Name": "HDRIBackdrop",
|
||||||
"Enabled": true
|
"Enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "BlueprintJson",
|
||||||
|
"Enabled": true,
|
||||||
|
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/f837e4835fbc434a853fe1ead2410b84"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "FSR3MovieRenderPipeline",
|
||||||
|
"Enabled": false,
|
||||||
|
"SupportedTargetPlatforms": [
|
||||||
|
"Win64"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "FSR3",
|
||||||
|
"Enabled": false,
|
||||||
|
"SupportedTargetPlatforms": [
|
||||||
|
"Win64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"TargetPlatforms": [
|
||||||
|
"Windows",
|
||||||
|
"Linux",
|
||||||
|
"Mac"
|
||||||
]
|
]
|
||||||
}
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user