AzureAbyss/the_twilight_abyss.code-workspace
MH261677 aad21aa491 Added Enemycollision script
Added enemy collision script and made it output the player being hit.
2022-11-07 17:40:38 +00:00

22 lines
289 B
Plaintext

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