Blend Sprite: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Event | event = Blend Sprite | image = File:EditorBlend.png | tablocation = Decorations | eventtype = Blend | versionorigin = r<code>Version</code> | shortcut = B }} '''Blend Sprite''' is an event in the '''Decorations Tab''' used to change the blending type of a decoration. == Usage == {| class="wikitable" |+ Properties |- ! Setting !! Type !! Description |- | Blending Mode || Dropdown (Enum) || Blending of the sprite: None, Additive, Multiply, or Invert. |}...") |
mNo edit summary |
||
Line 4: | Line 4: | ||
| tablocation = Decorations | | tablocation = Decorations | ||
| eventtype = Blend | | eventtype = Blend | ||
| versionorigin = | | versionorigin = r38 | ||
| shortcut = B | | shortcut = B | ||
}} | }} |
Latest revision as of 11:18, 24 June 2025
Blend Sprite | |
---|---|
Tab | Decorations |
Type | Blend |
Origin | r38 |
Shortcut | B |
Blend Sprite is an event in the Decorations Tab used to change the blending type of a decoration.
Usage
Setting | Type | Description |
---|---|---|
Blending Mode | Dropdown (Enum) | Blending of the sprite: None, Additive, Multiply, or Invert. |
Surgery
{ "bar": X, "beat": X, "type": "Blend", "target": "abcdefg", "blendType": "None" }
target (string)
ID of the decoration to apply to.
blendType (enum)
Either None, Additive, Multiply, or Invert.