File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
addons/block_code/ui/picker/categories Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -576,14 +576,14 @@ static func property_to_blocklist(property: Dictionary) -> Array[Block]:
576576 const FALLBACK_SET_FOR_TYPE = {
577577 TYPE_INT : "0" ,
578578 TYPE_FLOAT : "0" ,
579- TYPE_VECTOR2 : "0, 0" ,
579+ TYPE_VECTOR2 : "0,0" ,
580580 TYPE_COLOR : "DARK_ORANGE" ,
581581 }
582582
583583 const FALLBACK_CHANGE_FOR_TYPE = {
584584 TYPE_INT : "1" ,
585585 TYPE_FLOAT : "1" ,
586- TYPE_VECTOR2 : "1, 1" ,
586+ TYPE_VECTOR2 : "1,1" ,
587587 TYPE_COLOR : "DARK_ORANGE" ,
588588 }
589589
@@ -660,8 +660,8 @@ static func get_built_in_blocks(_class_name: String) -> Array[Block]:
660660 "position" :
661661 {
662662 "category" : "Transform | Position" ,
663- "default_set" : "100, 100" ,
664- "default_change" : "1, 1" ,
663+ "default_set" : "100,100" ,
664+ "default_change" : "1,1" ,
665665 },
666666 "rotation_degrees" :
667667 {
@@ -672,8 +672,8 @@ static func get_built_in_blocks(_class_name: String) -> Array[Block]:
672672 "scale" :
673673 {
674674 "category" : "Transform | Scale" ,
675- "default_set" : "2, 2" ,
676- "default_change" : "0.1, 0.1" ,
675+ "default_set" : "2,2" ,
676+ "default_change" : "0.1,0.1" ,
677677 },
678678 }
679679
You can’t perform that action at this time.
0 commit comments