/** * joystick.constants * ジョイスティック入力に関する定数をまとめる * 共有する半径の既定値などを定義する */ /** UI側と共有する最大半径の既定値 */ export const MAX_DIST = 60;