From 8d6be1861119ea7287bcbc69af2dbacc88032f08 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Thu, 10 Oct 2024 16:54:04 +0200 Subject: [PATCH] Fix typo in "call method on node" block "Call method on node" reads better than "Call method in node". --- addons/block_code/blocks/communication/call_method_node.tres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/block_code/blocks/communication/call_method_node.tres b/addons/block_code/blocks/communication/call_method_node.tres index b677cdb4..3937dddb 100644 --- a/addons/block_code/blocks/communication/call_method_node.tres +++ b/addons/block_code/blocks/communication/call_method_node.tres @@ -10,7 +10,7 @@ description = "Calls the method/function of the given node" category = "Communication | Methods" type = 2 variant_type = 0 -display_template = "call method {method_name: STRING} in node {node: OBJECT}" +display_template = "call method {method_name: STRING} on node {node: OBJECT}" code_template = "{node}.call({method_name})" defaults = {} signal_name = ""