Nathan Lovato
bd41d5987c
Edit docstrings in src/Behaviors
2020-01-29 10:13:12 -06:00
Francois Belair
62ad172767
Move class docstring to top of class
...
For documentation purposes, current tools expect it there.
2020-01-28 23:56:10 -05:00
Nathan Lovato
6276fc0413
Update code reference
...
Proof and edit docstrings in all the base types and proximity types
Remove docstring for the _init builtin callback
2020-01-27 17:31:10 -06:00
Francois Belair
2d8bdaebd7
Add documentation strings to behaviors
2020-01-27 13:24:05 -05:00
Francois Belair
8228694713
Refactor var names for consistency aka min/max
2020-01-22 11:55:49 -05:00
Francois Belair
0eb4adc48c
Fix bug for collision avoid direction reversed
...
Once the agent was close enough to a neighbor, it tried to get closer
instead of away.
2020-01-21 12:49:46 -05:00
Francois Belair
dffec9efa6
Add avoid collisions demo
2020-01-16 17:27:04 -05:00
Răzvan C. Rădulescu
1a37b2bee0
Update project to follow GDScript guidelines closer
...
Used `var variable := 0.0` as discussed in the Godot issue, instead of
`var variable: = 0.0`.
Mostly these are minor/cosmetic changes, but I've also reorganized the
folder structure (naming of folders) to reflect our guidelines, plus
made some minor changes to the demo codes. Still work in progress.
2020-01-16 10:44:44 +02:00