←Back
用途別リファレンス
//当たり判定の大きさを5*5に設定する
\getCrashRect() {
return {x,y,width:5, height:5};
}
←Back