We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed905f commit 22877e7Copy full SHA for 22877e7
addons/block_code/ui/picker/categories/category_factory.gd
@@ -566,13 +566,15 @@ static func property_to_blocklist(property: Dictionary) -> Array[Block]:
566
var variant_type = property.type
567
568
const FALLBACK_SET_FOR_TYPE = {
569
+ TYPE_BOOL: false,
570
TYPE_INT: "0",
571
TYPE_FLOAT: "0",
572
TYPE_VECTOR2: "0,0",
573
TYPE_COLOR: "DARK_ORANGE",
574
}
575
576
const FALLBACK_CHANGE_FOR_TYPE = {
577
+ TYPE_BOOL: true,
578
TYPE_INT: "1",
579
TYPE_FLOAT: "1",
580
TYPE_VECTOR2: "1,1",
0 commit comments