remove redundant frames on navigation arrow

This commit is contained in:
Anthony Calosa
2023-04-13 11:50:34 +08:00
parent 8b359d8b5c
commit 1eca58c313
3 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ public class NavArrowActor extends Actor {
if (textureAtlas.isEmpty()) {
System.out.print("NavArrow sprite not found");
}
currentAnimation = new Animation<>(0.6f, textureAtlas);
currentAnimation = new Animation<>(0.4f, textureAtlas);
}
@Override

View File

@@ -4,15 +4,15 @@ size: 50,50
format: RGBA8888
filter: Nearest,Nearest
repeat: none
right0
xy: 0,0
size: 50,50
right1
xy: 50,0
right3
xy: 9,0
size: 50,50
right2
xy: 100,0
xy: 6,0
size: 50,50
right3
xy: 150,0
right1
xy: 3,0
size: 50,50
right0
xy: 0,0
size: 50,50

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB