mirror of
https://github.com/godotengine/godot-visual-script.git
synced 2026-01-05 22:10:23 +03:00
Better format arguments in variant parser
This commit is contained in:
committed by
Michael Alexsander
parent
eba32e2874
commit
84271acf1d
@@ -39,7 +39,7 @@
|
||||
</argument>
|
||||
<argument index="1" name="node" type="VisualScriptNode">
|
||||
</argument>
|
||||
<argument index="2" name="position" type="Vector2" default="Vector2( 0, 0 )">
|
||||
<argument index="2" name="position" type="Vector2" default="Vector2(0, 0)">
|
||||
</argument>
|
||||
<description>
|
||||
Add a node to the VisualScript.
|
||||
|
||||
Reference in New Issue
Block a user