Priority |
|
Milestone |
Tags |
Explod's random parameter is documented in mugen with the following description:
random = rand_x, rand_y (int, int) Causes the explod's bind point to be displaced by a random amount when created. rand_x specifies the displacement range in the x direction, and rand_y specifies the displacement range in the y direction. For instance, if pos = 0,0 and random = 40,80, then the explod's x location will be a random number between -20 and 19, and its y location will be a random number between -40 and 39. Both arg1 and arg2 default to 0 if omitted.
But in Ikemen, instead of taking a random number between -20 and 19 for explod's x location, it takes a number between -40 and 40. The same applies for y location.
Need to Login to OSDN