Skip to content

Commit 0a61ce2

Browse files
authored
Merge pull request #52 from Tanneguydv/master
adding transparency example on box
2 parents a2684fa + bd2b888 commit 0a61ce2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/core_layer_mgmt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
layer1 = Layer(display, color=123)
3636
layer1.add(box1)
3737

38-
layer2 = Layer(display, box4, 86)
38+
layer2 = Layer(display, box4, 86, transparency=0.6)
3939
layer2.add(box5)
4040
layer2.show()
4141

0 commit comments

Comments
 (0)