VelMul/fr

From M.U.G.E.N Wiki

< VelMul
Revision as of 03:25, 6 October 2009 by Minion (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: VelMul

Multiplies the player's velocity by the specified amounts. A positive x velocity is in the direction that the player is facing, while a positive y velocity is downward on the screen.

Required parameters:
none
Optional parameters:
x = x_value (float)
Specifies the value to multiply the player's x-velocity with.
y = y_value (float)
Specifies the value to multiply the player's y-velocity with.

Example:

; Applies constant friction to the player
trigger1 = 1
type = VelMul
x = 0.8


Personal tools