more transparant trail and faster keydelay

This commit is contained in:
yugecin
2017-03-30 00:19:32 +02:00
parent 9df139bded
commit 5f334ca4cb
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ public class ReplayPlayback {
private void processKeys() {
int keys = currentFrame.getKeys();
int KEY_DELAY = 50;
int KEY_DELAY = 10;
if ((keys & 5) == 5) {
keydelay[0] = KEY_DELAY;
}