PosAdd/fr
From M.U.G.E.N Wiki
< PosAdd
This page is in progress of being translated to fr. You can help translating it or go to another language version that follows:
State Controller: PosAdd
Offsets the player's position by the specified amounts. The X coordinate is relative to the player's axis, with positive values moving in the direction that the player is facing. The Y coordinate is relative to the player's axis, with negative values moving up.
- Required parameters:
- none
- Optional parameters:
- x = x_value (float)
- Moves the player x_value pixels forward. Defaults to 0.
- y = y_value (float)
- Moves the player y_value pixels downwards. Defaults to 0.
- Example:
- none