Render: Remove default BG color from card stacks
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = {
|
|||||||
width: 900,
|
width: 900,
|
||||||
height: 500,
|
height: 500,
|
||||||
channels: 4,
|
channels: 4,
|
||||||
background: { r: 255, g: 0, b: 0, alpha: 0.5 },
|
background: { r: 0, g: 0, b: 0, alpha: 0.0 },
|
||||||
animated: true
|
animated: true
|
||||||
}
|
}
|
||||||
}).composite([
|
}).composite([
|
||||||
|
|||||||
Reference in New Issue
Block a user