added quarry, fixes to bed and rock
parent
afba135b7e
commit
41e08488a9
BIN
res/textures.png
BIN
res/textures.png
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 13 KiB |
|
|
@ -43,6 +43,7 @@ public class Assets {
|
||||||
public static final Sprite bigRock;
|
public static final Sprite bigRock;
|
||||||
public static final Sprite lilPickaxe;
|
public static final Sprite lilPickaxe;
|
||||||
public static final Sprite testTile;
|
public static final Sprite testTile;
|
||||||
|
public static final Sprite quarry;
|
||||||
|
|
||||||
|
|
||||||
public static final SimpleShader flat;
|
public static final SimpleShader flat;
|
||||||
|
|
@ -89,6 +90,7 @@ public class Assets {
|
||||||
bigRock = new Sprite(atlas, 16, 104, 8, 8);
|
bigRock = new Sprite(atlas, 16, 104, 8, 8);
|
||||||
lilPickaxe = new Sprite(atlas, 8, 120, 16, 16);
|
lilPickaxe = new Sprite(atlas, 8, 120, 16, 16);
|
||||||
testTile = new Sprite(atlas, 16, 16, 64, 112);
|
testTile = new Sprite(atlas, 16, 16, 64, 112);
|
||||||
|
quarry = new Sprite(atlas, 88, 64, 24, 24);
|
||||||
|
|
||||||
Map<Character, Sprite> charset = new HashMap<Character, Sprite>();
|
Map<Character, Sprite> charset = new HashMap<Character, Sprite>();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue