Rebase on Radiance #71

Merged
kazhnuz merged 20 commits from wip/radiance-rebase into master 2022-08-12 10:37:35 +02:00
Showing only changes of commit eec43a522e - Show all commits

View file

@ -5,8 +5,8 @@ local TiledMixins = Object:extend()
function TiledMixins:batchActor(objectlayer, object, layerx, layery) function TiledMixins:batchActor(objectlayer, object, layerx, layery)
local name = objectlayer.name local name = objectlayer.name
local gwidth = object.properties.gwidth or self.sti.tilewidth local gwidth = object.properties.gwidth or self.wrapper.sti.tilewidth
local gheight = object.properties.gheight or self.sti.tileheight local gheight = object.properties.gheight or self.wrapper.sti.tileheight
local x = object.x + layerx local x = object.x + layerx
local y = object.y + layery local y = object.y + layery
local z = object.properties.z or 0 local z = object.properties.z or 0