mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 01:38:13 +00:00
remove redundant frames on navigation arrow
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user