fix(cbs): add z coordinate to cbs entity
This commit is contained in:
parent
bc9215fae8
commit
99380cc74e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ end
|
||||||
-- Get informations
|
-- Get informations
|
||||||
|
|
||||||
function Parent:getCoordinate()
|
function Parent:getCoordinate()
|
||||||
return self.x, self.y
|
return self.x, self.y, self.z
|
||||||
end
|
end
|
||||||
|
|
||||||
-- SPRITE FUNCTIONS
|
-- SPRITE FUNCTIONS
|
||||||
|
|
Loading…
Reference in a new issue