mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +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()) {
|
if (textureAtlas.isEmpty()) {
|
||||||
System.out.print("NavArrow sprite not found");
|
System.out.print("NavArrow sprite not found");
|
||||||
}
|
}
|
||||||
currentAnimation = new Animation<>(0.6f, textureAtlas);
|
currentAnimation = new Animation<>(0.4f, textureAtlas);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -4,15 +4,15 @@ size: 50,50
|
|||||||
format: RGBA8888
|
format: RGBA8888
|
||||||
filter: Nearest,Nearest
|
filter: Nearest,Nearest
|
||||||
repeat: none
|
repeat: none
|
||||||
|
right3
|
||||||
|
xy: 9,0
|
||||||
|
size: 50,50
|
||||||
|
right2
|
||||||
|
xy: 6,0
|
||||||
|
size: 50,50
|
||||||
|
right1
|
||||||
|
xy: 3,0
|
||||||
|
size: 50,50
|
||||||
right0
|
right0
|
||||||
xy: 0,0
|
xy: 0,0
|
||||||
size: 50,50
|
size: 50,50
|
||||||
right1
|
|
||||||
xy: 50,0
|
|
||||||
size: 50,50
|
|
||||||
right2
|
|
||||||
xy: 100,0
|
|
||||||
size: 50,50
|
|
||||||
right3
|
|
||||||
xy: 150,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