Ejemplo n.º 1
0
 public MenuItem(String s, Menu m)
 {
     text = new Text3D(s, m.font, m.cam);
     position = new Vector3(text.getWidth() / -2, -10 * m.items.Count, 0);
     spin = 0;
 }