commit e2b496a44519f91fc30472b200b6249ed2736b2f parent aca29690679b950892d98fa7b2c345acba386b21 Author: Matsuda Kenji <info@mtkn.jp> Date: Tue, 20 Dec 2022 18:44:04 +0900 add collision Diffstat:
M | note.html | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/note.html b/note.html @@ -21,6 +21,7 @@ <p>メニューとゲームの推移を実装した。</p> <h2>当たり判定</h2> +<p>とりあえず適当に実装した。2体間の衝突のみ判定しているので近くに別の物体がいるとめりこむ場合がある。</p> <h2>参考</h2>