doc: Fix version number after PR merge
This commit is contained in:
parent
ab7e2564f3
commit
9be7c49a5d
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<class name="ShapeCast" inherits="Spatial" version="3.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
<class name="ShapeCast" inherits="Spatial" version="3.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||||
<brief_description>
|
<brief_description>
|
||||||
Node for physics collision sweep and immediate overlap queries. Similar to the [RayCast] node.
|
Node for physics collision sweep and immediate overlap queries. Similar to the [RayCast] node.
|
||||||
</brief_description>
|
</brief_description>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<class name="ShapeCast2D" inherits="Node2D" version="3.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
<class name="ShapeCast2D" inherits="Node2D" version="3.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||||
<brief_description>
|
<brief_description>
|
||||||
Node for physics collision sweep and immediate overlap queries. Similar to the [RayCast2D] node.
|
Node for physics collision sweep and immediate overlap queries. Similar to the [RayCast2D] node.
|
||||||
</brief_description>
|
</brief_description>
|
||||||
|
|
Loading…
Reference in New Issue