Skip to content

Commit

Permalink
Show scout poles all the time
Browse files Browse the repository at this point in the history
This will let me choose to display them during live debug
  • Loading branch information
rossjrw committed Oct 9, 2024
1 parent 20a099c commit a39b5e0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions source/scp-head/src/scout.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
.scout__bottom {
flex: 1;
}
.scout__top {
background: red;
}
.scout__bottom {
background: blue;
}
</style>

<script>
Expand Down Expand Up @@ -211,11 +217,6 @@
location.replace("about:blank");
}
});

if (window.debug) {
poleTop.element.style.background = "red";
poleBottom.element.style.background = "blue";
}
});
</script>
</head>
Expand Down

0 comments on commit a39b5e0

Please sign in to comment.