File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
addons/block_code/blocks/communication Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description = ""
10
10
category = "Communication | Methods"
11
11
type = 1
12
12
variant_type = 0
13
- display_template = "When entering collision with [something: OBJECT]"
13
+ display_template = "When this node collides with [something: OBJECT]"
14
14
code_template = "func _on_body_entered(something: Node2D):
15
15
"
16
16
defaults = {}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description = ""
10
10
category = "Communication | Methods"
11
11
type = 1
12
12
variant_type = 0
13
- display_template = "When leaving collision with [something: OBJECT]"
13
+ display_template = "When this node stops colliding with [something: OBJECT]"
14
14
code_template = "func _on_body_exited(something: Node2D):
15
15
"
16
16
defaults = {}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description = ""
10
10
category = "Communication | Methods"
11
11
type = 1
12
12
variant_type = 0
13
- display_template = "When entering collision with [something: OBJECT]"
13
+ display_template = "When this node collides with [something: OBJECT]"
14
14
code_template = "func _on_body_entered(something: Node2D):
15
15
"
16
16
defaults = {}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description = ""
10
10
category = "Communication | Methods"
11
11
type = 1
12
12
variant_type = 0
13
- display_template = "When leaving collision with [something: OBJECT]"
13
+ display_template = "When this node stops colliding with [something: OBJECT]"
14
14
code_template = "func _on_body_exited(something: Node2D):
15
15
"
16
16
defaults = {}
You can’t perform that action at this time.
0 commit comments