Reorder Sprite: Difference between revisions

No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
  | tablocation = VFX
  | tablocation = VFX
  | eventtype = ReorderSprite
  | eventtype = ReorderSprite
  | versionorigin = r<code>version</code>
  | versionorigin = r38
  | shortcut = Shift+O
  | shortcut = Shift+O
}}
}}
Line 21: Line 21:
== Surgery ==
== Surgery ==


<code>{ "bar": X, "beat": X, "y": X, "type": "ReorderRow", "target": "abcdefg", "newRoom": 0, "depth": 0}</code>
<code>{ "bar": X, "beat": X, "y": X, "type": "ReorderRow", "target": "abcdefg", "newRoom": "Room1", "depth": 0}</code>


'''target''' (string)
'''target''' (string)

Latest revision as of 11:18, 24 June 2025

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
Originr38
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": "Room1", "depth": 0}

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