restructure world files for copulae
This commit is contained in:
parent
41a3a295c6
commit
ccc77490ea
18 changed files with 163 additions and 29 deletions
|
@ -69,6 +69,10 @@ class Physics {
|
|||
//if (body.type == 'ship') console.log(b2body.GetLocalCenter());
|
||||
}
|
||||
|
||||
createCopula(copula) {
|
||||
|
||||
}
|
||||
|
||||
raycast(start, end) {
|
||||
let p1 = new b2Vec2(start.x, start.y);
|
||||
let p2 = new b2Vec2(end.x, end.y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue