Added spawn context menu and controls rework

This commit is contained in:
Davide Passoni
2024-11-19 17:45:46 +01:00
parent 430d8db15d
commit 38f6788fa8
34 changed files with 1568 additions and 726 deletions

View File

@@ -42,7 +42,7 @@ export class ServerManager {
keyUpCallback: () => {
this.setPaused(!this.getPaused());
},
code: "Space"
code: "Enter"
})
}