doc: Replace some more "val" with "value" + sync

This commit is contained in:
Rémi Verschelde
2018-01-17 10:43:23 +01:00
parent ff59c562f7
commit 6c46787749
58 changed files with 82 additions and 83 deletions

View File

@@ -7,7 +7,7 @@
A 2D game object, with a position, rotation and scale. All 2D physics nodes and sprites inherit from Node2D. Use Node2D as a parent node to move, scale and rotate children in a 2D project. Also gives control on the node's render order.
</description>
<tutorials>
http://docs.godotengine.org/en/3.0/learning/features/2d/custom_drawing_in_2d.html
http://docs.godotengine.org/en/3.0/learning/features/2d/custom_drawing_in_2d.html
</tutorials>
<demos>
</demos>