mastodon.design is one of the many independent Mastodon servers you can use to participate in the fediverse.
A small instance for and by people who make things! We stand for an open, independent, sustainable, inclusive, and accessible web.

Administered by:

Server stats:

338
active users

Adrian Mato 🐙

Playing with areas and collisions to generate triggers to open doors. Drawing the connecting line between `Trigger` and `Door` is as simple as having three points: `Vector(trigger.X,trigger.Y)`, `Vector2(door.X, trigger.Y)`, `Vector2(door.X, door.Y)` would produce a `90-degree` angle.