Reorder Sprite

Revision as of 11:09, 24 June 2025 by Azabiphetamine (talk | contribs) (Created page with "{{Event | event = Reorder Sprite | image = File:EditorReorderSprite.png | tablocation = VFX | eventtype = ReorderSprite | versionorigin = r<code>version</code> | shortcut = Shift+O }} '''Reorder Sprite''' is an event in the '''Decorations Tab''' that reorders decorations' depths and rooms. == Usage == {| class="wikitable" ! Setting !! Type !! Description |- | Room || Dropdown (Number) || Room to change to. |- | Depth || Text Box (Number) || Depth to change to. |}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Reorder Sprite is an event in the Decorations Tab that reorders decorations' depths and rooms.

Reorder Sprite
Screenshot of the Event Icon Reorder Sprite
TabVFX
TypeReorderSprite
Originrversion
ShortcutShift+O

Usage

Setting Type Description
Room Dropdown (Number) Room to change to.
Depth Text Box (Number) Depth to change to.

Surgery

{ "bar": X, "beat": X, "y": X, "type": "ReorderRow", "target": "abcdefg", "newRoom": 0, "depth": 1}

target (string)
ID of the decoration to apply to.

newRoom (string) (optional)
Room to go to. Follows the format "RoomX", where X is the room number, 1-indexed (1-4).

depth (number) (optional)
New depth of the row.

History

Trivia