refactoring

This commit is contained in:
2025-11-14 07:50:16 +02:00
parent a2f9f73e85
commit fa78aa68fd
13 changed files with 26 additions and 12 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ class DashBoard {
text:``, fontSize: 0.044, font: '/static/fonts/Montserrat-Bold.ttf',
outlineColor: 0x113377, outlineWidth: '3%', anchorX: 'center',
})
pointsText.position.set(0.86 * engine.aspect/2, 0.47, 0);
pointsText.position.set(0.86 * engine.aspect/2, 0.47, -0.001);
dash.add(pointsText);
engine.addEventListener('beforeRender', ()=>{