Last Update: 2019-01-12 08:38 Created at: 2019-01-12 08:38 RSS
Explod random displacement changed

Estado
Prioridade
Marco

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.

Loading Pull Request...
2019-01-12
09:06 Comment posted by shinlucho
This comment has been deleted
08:38 Criar um Novo Tíquete(#50779): Explod random displacement changed (shinlucho)
08:38 Criar um Novo Tíquete(#50779): Explod random displacement changed (shinlucho)
Explod random displacement changed