Skip to content

Commit 8c3ad65

Browse files
manuqwnbaum
andcommitted
Update addons/block_code/ui/picker/categories/category_factory.gd
Co-authored-by: wnbaum <42101167+wnbaum@users.noreply.github.com>
1 parent fab3100 commit 8c3ad65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/block_code/ui/picker/categories/category_factory.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ static func get_general_blocks() -> Array[Block]:
475475

476476
b = BLOCKS["parameter_block"].instantiate()
477477
b.variant_type = TYPE_INT
478-
b.block_format = "viewport width"
478+
b.block_format = "Viewport Width"
479479
b.statement = "%s" % viewport_width
480480
b.category = "Graphics | Viewport"
481481
block_list.append(b)

0 commit comments

Comments
 (0)