next 2 menu btns

This commit is contained in:
ethan merchant 2024-11-25 13:27:14 -05:00
parent 6a27162c5c
commit a490da743d

View file

@ -116,6 +116,13 @@ static class Arts
if (Mono.menu)
{
meshes["Tape"].Draw(mat_mono, Matrix.Identity);
meshes["uiRestart"].Draw(
mat_unlit,
Matrix.TR(
V.XYZ(-1.333f, 0, Mono.SD_Z - 0.5f + 0.1f),
Quat.FromAngles(90, 0, 0)
)
);
meshes["uiPlay"].Draw(
mat_unlit,
Matrix.TR(
@ -123,6 +130,13 @@ static class Arts
Quat.FromAngles(90, 0, 0)
)
);
meshes["uiConfig"].Draw(
mat_unlit,
Matrix.TR(
V.XYZ(+1.333f, 0, Mono.SD_Z - 0.5f + 0.1f),
Quat.FromAngles(90, 0, 0)
)
);
meshes["uiCursor"].Draw(
mat_unlit,
Matrix.TR(