This commit is contained in:
GoaLitiuM
2021-03-13 13:43:04 +02:00
parent edb2180c65
commit e2d7fbd40a
49 changed files with 509 additions and 12171 deletions

20
GoakeFlax.code-workspace Normal file
View File

@@ -0,0 +1,20 @@
{
"settings": {
"typescript.tsc.autoDetect": "off",
"npm.autoDetect": "off",
"gulp.autoDetect": "off",
"jake.autoDetect": "off",
"grunt.autoDetect": "off",
"omnisharp.defaultLaunchSolution": "GoakeFlax.sln"
},
"folders": [
{
"name": "GoakeFlax",
"path": "."
},
{
"name": "Flax",
"path": "C:\\dev\\Flax\\FlaxEngine"
}
]
}