Fix GDScript code style regarding colon

This commit is contained in:
Danil Alexeev
2023-03-03 17:42:32 +03:00
parent 61d2c85511
commit ea5fd3d732
28 changed files with 74 additions and 72 deletions

View File

@@ -285,7 +285,7 @@
@export var string = ""
@export var int_number = 5
@export var float_number: float = 5
@export var image : Image
@export var image: Image
[/codeblock]
</description>
</annotation>
@@ -309,7 +309,7 @@
Export a [Color] property without allowing its transparency ([member Color.a]) to be edited.
See also [constant PROPERTY_HINT_COLOR_NO_ALPHA].
[codeblock]
@export_color_no_alpha var dye_color : Color
@export_color_no_alpha var dye_color: Color
[/codeblock]
</description>
</annotation>