Flip Screen: Difference between revisions

Jump to navigation Jump to search
(Created page with "{{Event | event = Flip Screen | image = File:EditorFlipScreen.png | tablocation = VFX | eventtype = FlipScreen | versionorigin = r<code>Version</code> | shortcut = N }} '''Flip Screen''' is an event in the '''VFX Tab''' that flips the screen horizontally and vertically, individually. == Usage == {| class="wikitable" |- ! Setting !! Type !! Description |- | Flip Direction || Single Selection || No flip, horizontal flip, vertical flip, or both flips (essentially a...")
(No difference)

Revision as of 07:39, 10 February 2025

Flip Screen
Screenshot of the Event Icon Flip Screen
TabVFX
TypeFlipScreen
OriginrVersion
ShortcutN

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.

History

Trivia