Fix mouse01 example background transparency

This commit is contained in:
Darren Burns
2023-01-06 14:32:23 +00:00
parent 82fe3e2a76
commit 387a045cff

View File

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