We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e7bf0 commit bc69f1bCopy full SHA for bc69f1b
addons/block_code/blocks/lifecycle/ready.tres
@@ -5,11 +5,12 @@
5
[resource]
6
script = ExtResource("1_vk0xk")
7
name = &"ready"
8
+description = "Attached blocks will be executed once when the node is \"ready\""
9
+category = "Lifecycle"
10
type = 1
11
variant_type = 0
12
display_template = "On Ready"
13
code_template = "func _ready():"
-description = "The following will be executed when the node is \"ready\""
-category = "Lifecycle"
14
defaults = {}
15
signal_name = ""
16
+scope = ""
addons/block_code/blocks/log/print.tres
@@ -11,6 +11,8 @@ type = 2
display_template = "Print {text: STRING}"
code_template = "print({text})"
-defaults = {}
+defaults = {
+"text": "Hello"
+}
17
18
scope = ""
0 commit comments