just one btn(resume) in menu rn

This commit is contained in:
ethan merchant 2024-11-23 16:27:04 -05:00
parent 04afda9ba9
commit 3a22e80c2a

View file

@ -59,6 +59,15 @@ static class Mono
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
if (Device.Name == "Simulator")
{