You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead, we infer that a parameter has a set of options by the existence
of an OptionData as its default value.
In addition, add a way for a code template to include a plain, unquoted
string by using `{{parameter}}`. Previously this happened automatically
for any parameter whose value was an OptionData.
https://phabricator.endlessm.com/T35564
block_definition.display_template="Move with {player:OPTION} buttons as {kind:OPTION}"
136
+
block_definition.display_template="Move with {player:NIL} buttons as {kind:NIL}"
137
137
block_definition.description="""Move the character using the “Player 1” or “Player 2” controls as configured in Godot.
138
138
139
139
“Top-down” enables the character to move in both x (vertical) and y (horizontal) dimensions, as if the camera is above the character, looking down. No gravity is added.
0 commit comments