add release build. Use FPS Camera and better input.

This commit is contained in:
Julian
2020-02-18 18:02:37 +01:00
parent 0fa7230d07
commit 7231fd7964
4 changed files with 53 additions and 16 deletions

15
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}