|
@@ -115,6 +115,10 @@ function spine.Skeleton.new (skeletonData, group)
|
|
print("Error creating image: " .. attachment.name)
|
|
print("Error creating image: " .. attachment.name)
|
|
image = spine.Skeleton.failed
|
|
image = spine.Skeleton.failed
|
|
end
|
|
end
|
|
|
|
+ print(slot.data.additiveBlending)
|
|
|
|
+ if slot.data.additiveBlending then
|
|
|
|
+ image.blendMode = "add"
|
|
|
|
+ end
|
|
images[slot] = image
|
|
images[slot] = image
|
|
end
|
|
end
|
|
-- Position image based on attachment and bone.
|
|
-- Position image based on attachment and bone.
|