Added depth logics for objects

This commit is contained in:
2024-07-10 00:43:52 +02:00
parent abe58961ba
commit c4c12179b8
4 changed files with 18 additions and 4 deletions

View File

@ -90,6 +90,7 @@ export type ZoneObject = {
zone: Zone
objectId: string
object: Object
depth: number
position_x: number
position_y: number
}