feeles-ide
Version:
The hackable and serializable IDE to make learning material
23 lines (15 loc) • 510 B
Markdown
# 位置・大きさ
オブジェクトを作る時の **位置と大きさ** を変えてみた
[メニューに戻る](index.html)
## 改造してみる

### Bodies.rectangle(`1`, `2`, `3`, `4`);
|| 意味 | はんい
--- | --- | ---
1 | 左からのキョリ | 0 ~ 800
2 | 上からのキョリ | 0 ~ 800
3 | 横方向の長さ | 0 ~
4 | タテ方向の長さ | 0 ~
もっと改造

