Flip Screen

Revision as of 11:25, 24 June 2025 by Azabiphetamine (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Flip Screen is an event in the VFX Tab that flips the screen horizontally and vertically, individually.

Flip Screen
Screenshot of the Event Icon Flip Screen
TabVFX
TypeFlipScreen
OriginrVersion
ShortcutShift+I

Usage

Setting Type Description
Flip Direction Single Selection No flip, horizontal flip, vertical flip, or both flips (essentially a 180 deg turn).

Surgery

{ "bar": X, "beat": X, "y": X, "type": "FlipScreen", "rooms": [0], "flipX": true, "flipY": false }

rooms (number[])
Rooms to affect.

flipX (bool)
Whether to flip horizontally or not.

flipY (bool)
Whether to flip vertically or not.

History

  • r38: Shortcut was changed from N to Shift+I.

Trivia