less long press
This commit is contained in:
parent
877107a935
commit
6eb4f60b8f
2 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.dofdev.snake"
|
||||
android:versionCode="19"
|
||||
android:versionName="1.31"
|
||||
android:versionCode="29"
|
||||
android:versionName="1.32"
|
||||
android:installLocation="auto"
|
||||
>
|
||||
<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="32" />
|
||||
|
|
|
@ -72,7 +72,7 @@ class Program
|
|||
if (Rig.btn_select.state)
|
||||
{
|
||||
Mono.intro_skip += Time.Step;
|
||||
if (Mono.intro_skip >= 1.5)
|
||||
if (Mono.intro_skip >= 1.0)
|
||||
{
|
||||
Mono.intro = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue