-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
When using the Repeatable Wounds macro:
let params =
[{
filterType: "splash",
filterId: "mySplash",
rank:5,
color: 0x990505,
padding: 0,
time: Math.random()*1000,
seed: Math.random(),
splashFactor: 1,
spread: 1,
blend: 1,
dimX: 1,
dimY: 1,
cut: false,
textureAlphaBlend: true,
anchorX: 0.5,
anchorY: 0.5,
}];The color 0x990505 creates a red bloodstain.
The color 0x600505 creates a dark red bloodstain.
The color 0x590505 creates an invisible bloodstain, and isn't visible at all. This is a bug!
Same bugs happen with e.g. 0x000060 vs 0x000059.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working