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

@@ -6,17 +6,17 @@ TextLog {
layer: log; layer: log;
} }
PlayArea { PlayArea {
background: transparent; opacity: 0%;
layer: ball; layer: ball;
} }
Ball { Ball {
layer: ball; layer: ball;
width: auto; width: auto;
height: 1; height: 1;
background: $secondary; background: $secondary;
border: tall $secondary; border: tall $secondary;
color: $background; color: $background;
box-sizing: content-box; box-sizing: content-box;
text-style: bold; text-style: bold;