Added dice tray mesh

This commit is contained in:
Mitchell McCaffrey
2020-05-10 16:13:15 +10:00
parent d8111de6cc
commit 145b08d93f
9 changed files with 61 additions and 13 deletions

View File

@@ -22,6 +22,7 @@ class Dice {
mesh.material = material;
mesh.receiveShadows = true;
mesh.isVisible = false;
return mesh;
}
@@ -55,7 +56,7 @@ class Dice {
);
// TODO: put in random start position
instance.position.y = 5;
instance.position.y = 2;
return instance;
}