Paint Sprite

Revision as of 21:00, 9 February 2025 by Azabiphetamine (talk | contribs) (Created page with "{{Event | event = Paint Sprite | image = File:EditorTint.png | tablocation = Decorations | eventtype = Tint | versionorigin = r<code>Version</code> | shortcut = T }} '''Paint Sprite''' is an event in the '''Decorations tab''' used to paint a decoration's border, fill, and change its opacity. == Usage == {| class="wikitable" |+ Properties |- ! Setting !! Type !! Description |- | Border || Single Selection || Border Type: None, Outline, Glow. |- | Border Color || C...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Paint Sprite
Screenshot of the Event Icon Paint Sprite
TabDecorations
TypeTint
OriginrVersion
ShortcutT

Paint Sprite is an event in the Decorations tab used to paint a decoration's border, fill, and change its opacity.

Usage

Properties
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": 1, "beat": 1, "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.

History

Trivia