hold select to skip intro
This commit is contained in:
parent
8772be83cc
commit
a27dc1cb53
1 changed files with 14 additions and 1 deletions
|
@ -68,7 +68,20 @@ class Program
|
||||||
Mono.intro = false;
|
Mono.intro = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
if (Rig.btn_select.state)
|
||||||
|
{
|
||||||
|
Mono.intro_skip += Time.Step;
|
||||||
|
if (Mono.intro_skip >= 1.5)
|
||||||
|
{
|
||||||
|
Mono.intro = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (Rig.btn_select.delta == -1)
|
||||||
|
{
|
||||||
|
Mono.intro_skip = 0.0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue