v0.8.0: tweaked hidden mimic sprites
This commit is contained in:
parent
53b3d1e9fe
commit
b23a091ed6
Binary file not shown.
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
@ -29,6 +29,13 @@ public class MimicSprite extends MobSprite {
|
||||||
|
|
||||||
private Animation hiding;
|
private Animation hiding;
|
||||||
|
|
||||||
|
{
|
||||||
|
//adjust shadow slightly to account for 1 empty bottom pixel (used for border while hiding)
|
||||||
|
perspectiveRaise = 5 / 16f; //5 pixels
|
||||||
|
shadowWidth = 1f;
|
||||||
|
shadowOffset = -0.4f;
|
||||||
|
}
|
||||||
|
|
||||||
protected int texOffset(){
|
protected int texOffset(){
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user