e928b223c8
Added the third person starter content in the game so I can start making the 3rd person to 1st person switch mechanic.
22 lines
298 B
Plaintext
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"
|
|
]
|
|
}
|
|
}
|