Reorder Rooms

Revision as of 22:27, 7 February 2025 by Azabiphetamine (talk | contribs) (Created page with "{{Event | event = Reorder Rooms | image = File:EditorReorderRooms.png | tablocation = Rooms | eventtype = ReorderRooms | versionorigin = r<code>Version</code> | shortcut = O }} '''Reorder Rooms''' is an event in the '''Rooms Tab''' that reorders the rooms in the Z axis. == Usage == The labels for Rooms 1-4 are able to be dragged below or above (Y-axis) eachother, moving them from front to back. == Surgery == <code>{ "bar": X, "beat": X, "y": 0, "type": "Reorder...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Reorder Rooms
Screenshot of the Event Icon Reorder Rooms
TabRooms
TypeReorderRooms
OriginrVersion
ShortcutO

Reorder Rooms is an event in the Rooms Tab that reorders the rooms in the Z axis.

Usage

The labels for Rooms 1-4 are able to be dragged below or above (Y-axis) eachother, moving them from front to back.

Surgery

{ "bar": X, "beat": X, "y": 0, "type": "ReorderRooms", "order": [2, 0, 1, 3] }

y (integer)
Must be 0.

order (integer[])
Order of the rooms, front to back. Length is always 4.

History

Trivia

  • This is one of two events in the game to span more than one row, the other being Show Rooms Horizontally, spanning all four rows in the room tab. The two also visually last 1 beat no matter the timeline zoom.