Merge pull request #8489 from Ero98/patch-1

Fixing style guide example on 2 indent levels for continuation lines
This commit is contained in:
Matthew
2023-11-16 21:32:54 -05:00
committed by GitHub

View File

@@ -153,8 +153,8 @@ regular code blocks.
::
effect.interpolate_property(sprite, "transform/scale",
sprite.get_scale(), Vector2(2.0, 2.0), 0.3,
Tween.TRANS_QUAD, Tween.EASE_OUT)
sprite.get_scale(), Vector2(2.0, 2.0), 0.3,
Tween.TRANS_QUAD, Tween.EASE_OUT)
**Bad**: