npm run format, started working on follow player logic, refactor some camera logic

This commit is contained in:
2024-09-22 02:14:32 +02:00
parent 42291b93eb
commit 9b592d6c7c
14 changed files with 101 additions and 111 deletions

View File

@ -142,7 +142,6 @@ export type Character = {
role: string
positionX: number
positionY: number
relativePosition: {x: number, y: number}
rotation: number
zoneId: number
zone: Zone