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...") |
mNo edit summary |
||
Line 5: | Line 5: | ||
| eventtype = FlipScreen | | eventtype = FlipScreen | ||
| versionorigin = r<code>Version</code> | | versionorigin = r<code>Version</code> | ||
| shortcut = | | shortcut = Shift+I | ||
}} | }} | ||
'''Flip Screen''' is an event in the '''VFX Tab''' that flips the screen horizontally and vertically, individually. | '''Flip Screen''' is an event in the '''VFX Tab''' that flips the screen horizontally and vertically, individually. | ||
Line 32: | Line 32: | ||
== History == | == History == | ||
* r38: Shortcut was changed from N to Shift+I. | |||
== Trivia == | == Trivia == | ||
{{EventNavBox}} | {{EventNavBox}} |
Revision as of 11:23, 24 June 2025
Flip Screen | |
---|---|
Tab | VFX |
Type | FlipScreen |
Origin | rVersion |
Shortcut | Shift+I |
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
- r38: Shortcut was changed from N to Shift+I.