最終更新: 2019-01-12 08:38 作成時刻: 2019-01-12 08:38 RSS
Explod random displacement changed

ステータス
優先度
マイルストーン

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.

プルリクエストを読み込み中...
2019-01-12
09:06 shinlucho によるコメント
このコメントは削除されました
08:38 チケット(#50779) Explod random displacement changed を作成しました (shinlucho)
08:38 チケット(#50779) Explod random displacement changed を作成しました (shinlucho)
Explod random displacement changed