Centered camera & Modal position changes
- Able to give position to modal other then centered. - Camera now centered on character when - Character joins zone - Character teleports on to zone - Window resize
This commit is contained in:
@ -142,6 +142,7 @@ export type Character = {
|
||||
role: string
|
||||
positionX: number
|
||||
positionY: number
|
||||
relativePosition: {x: number, y: number}
|
||||
rotation: number
|
||||
zoneId: number
|
||||
zone: Zone
|
||||
|
Reference in New Issue
Block a user