Fix mouse01 example background transparency

This commit is contained in:
Darren Burns
2023-01-06 14:32:23 +00:00
committed by Rodrigo Girão Serrão
parent af56d88a6d
commit ad6a716d09

View File

@@ -7,7 +7,7 @@ TextLog {
} }
PlayArea { PlayArea {
background: transparent; opacity: 0%;
layer: ball; layer: ball;
} }