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]:
576
576
const FALLBACK_SET_FOR_TYPE = {
577
577
TYPE_INT : "0" ,
578
578
TYPE_FLOAT : "0" ,
579
- TYPE_VECTOR2 : "0, 0" ,
579
+ TYPE_VECTOR2 : "0,0" ,
580
580
TYPE_COLOR : "DARK_ORANGE" ,
581
581
}
582
582
583
583
const FALLBACK_CHANGE_FOR_TYPE = {
584
584
TYPE_INT : "1" ,
585
585
TYPE_FLOAT : "1" ,
586
- TYPE_VECTOR2 : "1, 1" ,
586
+ TYPE_VECTOR2 : "1,1" ,
587
587
TYPE_COLOR : "DARK_ORANGE" ,
588
588
}
589
589
@@ -660,8 +660,8 @@ static func get_built_in_blocks(_class_name: String) -> Array[Block]:
660
660
"position" :
661
661
{
662
662
"category" : "Transform | Position" ,
663
- "default_set" : "100, 100" ,
664
- "default_change" : "1, 1" ,
663
+ "default_set" : "100,100" ,
664
+ "default_change" : "1,1" ,
665
665
},
666
666
"rotation_degrees" :
667
667
{
@@ -672,8 +672,8 @@ static func get_built_in_blocks(_class_name: String) -> Array[Block]:
672
672
"scale" :
673
673
{
674
674
"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" ,
677
677
},
678
678
}
679
679
You can’t perform that action at this time.
0 commit comments