more transparant trail and faster keydelay
This commit is contained in:
parent
9df139bded
commit
5f334ca4cb
|
@ -149,7 +149,7 @@ public class Cursor {
|
||||||
cursorTrail.startUse();
|
cursorTrail.startUse();
|
||||||
for (Point p : trail) {
|
for (Point p : trail) {
|
||||||
alpha += t;
|
alpha += t;
|
||||||
cursorTrail.setImageColor(filter.r, filter.g, filter.b, alpha * 0.2f);
|
cursorTrail.setImageColor(filter.r, filter.g, filter.b, alpha * 0.12f);
|
||||||
cursorTrail.drawEmbedded(
|
cursorTrail.drawEmbedded(
|
||||||
p.x - (cursorTrailWidth / 2f), p.y - (cursorTrailHeight / 2f),
|
p.x - (cursorTrailWidth / 2f), p.y - (cursorTrailHeight / 2f),
|
||||||
cursorTrailWidth, cursorTrailHeight, cursorTrailRotation);
|
cursorTrailWidth, cursorTrailHeight, cursorTrailRotation);
|
||||||
|
|
|
@ -126,7 +126,7 @@ public class ReplayPlayback {
|
||||||
|
|
||||||
private void processKeys() {
|
private void processKeys() {
|
||||||
int keys = currentFrame.getKeys();
|
int keys = currentFrame.getKeys();
|
||||||
int KEY_DELAY = 50;
|
int KEY_DELAY = 10;
|
||||||
if ((keys & 5) == 5) {
|
if ((keys & 5) == 5) {
|
||||||
keydelay[0] = KEY_DELAY;
|
keydelay[0] = KEY_DELAY;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user