next 2 menu btns
This commit is contained in:
parent
6a27162c5c
commit
a490da743d
1 changed files with 14 additions and 0 deletions
14
src/Arts.cs
14
src/Arts.cs
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue