Broke some stuff, added index screen to select a name

This commit is contained in:
2021-01-30 23:10:56 +02:00
parent 4ebe437c93
commit 0780c1ed52
14 changed files with 448 additions and 92 deletions

4
server/src/types.ts Normal file
View File

@@ -0,0 +1,4 @@
export type Position = {
x: number,
y: number,
}