feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
Vector<Vector2> CapsuleShape2D::_get_points() const {
|
||||
Vector<Vector2> points;
|
||||
const real_t turn_step = Math_TAU / 24.0;
|
||||
const real_t turn_step = Math::TAU / 24.0;
|
||||
for (int i = 0; i < 24; i++) {
|
||||
Vector2 ofs = Vector2(0, (i > 6 && i <= 18) ? -height * 0.5 + radius : height * 0.5 - radius);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue