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 7b93cb1 commit 7a9b3e6Copy full SHA for 7a9b3e6
addons/block_code/blocks/graphics/animationplayer_play.tres
@@ -12,7 +12,7 @@ items = []
12
[sub_resource type="Resource" id="Resource_vnp2w"]
13
script = ExtResource("1_xu43h")
14
selected = 0
15
-items = ["ahead", "backwards"]
+items = ["forward", "backwards"]
16
17
[resource]
18
script = ExtResource("1_emeuv")
@@ -23,7 +23,7 @@ category = "Graphics | Animation"
23
type = 2
24
variant_type = 0
25
display_template = "play {animation: STRING} {direction: NIL}"
26
-code_template = "if {direction} == \"ahead\":
+code_template = "if {direction} == \"forward\":
27
play({animation})
28
else:
29
play_backwards({animation})
0 commit comments