Skip to content
Snippets Groups Projects
Commit f4059d40 authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Fixing labels

parent 8770795d
No related branches found
No related tags found
1 merge request!10Adding obb calculation
......@@ -124,7 +124,7 @@ function TF2(props: TF2Props) {
// Debug Label
const label = new Text();
label.visible = true;
label.visible = showDebugLabels;
label.text = name;
label.fontSize = 0.2;
label.anchorX = "center";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment