just one btn(resume) in menu rn
This commit is contained in:
parent
04afda9ba9
commit
3a22e80c2a
1 changed files with 9 additions and 0 deletions
|
@ -59,6 +59,15 @@ static class Mono
|
||||||
SFX.click.PlayBox(new XYZi(0, 0, Mono.SD_Z + 1));
|
SFX.click.PlayBox(new XYZi(0, 0, Mono.SD_Z + 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (menu)
|
||||||
|
{
|
||||||
|
// just one btn(resume) in menu rn
|
||||||
|
if (Rig.btn_select.delta == +1)
|
||||||
|
{
|
||||||
|
menu = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// flatscreen dev controls
|
// flatscreen dev controls
|
||||||
if (Device.Name == "Simulator")
|
if (Device.Name == "Simulator")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue