Streamline brush settings
This commit is contained in:
parent
a95a5f83a3
commit
8eaee2fa65
7 changed files with 94 additions and 34 deletions
|
|
@ -21,7 +21,7 @@ fn main(
|
|||
let direction = position - center;
|
||||
|
||||
agents[id] = Agent(
|
||||
position,
|
||||
state.size / 2.0,
|
||||
atan2(direction.y, direction.x),
|
||||
0,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue