Paint Sprite: Difference between revisions
Jump to navigation
Jump to search
m (→Surgery) |
No edit summary Tags: Mobile edit Mobile web edit |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
| eventtype = Tint | | eventtype = Tint | ||
| versionorigin = r<code>Version</code> | | versionorigin = r<code>Version</code> | ||
| shortcut = | | shortcut = R | ||
}} | }} | ||
'''Paint Sprite''' is an event in the '''Decorations | '''Paint Sprite''' is an event in the '''Decorations Tab''' used to paint a decoration's border, fill, and change its opacity. | ||
== Usage == | == Usage == |
Latest revision as of 02:41, 12 February 2025
Paint Sprite | |
---|---|
Tab | Decorations |
Type | Tint |
Origin | rVersion |
Shortcut | R |
Paint Sprite is an event in the Decorations Tab used to paint a decoration's border, fill, and change its opacity.
Usage
Setting | Type | Description |
---|---|---|
Border | Single Selection | Border Type: None, Outline, Glow. |
Border Color | Color | Color of the border. |
Tint | Single Selection | Whether to tint or not. |
Tint Color | Color | Color of the tint. |
Opacity | Slider and Text Box (Number) | Sprite's opacity. |
Duration | Text Box (Number) | Duration of the transition in beats. |
Ease | Dropdown (Ease) | Easing. |
Surgery
{ "bar": X, "beat": X, "type": "Tint", "target": "abcdefg", "border": "None", "tint": false, "opacity": 100, "duration": 0, "ease": "Linear" }
target (string)
ID of the decoration to apply to.
border (enum)
Border type: None, Outline, or Glow.
borderColor (string)
Border color. Must be a valid HEXALPHA color.
tint (bool)
Whether to tint or not.
tintColor (string)
Tint color. Must be a valid HEXALPHA color.
opacity (number)
Opacity of the sprite.
duration (number)
Duration of the transition in beats.
ease (enum)
Easing.