Skip to content

Commit 222ffe7

Browse files
committed
README: Add info of drag & drop node's property from Inspector
Add how to drag & drop node's property as getter & setter blocks from the Inspector dock. This follows #296.
1 parent 510b85f commit 222ffe7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

addons/block_code/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ We have some high level blocks for simplifying common game elements. Add a Simpl
6262

6363
Lean into animations! Godot's animations functionality goes beyond just simple animations of graphics. You can do so much by combining block coding with Godot's powerful animations editor.
6464

65+
If you want to access the node's property, you can drag the property from the Inspector dock and drop it into the block script as a getter block. And, if you want to modify the property's value, please press & hold Ctrl key when you drop the property, then it will be a setter block of the property in the block script.
66+
67+
6568
## Feedback
6669

6770
Please share feedback in the [Godot Forum Block Coding thread](https://forum.godotengine.org/t/block-coding-high-level-block-based-visual-programming/68941).

0 commit comments

Comments
 (0)