AzureAbyss/the_twilight_abyss.code-workspace
Marcel Hara e928b223c8 Added Thirdperson Starter Content
Added the third person starter content in the game so I can start making the 3rd person to 1st person switch mechanic.
2022-10-24 00:52:12 +01:00

22 lines
298 B
Plaintext

{
"folders": [
{
"name": "the_twilight_abyss",
"path": "."
},
{
"name": "UE5",
"path": "A:\\UnrealEngine\\UE_5.0"
}
],
"settings": {
"typescript.tsc.autoDetect": "off"
},
"extensions": {
"recommendations": [
"ms-vscode.cpptools",
"ms-dotnettools.csharp"
]
}
}