Rotation Styles: Difference between revisions

From PenguinMod Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
Line 1: Line 1:
[[File:Rotation-styles.gif|thumb|397x397px]]
[[File:Rotation-styles.gif|thumb|397x397px]]
'''Rotation styles''' control how sprites will face. PenguinMod has 5 rotation styles in total.
There are 2 new rotation styles in PenguinMod. The look-at style makes the sprite point in its direction like how it works in all-around, but the sprite flips if pointing left. The up-down style acts like the left-right style but is vertical.
==List of Rotation Styles==
==rotation style==
{| class="wikitable sortable"
{{Main|rotation style}}
|-
! Name !! PenguinMod Only !! Effect
|-
| all around || rowspan="3"|No || Points the sprite in the direction that it is facing
|-
| left-right || Flips the sprite either left or right (horizontally)
|-
| don't rotate || Prevents the sprite from visually rotating
|-
| look-at || rowspan="2"|Yes || Points the sprite in the direction that it is facing but flips the sprite if it is pointing to the left
|-
| up-down || Flips the sprite either up or down (vertically)
|}
The rotation style of a sprite can be changed using the [[set rotation style ()]] block, or by clicking one of the icons in the direction wheel. The rotation style of a sprite can be obtained using the [[rotation style]] block.

Latest revision as of 14:16, 4 April 2024

Rotation styles control how sprites will face. PenguinMod has 5 rotation styles in total.

List of Rotation Styles

Name PenguinMod Only Effect
all around No Points the sprite in the direction that it is facing
left-right Flips the sprite either left or right (horizontally)
don't rotate Prevents the sprite from visually rotating
look-at Yes Points the sprite in the direction that it is facing but flips the sprite if it is pointing to the left
up-down Flips the sprite either up or down (vertically)

The rotation style of a sprite can be changed using the set rotation style () block, or by clicking one of the icons in the direction wheel. The rotation style of a sprite can be obtained using the rotation style block.