Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-12-27 11:16:05 +01:00
parent a0e9bb8b81
commit 4fde11be6b
173 changed files with 1539 additions and 667 deletions
+3 -3
View File
@@ -116,7 +116,7 @@ Property Descriptions
| *Getter* | get_center_x() |
+----------+---------------------+
If ``true`` grid items are centered on the X axis.
If ``true``, grid items are centered on the X axis.
.. _class_GridMap_cell_center_y:
@@ -128,7 +128,7 @@ If ``true`` grid items are centered on the X axis.
| *Getter* | get_center_y() |
+----------+---------------------+
If ``true`` grid items are centered on the Y axis.
If ``true``, grid items are centered on the Y axis.
.. _class_GridMap_cell_center_z:
@@ -140,7 +140,7 @@ If ``true`` grid items are centered on the Y axis.
| *Getter* | get_center_z() |
+----------+---------------------+
If ``true`` grid items are centered on the Z axis.
If ``true``, grid items are centered on the Z axis.
.. _class_GridMap_cell_octant_size: