Width/ja
From M.U.G.E.N Wiki
< Width
This page is in progress of being translated to ja. You can help translating it or go to another language version that follows:
State Controller: Width
Temporarily changes the size of the player's width bar for 1 tick. Useful for controlling the "pushing" behavior when the player makes contact with another or with the sides of the screen.
- Required parameters:
- none
- Optional parameters:
- edge = edgewidth_front, edgewidth_back (int, int)
- Sets the player's edge width in front and behind. Edge width determines how close the player can get to the edge of the screen. These parameters default to 0,0 if omitted.
- player = playwidth_front, playwidth_back (int, int)
- Sets the player width in front and behind. Player width determines how close the player can get to other players. These parameters default to 0,0 if omitted.
- Alternate syntax:
- value = width_front, width_back (int, int)
- This is a shorthand syntax for setting both edge width and player width simultaneously. This may only be used if the edge and player parameters are not specified.
- Notes:
- When collision box display is enabled, the edge width bar is displayed in orange, and the player width bar is displayed in yellow. Where they overlap, the overlapping region is displayed in bright yellow.
- Example:
- none