mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Merge pull request #8489 from Ero98/patch-1
Fixing style guide example on 2 indent levels for continuation lines
This commit is contained in:
@@ -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**:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user