feat: updated engine

This commit is contained in:
Sara Gerretsen 2026-07-10 17:04:34 +02:00
parent cbe99774ff
commit f4cf6b3999
6607 changed files with 910135 additions and 430025 deletions

View file

@ -181,7 +181,7 @@
<return type="float" />
<param index="0" name="to" type="Vector2" />
<description>
Returns the squared distance between this vector and [param to].
Returns the squared [url=https://en.wikipedia.org/wiki/Euclidean_distance]Euclidean distance[/url] between this vector and [param to].
This method runs faster than [method distance_to], so prefer it if you need to compare vectors or need the squared distance for some formula.
</description>
</method>
@ -189,7 +189,7 @@
<return type="float" />
<param index="0" name="to" type="Vector2" />
<description>
Returns the distance between this vector and [param to].
Returns the [url=https://en.wikipedia.org/wiki/Euclidean_distance]Euclidean distance[/url] between this vector and [param to].
</description>
</method>
<method name="dot" qualifiers="const">