shapes paused

This commit is contained in:
spatialfree 2022-10-31 06:28:41 -04:00
parent b47e68f898
commit e5468d2403

View file

@ -60,11 +60,11 @@ class WaveCursor : dof {
shapePos = cursor.pos; shapePos = cursor.pos;
} }
Mesh.Cube.Draw( // Mesh.Cube.Draw(
Mono.inst.matHolo, // Mono.inst.matHolo,
Matrix.TS(shapePos, 10 * U.cm), // Matrix.TS(shapePos, 10 * U.cm),
new Color(0.5f, 0.55f, 0.75f) // new Color(0.5f, 0.55f, 0.75f)
); // );
} }
} }
Btn littleBtn = new Btn(); Btn littleBtn = new Btn();