PosSet/fr

From M.U.G.E.N Wiki

Jump to: navigation, search


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: PosSet

Sets the player's position to the specified coordinates. The X coordinate is relative to the center of the screen, with positive values moving right. The Y coordinate is relative to the floor, with negative values moving up.

Required parameters:
none
Optional parameters:
x = x_value (float)
Specifies the new x-position of the player.
y = y_value (float)
Specifies the new y-position of the player.
Example:
none