mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix wrong example output of float*Color in classref
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
<description>
|
||||
Multiplies each component of the [Color], including the alpha, by the given [float].
|
||||
[codeblock]
|
||||
print(1.5 * Color(0.5, 0.5, 0.5)) # Color(0.75, 0.75, 0.75)
|
||||
print(1.5 * Color(0.5, 0.5, 0.5)) # Prints "(0.75, 0.75, 0.75, 1.5)"
|
||||
[/codeblock]
|
||||
</description>
|
||||
</operator>
|
||||
|
||||
Reference in New Issue
Block a user