Files
godot-vscode-plugin/src/formatter/snapshots/lambda_multiline_spacing.gd
David Kincaid f648c37353 Various Formatter Improvements (#746)
* add new style of formatter snapshot tests
* add many new test cases
* fix several open issues( #728, #624, #657, #717, #734, likely more)
2024-11-18 11:16:16 -05:00

4 lines
84 B
GDScript

# --- IN ---
poll_animation.on_complete(func() -> void:
highlight.visible = false
)