mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-22 13:35:00 +00:00
Fix GDScript code style regarding colon
(cherry picked from commit ea5fd3d732)
This commit is contained in:
committed by
Yuri Sizov
parent
acdb1bdbd7
commit
f4ea9df0f4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user