ditch THREE raycasting for SAT again
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ app.listen(port, () => {
|
||||
|
||||
const entity2 = new Entity()
|
||||
entity2.id = '2'
|
||||
entity.teleport(200, 100)
|
||||
entity2.teleport(100, 100)
|
||||
entity2.radius = 35
|
||||
game.spawn_entity(entity2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user