bugfix
This commit is contained in:
@@ -339,7 +339,7 @@ class SceneHeader{
|
||||
metalness: 1
|
||||
})
|
||||
)
|
||||
startBtn.visible = false;
|
||||
|
||||
startBtn.position.y = 0.1 * params.dashHeight;
|
||||
startBtn.rotation.y = Math.PI/6;
|
||||
|
||||
@@ -352,6 +352,8 @@ class SceneHeader{
|
||||
fontSize: 0.025 * params.dashHeight, outlineWidth: '11%', maxWidth: params.dashWidth * 0.8
|
||||
});
|
||||
|
||||
[startBtn, title.object, description.object].forEach(o=>o.visible = false);
|
||||
|
||||
this.object.add(startBtn);
|
||||
this.object.add(title.object);
|
||||
this.object.add(description.object);
|
||||
|
||||
Reference in New Issue
Block a user