Flip Screen
Jump to navigation
Jump to search
Flip Screen | |
---|---|
Tab | VFX |
Type | FlipScreen |
Origin | rVersion |
Shortcut | N |
Flip Screen is an event in the VFX Tab that flips the screen horizontally and vertically, individually.
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.